JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
266 stars 32 forks source link

Allow `using Mod as NewName` in v1.11+ #406

Open LilithHafner opened 5 months ago

LilithHafner commented 5 months ago

WIP c.f. https://github.com/JuliaLang/julia/issues/52784

There will also need to be changes to eval, though I think lowering already supports this.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a6f2d15) 94.61% compared to head (229a4e2) 96.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #406 +/- ## ========================================== + Coverage 94.61% 96.54% +1.92% ========================================== Files 14 14 Lines 4178 4195 +17 ========================================== + Hits 3953 4050 +97 + Misses 225 145 -80 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.