-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If ExplicitImports were to iterate over all the names in the package, and then for every item that is a method, ask for Base.uncompressed_ast, then you could tally all the GlobalRefs that appear in the lowered code. This would presumably make your scope resolution fully accurate.
JuliaInterpreter does lots of shenanigans with lowered code, including replacing all GlobalRefs with the actual object (to save the cost of scope-resolution at runtime). So its code might be a good reference if you need pointers.
ericphanson
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request