On Jun 17, 2015, at 2:14 AM, Sam Aaron <
sama...@gmail.com> wrote:
> I’ve made a start updating to 0.9 in the dev packs. Could you give them a try and see if they work for you?
I did git submodule init / git submodule update in order to pull the dev packs fully in and got this error:
Cloning into 'packs/dev/lang-pack/vendor/submodules/haskell'...
remote: Counting objects: 5463, done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 5463 (delta 13), reused 0 (delta 0), pack-reused 5435
Receiving objects: 100% (5463/5463), 3.40 MiB | 2.16 MiB/s, done.
Resolving deltas: 100% (3118/3118), done.
Checking connectivity... done.
fatal: reference is not a tree: db3c4693ca428ef7e28ef0a2433fe6fe26cdadb1
Unable to checkout 'db3c4693ca428ef7e28ef0a2433fe6fe26cdadb1' in submodule path 'packs/dev/lang-pack/vendor/submodules/haskell'
That seems to stop the loading process when it hits the Haskell lang-pack and none of the packs after that load properly (including my local live packs for zenburn and ponylang-mode).
If I comment out the (live-load-config-file "haskell-conf.el") line in the lang-pack init.el, I can get it to start properly.
We start an nREPL server inside our app so I already had tools.nrepl as a dependency. I bumped that to 0.2.10 because that’s what cider-nrepl (also already a dependency) pulls in, although refactor-nrepl pulls in 0.2.7. Despite updating both our regular dependencies and our plugins list, I couldn’t get rid of the warning (when doing M-x cider-jack-in) that CIDER requires nrepl 0.2.7 or later, and lein deps :tree seems to indicate tools.nrepl 0.2.6 is still being pulled in (by Leiningen itself, I believe). CIDER seems to work fine regardless.
However, trying to connect to the nREPL server we start in our app now produces an error that we don’t have refactor-nrepl installed so I guess we need to update the middleware of how we start our server. I’ll consult the CIDER docs for that.
Sean Corfield -- (904) 302-SEAN
An Architect's View --
http://corfield.org/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)