You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pmurias | https://github.com/perl6/roast/blob/master/S10-packages/precompilation.t#L169 - this test is broken as we just don't find the module this way
(so if the interning works or not is not even tested)
Don't expect an implementation to load a precompiled file without accompanying
source file. Instead, expect precompilation to be done implicitly like so many
other tests already do. The only reason why this wasn't done at the same time
as for other tests is that this was todo-ed and nobody looked at the failure
close enough to notice the breakage till pmurias++ came along.
Fixes GH #391
No, rakudo won't find the precomp file this way. The only way to load it would be to require with a path instead of a module name. Better to just assume implicit precompilation like all the other tests do. Fixed with commit ad4aef0
https://irclog.perlgeek.de/perl6/2018-02-25#i_15857861
The test loads modules by name but there's no source file and only a
$precomp-extfile.Is such loading mechanism meant to work?
The text was updated successfully, but these errors were encountered: