sensei
sensei copied to clipboard
It will keep running, but not react to any changes, even to changes to valid files. Pressing `enter` still works. Removing the dangling link and restarting is a good work-around.
Every once in a while, when I'm editing `A.hs`, the following happens: ``` --> /home/m/git/stuff/src/4913 --> /home/m/git/stuff/src/A.hs src/B.hs:10:20: Could not find module ‘A’ Use -v to see a list of...
If I terminate sensei with `^D`, everything works. With `^C`, sensei sporadically leaves behind processes that eat up all CPU and RAM. I am writing this ticket mostly for myself,...
If you install a new package into the used package database while `autospec` is running it doesn't pick up this new package. I guess this is because `ghci` has to...
Here's a script in a branch that demonstrates the bug: https://github.com/soenkehahn/quickcheck-demo/blob/sensei-bug/sensei-bug.sh The error message is: ``` : invalid argument `defer-typed-holes' for `--format' Try ` --help' for more information. *** Exception:...
autospec tries to run even with the `--help` option: ``` $ autospec --help' listening on .autospec.sock Ok, modules loaded: none. :28:69: Not in scope: ‘spec’ Perhaps you meant ‘Test.Hspec.hspec’ (imported...
``` bash cabal exec -- autospec-web test/Spec.hs -Wall -Werror -fno-bla ``` does not complain about `-fno-bla` being invalid.