enso/app/gui/src
Adam Obuchowicz c4a7e28fb5
Recognize unqualified import syntax in double representation library. (#3816)
Fixes [#183511669](https://www.pivotaltracker.com/story/show/183511669)

This PR improves the `ImportInfo` structure from Double Representation crate so it provides information what names are brought into the scope with this import. The from_ast method also recognized [various ways of defining imports](https://github.com/enso-org/enso/blob/develop/docs/syntax/imports.md)

# Important Notes
The parser seems to not recognize properly imports with aliases. I have not fixed that, as we expect a new parser to be merged very soon.
2022-10-27 13:22:06 +00:00
..
controller Recognize unqualified import syntax in double representation library. (#3816) 2022-10-27 13:22:06 +00:00
executor Wip/wdanilo/widgets 182746060 (#3678) 2022-10-04 04:51:27 +02:00
ide Component Browser with Grid View (#3766) 2022-10-14 12:42:59 +02:00
model Recognize unqualified import syntax in double representation library. (#3816) 2022-10-27 13:22:06 +00:00
presenter Editing via esc does not correctly update node view (#3799) 2022-10-25 15:37:49 +00:00
transport Build script merge (#3743) 2022-10-10 23:38:48 +02:00
config.rs Profiling batch mode (#3428) 2022-05-10 19:34:40 +00:00
constants.rs Linting codebase 2022-03-10 05:32:33 +01:00
controller.rs Linting codebase 2022-03-10 05:32:33 +01:00
executor.rs Linting codebase 2022-03-10 05:32:33 +01:00
ide.rs Breadcrumbs integration (#3720) 2022-10-03 10:54:09 +00:00
integration_test.rs Profiling workflows (#3475) 2022-06-01 18:01:16 +00:00
lib.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
model.rs Linting codebase 2022-03-10 05:32:33 +01:00
notification.rs Refactor gui/src/rust/ide to two app/gui and app/ide-desktop (#3157) 2021-11-16 10:04:56 +01:00
presenter.rs Wip/wdanilo/widgets 182746060 (#3678) 2022-10-04 04:51:27 +02:00
profile_workflow.rs Better fonts support. (#3616) 2022-08-27 00:25:34 +02:00
sync.rs Linting codebase 2022-03-10 05:32:33 +01:00
test.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
tests.rs Create new node when opening searcher and no node is selected. (#3645) 2022-08-22 15:32:44 +00:00
transport.rs Linting codebase 2022-03-10 05:32:33 +01:00