-
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
Runtime errors marked as compile time #5510
Comments
From @zoffixznetSome errors have a '===SORRY!===' in the output, even though they are runtime errors: $ ./perl6 -e 'say "meow"; <a b c d b>.rotor: 1 => -2;' <Zoffix> m: say "meow"; my $m = (1,2 X~ ('' X~ '')).first: *.IO.f; <Zoffix> m: say ‘meow’; *...‘WAT’ <Zoffix> m: say ‘meow’; say 0, * ... "what" -- |
From @zoffixznetFixed on moar: MoarVM/MoarVM#390 |
@coke - Status changed from 'new' to 'open' |
From @zoffixznetTests added in Raku/roast@35fac4d1b9 |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#128803 (status was 'resolved')
Searchable as RT128803$
The text was updated successfully, but these errors were encountered: