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
* Try adding a dependency on TypeCheck
* Show warning regardless of the status of -Wall
* Try diagnostics after type checking, again
* Use `useE` instead of `use_` to not get a `BadDependency` error
* Degrade information about signatures if not present in user options
* Fix tests
* Better suggested signatures for polymorphic bindings
* Remove old comment
I am really enjoying the 0.2.1 release but it introduces a fairly annoying QoL issue.
Expected behavior: Complete exports of Data.Map.
Actual behavior: Complete unqualified values in scope.
In 0.2.0 the expected behavior happens for me.
Minor side note, it might be nice to have
ModuleIdent.
be a autocompletion trigger. Should I create a seperate feature request issue for this?The text was updated successfully, but these errors were encountered: