Name resolution globbing
Late name resolution was not used and did not handle globbing.
@CohenArthur how much of this can be merged as-is?
I still need to reorder some commits and fix the changelog but this is nearly done :tada:
I don't think there are any test cases for glob imports, could we add some?
I've added two tests, name_resolution23.rs and name_resolution24.rs. The first one checks the globbing works and ambiguity errors are not triggered when the ambiguous symbol is not used. The second one ensure an error is emitted when an ambiguous symbol is called.
amazing work on this @P-E-P, well done :)