Comment # 1
on bug 165
from Ketmar Dark
further info: somehow it fails in Import::semantic(), where it checks for
'aliasdecls'. with 'scope(failure)' is sees *two* aliases, both to the same
imported function, but the second one has it's entry in 'names[]' initialized
to garbage (1, that's it).
this is not the case for 'scope(exit)' and 'scope(success)', as semantic
analyser doesn't even hit this code path (???).
i can just comment out `mod->search_correct(names[i]);`, but it's definitely
not a fix, 'cause the bug is somewhere else. there shouldn't be two aliases
here to start with.
not sure if i'll have time to investigate this thing further.