haskell / haskell/haskell-mode
Linting vanishes on warnings with no errors on reload with no change.
Open
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
To reproduce, load code that has warnings and no errors. Warning lint will work. Reload the code with no changes; warning lints will vanish.
It appears that the cause is the warning code does not disappear from the interactive window so presumably the starting point of the search is not reset.
Contributor guide
Research direction
Reproduce the issue by loading code with warnings and no errors, then reloading it unchanged; inspect the warning lint handling around the interactive window and its search starting point. Done means warning lints remain visible after the unchanged reload, without affecting the reported errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs-lisp, haskell
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100