Tooling improvement // Integrate test watcher (cabal)
Haskell Community
Tooling improvement // Integrate test watcher (cabal)
From a developer’s perspective one of those basics I need is a watcher that reloads rapidly on any change I make on the code base and reruns all the tests. I dare to say it’s standard for many to develop in such a fashion. Yet it was surprisingly long and difficult until I finally learned the right command: ghcid -c 'cabal repl --enable-multi-repl test:sandwich lib:mylib' --test Main.main --warnings Of course this is a special cabal repl call using ghcid. Why isn’t this a builtin command wit...
0 comments
No comments yet.