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

If you delete a project, each :refresh doesn't treat downstream projects as having changed #67

Open
drewinglis opened this issue Jun 3, 2020 · 0 comments
Labels

Comments

@drewinglis
Copy link
Contributor

If you have two projects, project-a and project-b, and project-a depends on project-b, and you delete project-b but don't remove the dependency from project-a on project-b, running:
lein monolith each :refresh build install, e.g., won't build project-a.

I imagine this is because lein monolith treats project-b as an external dependency, but if you had the refresh history I would think we could correctly identify this.

@drewinglis drewinglis added the bug label Jun 3, 2020
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