-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problems when using require ::($m) #6196
Comments
From @MARTIMMSince I've installed perl6 version 2017.03-234-g0ebdaa4 built on MoarVM my $m = 'somemodule'; However, in a simple setup it works fine. I could manage to rewrite A remaining bug on windows(with latest rakudostar) shows the error; Failed to load Config::TOML; when using something like the following my $m = 'Config::TOML'; see also Other things I've seen before are; not able to find the class name Regards, |
From @zoffixznetOn Mon, 17 Apr 2017 09:53:28 -0700, mt1957@gmail.com wrote:
Can't reproduce either of the issues you describe. Do you have a piece of code we can run that repos the problem? Also, have you seen the lexical require Upgrade Notification? http://rakudo.org/2017/03/18/lexical-require-upgrade-info/ my $m = 'Test'; my $m = 'DBIish'; |
The RT System itself - Status changed from 'new' to 'open' |
From @zoffixznetFor record, I ran my test on Rakudo version 2017.03-292-g0b5a41b built on MoarVM version 2017.03-138-g40881cd |
From @MARTIMMOn 17-04-17 19:12, Zoffix Znet via RT wrote: thanks for the link, I will look into it. The code for which the windows implementation fails but not on linux, https://github.com/MARTIMM/config-datalang-refine/blob/master/lib/Config/DataLang/Refine.pm6 the requires are at line 57 and 64 thanks again,
|
From @MARTIMMI understand that the symbols must be used in the same block as the In the mean time I will try to get the usage of the functions to the Marcel
|
Migrated from rt.perl.org#131168 (status was 'open')
Searchable as RT131168$
The text was updated successfully, but these errors were encountered: