Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Conversation

@AlexeyRaga
Copy link
Contributor

Improve hlint experience

This closes haskell/vscode-haskell#20 and #533

Previously hlint-related functionality did not work reliably because:

  • It was not possible to distinguish between alternative suggestion at the same position
  • Some suggestions were ignored by apply-refact.applyRefactorings because of a possible misuse of a hint position

I have also found that a temporary file has been used unnecessarily during hlinting and removed it appropriately.

@wz1000
Copy link
Collaborator

wz1000 commented Apr 28, 2018

Looks good, thanks

@wz1000 wz1000 merged commit f9d0095 into haskell:master Apr 28, 2018
@alanz alanz added this to the prehistory milestone Feb 2, 2019
@AlexeyRaga AlexeyRaga deleted the PR-533-apply-hlint branch February 19, 2019 09:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apply hlint suggestion from a list always applies first

3 participants