You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both these point at GHC.Util. Would be great to avoid generating them first, but a simple nubOrd on showing the completions might be worthwhile too. Root cause is that I am importing the module GHC.Util twice.
The text was updated successfully, but these errors were encountered:
ndmitchell
changed the title
Completions are sometimes duplicated
Completions are duplicated if imports are
Mar 8, 2020
Thanks @botal9 - that would be great. There are three relevant modules - the first three of https://github.com/haskell/ghcide/search?q=completion. Not sure at what level to reduce it - probably best to write a test, and then experiment with where to remove the duplicate.
Both these point at GHC.Util. Would be great to avoid generating them first, but a simple
nubOrd
on showing the completions might be worthwhile too. Root cause is that I am importing the module GHC.Util twice.The text was updated successfully, but these errors were encountered: