-
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
Rakudo doesn't warn about Perl 5 $] #3207
Comments
From @ShimmerFairy<lue> r: say $] The error message should be closer to what STD says: <lue> std: say $] |
From @cokeOn Wed Aug 14 14:39:07 2013, lue wrote:
Fixed. Closable with tests: 12:09 < [Coke]> m: say $] |
The RT System itself - Status changed from 'new' to 'open' |
From @usev6Unfortunately the error message is only "Unexpected closing bracket" now: 13:00 < bartolin> r: say $] |
1 similar comment
From @usev6Unfortunately the error message is only "Unexpected closing bracket" now: 13:00 < bartolin> r: say $] |
From @cokeOn Mon Oct 06 04:01:24 2014, bartolin@gmx.de wrote:
Re-fixed; test added to S32-exceptions/misc.t with the other perl5var tests. There was still code around to deal with this in the exception class, but the check was lost from the grammar. |
From @cokeOn Mon Oct 06 04:01:24 2014, bartolin@gmx.de wrote:
Re-fixed; test added to S32-exceptions/misc.t with the other perl5var tests. There was still code around to deal with this in the exception class, but the check was lost from the grammar. -- |
@coke - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#119293 (status was 'resolved')
Searchable as RT119293$
The text was updated successfully, but these errors were encountered: