Bozhidar Batsov
Bozhidar Batsov
This allows you to have much more expressive tests (similar to what you get from jasmine/rspec) and simplifies the travis integration a lot. https://github.com/jorgenschaefer/emacs-buttercup The project doesn't have many tests...
I've noticed this topic is generating a lot of confusion (see https://discuss.ocaml.org/t/tuareg-and-caml-modes-for-emacs-what-are-the-differences/10285). Both modes are very similar at a glance: - major mode - ocamldebug integration - top-level integration It'd...
I've noticed this topic is generating a lot of confusion (see https://discuss.ocaml.org/t/tuareg-and-caml-modes-for-emacs-what-are-the-differences/10285). Both modes are very similar at a glance: - major mode - ocamldebug integration - top-level integration It'd...
I use Emacs in deamon mode(emacs --daemon). When the Emacs server is stopped(with kill-emacs) malabar's GroovyServer continues to work. Maybe a simple solution can be implemented, one advising the kill-emacs...
Basically this would allow tools like `cider-test` to run midje tests, which would benefit a lot of Clojure developers. More details - https://github.com/clojure-emacs/cider#using-cider-test-with-alternative-test-libraries and https://github.com/clojure-emacs/cider/issues/1606
We recently added support for `.config` in RuboCop, but a question was brought up about whether tools are expected to go for: - `.config/.tool-config` - `.config/tool/config` - `.config/tool-config` See https://github.com/rubocop/rubocop/pull/12700#issuecomment-1949352779...
As a response to my article https://metaredux.com/posts/2023/03/12/clojure-mode-meets-tree-sitter.html someone asked if it'd be possible/easy to modify the tree-sitter grammar used by `clojure-ts-mode`. (e.g. teach the mode about some macros) I know...
nREPL removed support for the failed experimental sideloading functionality and we should follow-up by removing the code from CIDER as well. See https://github.com/nrepl/nrepl/pull/335 for details.
# Environment ```none Windows build number: Microsoft Windows [Version 10.0.22000.348] Your Distribution version: Ubuntu 20.04 Your WSLg version: 1.0.26 ``` # Steps to reproduce Just run any Linux GUI from...