dlang-community / dsymbol

Basic symbol lookup/resolution for libdparse (Deprecated, see link)
https://github.com/dlang-community/DCD/tree/master/dsymbol
Boost Software License 1.0
16 stars 19 forks source link

Fix public selective imports #147

Closed dayllenger closed 4 years ago

dayllenger commented 4 years ago

I guess it also fixes a weird bug when loads of unrelated symbols appeared in autocomplete lists. For example, I do import std.stdio : File in module A, then use A in module B, and suddenly File methods appear everywhere in B.

WebFreak001 commented 4 years ago

missing tests

dayllenger commented 4 years ago

done