Fork me on GitHub
#cider
<
2018-02-15
>
gonewest81800:02:00

Well, one big thing would be publicity. I just found http://hackingcider.com today, everything else I’ve done has been through trial and error, and tenacity.

dpsutton00:02:34

should be a link to the repo. always looking for more contributions

dpsutton00:02:00

i'd love for you to write up some of the infrastructure stuff. maybe a way to test locally and then how to run the "gauntlet" of tests with docker

gonewest81800:02:24

Happy to. One thing I’d like to propose, however, is switching Cider away from evm as the functionality it provides is subsumed by docker if one is willing to adopt docker in one’s daily development workflow. I also have my eye on cask because what it provides (dependency management, launching emacs with its own isolated packages and init) can be done in other ways. [Edit] Also the cask project has been seeking a new maintainer for quite a while.

xiongtx00:02:34

👏 A Docker-based workflow sounds much more attractive than emacs-specific versioning tools.

gonewest81800:02:22

Oh, and completing the trifecta would be moving from Travis CI to CircleCI which is sort of connected to the docker workflow.

gonewest81800:02:46

Because CircleCI has much saner docker support in the builds.

dpsutton00:02:54

i would read the hell out of that blog post 🙂

bozhidar02:02:20

I’m completely fine with starting the switch to Cicle CI for CIDER and friends. My patience with Travis CI is wearing pretty thin these days.

bozhidar02:02:41

We can start with the free plan and take it from there.

qq22:02:03

Hello, I just started to use Cider (w/ spacemacs), got a message saying that cider doesn’t support running Clojurescript tests 😞. I know there are other options such as phantom, karma, etc. Just wonder what is the normal workaround if someone wants to use Cider and running some specific cljs tests (not all tests)