mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
334ed64b99
1. When opening CB with source node, the type name is skipped and only method names are displayed. Fixes #7471 2. When entered Main module of some library, the module names are no longer displayed with their full qualified name. ![image](https://github.com/enso-org/enso/assets/3919101/2d1fe4ad-6391-41d6-89a1-410492457b57) # Important Notes Refactoring: I changed the internal representation of `ImString` to `Rc<str>` instead of `Rc<String>` to reduce the number of allocations and memory jumps. I even tried to remove `ImString` altogether, but it was not easy, and the main problem was lacking Default implementation. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |