Fork me on GitHub
#cider
<
2017-04-27
>
bozhidar06:04:59

@dominicm it was easier for us to build a solution uniquely tailored to CIDER

bozhidar06:04:37

I miss the good old days when were churning great new features like crazy - lately things have been happening pretty slowly as both me and @malabarba have had little time for open-source work

benedek09:04:36

@bozhidar want to fork alembic to solve https://github.com/clojure-emacs/refactor-nrepl/issues/169 and i am thinking forking it into clojure-emacs org would make sense. the sole purpose of the fork would be to upgrade alembics dyna path dependency. no intention to maintain it. any objections re. forking it into clojure-emacs?

xiongtx22:04:05

@U0HFRSY0M’s not responding to PRs? Project hasn’t been update din 3 yrs… https://github.com/pallet/alembic

benedek06:04:42

yup I created a PR but no reaction for more than a week now

benedek09:04:44

also on a related note i need to namespace alembic on clojars to be able to release a forked version. thinking to use clojure-emacs/alembic

jfntn20:04:19

Just started getting an issue with the test report buffer when a test fails because of spec instrumentation: java.lang.ClassCastException: cider.nrepl.middleware.test$report cannot be cast to clojure.lang.MultiFn, compiling:(clojure/test/check/clojure_test.cljc:95:1). This used to work fine in this same project yesterday, has anyone seen this before?

bozhidar20:04:12

I don’t recall us doing any changes of this functionality in quite a while

jfntn20:04:08

I figured, which is why I’m confused…

jfntn22:04:55

Ah there’s actually an open issue for this: https://github.com/clojure-emacs/cider/issues/1841