We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrated from rt.perl.org#130812 (status was 'resolved')
Searchable as RT130812$
The text was updated successfully, but these errors were encountered:
Code: �[a]� ~~ / �[� ~? �]� . /
Result: ===SORRY!=== Cannot find method 'rxtype' on object of type NQPMu
It should at least print the line number.
Sorry, something went wrong.
On Sat, 18 Feb 2017 14:22:50 -0800, alex.jakimenko@gmail.com wrote:
Code: �[a]� ~~ / �[� ~? �]� . / Result: ===SORRY!=== Cannot find method 'rxtype' on object of type NQPMu It should at least print the line number.
Fixed to show the correct error:
$ ./perl6-m -e '�[a]� ~~ / �[� ~? �]� . /' ===SORRY!=== Error while compiling -e Quantifier quantifies nothing at -e:1 ------> �[a]� ~~ / �[� ~?� �]� . /
Test added in S05-metachars/tilde.t.
The RT System itself - Status changed from 'new' to 'open'
@jnthn - Status changed from 'open' to 'resolved'
No branches or pull requests
Migrated from rt.perl.org#130812 (status was 'resolved')
Searchable as RT130812$
The text was updated successfully, but these errors were encountered: