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

box dependencies not picked up in other box projects #19

Open
abrooks opened this issue Feb 10, 2014 · 1 comment
Open

box dependencies not picked up in other box projects #19

abrooks opened this issue Feb 10, 2014 · 1 comment
Labels

Comments

@abrooks
Copy link
Member

abrooks commented Feb 10, 2014

In a box containing projects A and B, with project A depending on B, a change to a version of a dependency in B is not reflected in the transitive dependencies of A.

This may be a leiningen checkouts issue or may be a box issue.

@abrooks
Copy link
Member Author

abrooks commented Feb 10, 2014

This is, indeed, a known behavior of leiningen checkouts.

The box model seems to make a stronger promise about using this as a development workflow which means we need to present an honest, consistent view of the dependencies or people are going to be confused and frustrated.

This would ideally be fixed in leiningen though we likely have the ability to fix in box if there's no acceptably upstreamable fix to leiningen.

@abrooks abrooks added the box CLI label Oct 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant