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
The tiny program
check: nothing end
Produces the following error message on the command line:
Well-formedness: (at file:///home/blerner/pyret-lang/test1.arr:2:2-2:9) A standalone variable name probably isn't intentional. srcloc(file:///home/blerner/pyret-lang/test1.arr, 2, 2, 9, 2, 9, 16)
The extra srcloc(...) isn't needed. There's a bunch of these ED.cmcode(self.loc) expressions in many of the wf-errors' render-reason methods.
srcloc(...)
ED.cmcode(self.loc)
render-reason
The text was updated successfully, but these errors were encountered:
Don't include redundant locs in wf-errors
47464f0
Fixes brownplt#1436
fcb6c37
Successfully merging a pull request may close this issue.
The tiny program
Produces the following error message on the command line:
The extra
srcloc(...)
isn't needed. There's a bunch of theseED.cmcode(self.loc)
expressions in many of the wf-errors'render-reason
methods.The text was updated successfully, but these errors were encountered: