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

bugInfo.getColumn() is returning negative values in some cases #622

Merged
merged 4 commits into from
Jun 16, 2020

Conversation

ghedwards
Copy link

bugInfo.getColumn() is returning negative values in some cases, ensure when output to text is does not return a negative column.

ryaneberly and others added 4 commits September 27, 2018 20:29
bugInfo.getColumn() is returning negative values in some cases, ensure when output to text is does not return a negative column.
@KamasamaK
Copy link
Collaborator

Can you post an example case in #522? I only found instances where the column was greater than the valid range. It would be best to have them be correct in the first place than to have this kind of workaround be necessary.

@ghedwards
Copy link
Author

I tend to agree, fix the problem not the side affects, but this was causing an issue with the Sublime Linter not showing the respective matches that have a negative column. Easy enough to see the ones that are still failing where they are now "0".

@KamasamaK
Copy link
Collaborator

By the way, PRs should be made against the dev branch as the Contributing guide states.

@ghedwards ghedwards changed the base branch from master to dev April 1, 2019 00:11
@ryaneberly ryaneberly merged commit a3db63b into cflint:dev Jun 16, 2020
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.

3 participants