rvion

Results 113 comments of 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

![image](https://cloud.githubusercontent.com/assets/2150990/10783622/74aeadb2-7d59-11e5-9c09-6430249dbe45.png) ![image](https://cloud.githubusercontent.com/assets/2150990/10783629/81264eb0-7d59-11e5-8f8a-324dbdafcec2.png) 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...

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: ![image](https://cloud.githubusercontent.com/assets/2150990/10814188/8093f63e-7e24-11e5-99f9-23c50b607d47.png) 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: ![image](https://cloud.githubusercontent.com/assets/2150990/10815599/6f315342-7e2d-11e5-9d6e-5f1c17622ce2.png) And when I hover some code, the automatic type popup is wrong: ![image](https://cloud.githubusercontent.com/assets/2150990/10815575/4c0736b6-7e2d-11e5-9824-a86cbd2bc93f.png) 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) ![image](https://cloud.githubusercontent.com/assets/2150990/14645758/3da3bb1e-0657-11e6-9104-4ed83187c614.png) as you did for [cprng-aes](https://www.stackage.org/nightly-2016-04-19/package/cprng-aes-0.6.1) for instance ![image](https://cloud.githubusercontent.com/assets/2150990/14645773/49ba3cd4-0657-11e6-9648-8e1e02b18b99.png) As of now, it's not direclty clear that cryptohash should be avoided