overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.51k stars 241 forks source link

edn.el does not load into dev-packs clojure-pack/lib when using git submodules #210

Open pld opened 9 years ago

pld commented 9 years ago

after switching to dev packs I kept getting a could not find edn error.

after checking the clojure-pack path I noticed the lib/edn folder was pointing to a vendor folder that didn't exist.

I tried again with

git submodule deinit .
git submodule init
git update

this didn't change things, so I manually cloned the edn.el repo into the expected edn folder and everything worked fine.

I'm guess that because the repo name has a dot in it git submodules are behaving badly, not sure if anyone else has come across this.

pcn commented 9 years ago

Happened to me just now.

arichiardi commented 9 years ago

I had to manually clone edn as well while upgrading

rothmichaels commented 9 years ago

I came across this as well; also happened with a new clone of emacs-live.

Strangely, I tried to reproduce this bug in other repos to get to the bottom of the cause and could not.

rothmichaels commented 9 years ago

Will those of you who have this bug try the branch I referenced in #213 to see if it fixes the issue for you?