mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
2b1e5cd017
Add diagnosis for unresolved symbols in `from ... import sym1, sym2, ...` statements. - Adds a new compiler pass, `ImportSymbolAnalysis`, that checks these statements and iterates through the symbols and checks if all the symbols can be resolved. - Works with `BindingsMap` metadata. - Add `ImportExportTest` that creates various modules with various imports/exports and checks their generated `BindingMap`. --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Jaroslav Tulach <jaroslav.tulach@enso.org> |
||
---|---|---|
.. | ||
Benchmarks | ||
Examples_Tests | ||
Geo_Tests | ||
Google_Api_Test | ||
Image_Tests | ||
Meta_Test_Suite_Tests | ||
micro-distribution | ||
Table_Tests | ||
Tests | ||
Visualization_Tests |