Skip to content
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

XML parse errors are not verbose enough #3

Open
rafalcieslak opened this issue Sep 2, 2015 · 0 comments
Open

XML parse errors are not verbose enough #3

rafalcieslak opened this issue Sep 2, 2015 · 0 comments

Comments

@rafalcieslak
Copy link
Owner

Parsing an xml file (either a path save file, or a module collection description) can yeild a large number of possible errors. Even if they are displayed to the user, the visiible messages are not verbose enough. These messages should contain at least the line and character numbers, and rapidxml error description. Calculating the line number is not obvious, though, because it has to be performed on the original string, not modified by rapidxml parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant