Bozhidar Batsov
Bozhidar Batsov
Maybe we can just add some prefix argument to controlling. I never do repeated renames, so I find doing the vc rename in the same step quite useful.
Yeah, you're probably right. I'm a bit busy these days but I'll think a bit more about this next week.
I'm still using Cask for the tests of most of my Emacs projects, so I'd prefer 2). Not sure what's the state of Cask's development, but to my knowledge it...
Btw, today there's also https://github.com/doublep/eldev (another Cask alternative). I've played with it a bit and it seems pretty solid so far.
I like that idea!
> One problem with field == nil is that RuboCop keeps trying to replace it with .nil? ! That's configurable. :) Obviously a static analyzer can't really figure out that...
For what is worth - I'm planning to write a tool at some point, that automatically enforces the guidelines at some point(like I did for the Ruby style guide with...
Btw, these days there's also https://github.com/nrepl/incomplete, which is essentially a drop-in replacement for `clojure-complete`, that I've created mostly for those who don't want to invest time in adapting their code...
It's nice to see someone trying to improve things here, but given how much better `compliment` is, and that `clojure-complete` hasn't seen almost no development in years, maybe it'd be...
Technically speaking it's not `lein`, it's reply (which lein uses for `lein repl`). I've started work on this a long time ago, but I never had the time to finish...