-
Notifications
You must be signed in to change notification settings - Fork 178
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
Uncaught TypeError: Invalid Point: (14, NaN) #560
Comments
@andya9 I could be wrong, but I think that the root cause here is |
Should I move this to linter-xmllint? |
Nevermind, I think I solved this using your suggestion in atom/atom#7077 ... EDIT: no, I was wrong, I couldn’t fix it; but it seems that the problem is that sometimes xmllint outputs messages like "couldn’t read content of attribute", without ending it with "in line number" EDIT2: changing the regex from '(?[^\\^]*)\^' to '(?\d+): ' solves this issue. But then some errors will not be detected anymore, such as: not having the start tag of the root element |
I close here, as it’s obviously related to linter-xmllint way to parse output |
For more background, please see atom/atom#7077
Steps:
Atom Version: 0.209.0
System: linux 4.0.5-1-ARCH
Thrown From: linter package, v0.12.7
Stack Trace
Uncaught TypeError: Invalid Point: (14, NaN)
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: