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

Updated regex for new error format #30

Merged
merged 1 commit into from
Mar 18, 2017

Conversation

mandeep
Copy link
Contributor

@mandeep mandeep commented Mar 17, 2017

The error format changed tremendously between 1.11 and 1.12. I created a new regular expression that works with the new error format for both standalone rs files and Cargo projects. At first, I was stumped on how to handle the whitespace between error message lines, but then I found that SublimeLinter has a method of handling these cases: http://www.sublimelinter.com/en/latest/linter_attributes.html#re-flags-example

This should fix #26.

@oschwald oschwald merged commit 72dbe46 into oschwald:master Mar 18, 2017
@oschwald
Copy link
Owner

Thanks!

@mandeep mandeep deleted the new-error-format-fix branch March 18, 2017 02:59
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

Successfully merging this pull request may close these issues.

The new error format is not supported
2 participants