-
Notifications
You must be signed in to change notification settings - Fork 39
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
Illegal keyword has confusing error message #153
Comments
Tx for the report. @kbara, would you mind having a look once you've finished that makefile patch? Thanks :) |
As raised in #153 This change introduces a clearer and much more verbose error message on similar invalid pflang input.
As raised in #153 This change introduces a clearer and much more verbose error message on similar invalid pflang input.
@lukego It's been addressed now: This was previously partly-explained by a comment, but not the error message: Are you happy with the clarity of the current message? If you are, I'll close this. (I'm also taking a look at how involved implementing keyword elision would be; that would allow this message to be greatly simplified). |
I'll close this now; please re-open it or file a new bug if you have further related problems. :) |
The error message for illegal keywords could be mistaken for a compiler NYI instead of a user error:
The text was updated successfully, but these errors were encountered: