Alexandr Ruchkin
Alexandr Ruchkin
Thanks! I'll take a look when i have some time
Are you building with `ghc-8.4.*`? Unfortunately, `hsdev-0.3.0.0` can't be built with this version of ghc. You can either: * use `ghc-8.2.*` and earlier versions, or * install `hsdev-0.3.2.1`. If you're...
No, benchmarks not supported now
It's not actually duplicates, as long as `complete` returns qualified names, i.e. it should return both `M.lookup` and `lookup` in case of `import Data.Map as M` In this case it...
> although I suspect that GHC will complain if you try using Main.Barq instead of the unqualified Barq No, it works :)
I'm using hsdev with `Cabal-2.0.0.2` Is your hsdev built with `Cabal-2.*`? Unfortunately, hsdev now can't be asked to use `cabal` or `stack`, it selects tool depending on existance `.cabal-sandbox`, `stack.yaml`/`.stack-work`...
I'm afraid there's no such command now. But it's very easy to add. Take a look at [data/hsdev.sql](https://github.com/mvoidex/hsdev/blob/master/data/hsdev.sql), where you can see schema of sqlite db underneath. To find all...
I think we can :) I'll try to find some time on weekend
### Remarks: 2. What do you mean by caching? Does hsdev use it now? It uses sqlite as primary storage, not cache. 5. It works ### Questions: 1. I think...
It took 13 seconds to scan hledger with current version (not pushed yet). SQLite defaults not good for inserting many rows. Another source of slowdown may be asking `stack path`...