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

Fix wrong type argument when errors have no columns #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wyuenho
Copy link
Contributor

@wyuenho wyuenho commented Feb 15, 2025

For some checkers, sometimes the entire line can be just a single error and that error will not have any column info, in that case flycheck-inline-display-errors will raise an (wrong-type-argument number-or-marker-p nil) when trying to get the min of a list of nils. This PR fixes this issue.

@bbatsov

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.

1 participant