-
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
error messages when right bracket is missing: (), [], "" and so on #4413
Comments
From @AlexDanielSimilar issue: https://rt.perl.org/Public/Bug/Display.html?id=125247 Code: Error: Similar problem with: 1) "expecting any of" section does not help that much. There is no need to |
From @AlexDanielSee this pull request: rakudo/rakudo#1183 Unfortunately not all of the things are covered. For example: perl6 -e 'my $x = q:to/foo/; Then there's also: And maybe other things too. For example, nqp itself prints a similar error message and does not mention the starter. I don't know if any user will ever see the error message from NQP though. So there's a lot to be done to resolve this ticket fully… Oh, also! I did not remove “expecting any of:” part. This has to be done also. On 2015-07-18 12:38:41, alex.jakimenko@gmail.com wrote:
|
From @AlexDanielPR was merged, tests needed. On 2017-10-06 19:40:44, alex.jakimenko@gmail.com wrote:
|
From @AlexDanielAh, sorry. Even though some tests are needed, this ticket is still not fully resolved. I'll try to split it right now. On 2017-10-07 09:40:03, alex.jakimenko@gmail.com wrote:
|
From @AlexDanielOK. There are 5 new tickets for all other issues. In this particular ticket let's talk about (), [], "", etc. Basically, anything that currently says “corresponding starter” (word “starter” instead of the actual starter). It should really print the actual starter, but for now it's a good way to figure out which error message you're seeing. Try to cover as many things as you can in tests and we'll close this ticket. See rakudo/rakudo@6542bb8 for some info. On 2017-10-07 09:41:19, alex.jakimenko@gmail.com wrote:
|
Migrated from rt.perl.org#125641 (status was 'new')
Searchable as RT125641$
The text was updated successfully, but these errors were encountered: