@techee ATM it shows so much irrelevant shit that its not useful, at least this trims it somewhat.

Including something in the list because it might be relevant due to a local import we don't parse is not right. The right thing is to parse local declarations and that would include imports, then we know which names are available, including the locals which are not included ATM.

Basically this PR and the other similar ones is what we call here "putting lipstick on a pig", they are not addressing the real problem and spending lots of effort fiddling around the edges for no gain.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.