Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pld opened this issue Jul 7, 2015 · 4 comments

Comments

@pld
Copy link

pld commented Jul 7, 2015

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
Copy link

pcn commented Jul 8, 2015

Happened to me just now.

@arichiardi
Copy link
Contributor

I had to manually clone edn as well while upgrading

@rothmichaels
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants