chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.75k stars 410 forks source link

chapel-py: further beef up the logic for use/import scope resolution #24916

Closed DanilaFe closed 2 weeks ago

DanilaFe commented 3 weeks ago

Fixes a few incorrect cases pointed out by @jabraham17 (thanks!).

Now, it seems to work in every case I can think of:

useimporthover

Reviewed by @jabraham17 -- thanks!