rvion
rvion
@kerscher are you aware of https://github.com/haskell/haskell-ide-engine ? This is probably the "future main backend" of all ide integrations :)
Wow, fast, thank you ! I'll reopen if it's not working :)
it doesn't seem to be working
  the function filter_enclosing doens't seem to do the same thing as your modification ``` python def filter_enclosing(_,from_col, to_col, from_line, to_line, spans): return [span for span in spans if...
ping @tomv564
Yes, I'm running the latest code: ``` shell $ git log --pretty=oneline --abbrev-commit -5 10d0a28 Merge pull request #33 from tomv564/fix_reset_stackide 9c43b83 remove settings from reset call, fix restart command...
just updated everything to the latests versions, and still have the problem:  Are you on linux ? I'm on mac, difference may be there: ``` shell $ uname -a...
#### found the bug :) /cc @tomv564 I have the automatic popup feature enabled:  And when I hover some code, the automatic type popup is wrong:  But when...
possible fix (but keeping two different code path) would be to change win.py ``` python from utility import ..., filter_enclosing [...] def highlight_type(self, exp_types): """ ide-backend gives us a wealth...
@vincenthz I also wish you could deprecate [cryptohash](https://www.stackage.org/nightly-2016-04-19/package/cryptohash-0.11.9)  as you did for [cprng-aes](https://www.stackage.org/nightly-2016-04-19/package/cprng-aes-0.6.1) for instance  As of now, it's not direclty clear that cryptohash should be avoided