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

Fix transitive deps #2149

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Fix transitive deps #2149

merged 1 commit into from
Feb 3, 2025

Conversation

mzagozen
Copy link
Collaborator

@mzagozen mzagozen commented Feb 3, 2025

When adding transitive dependencies with a recursive search, do not override the main project dependencies. These can either be listed explicitly in the main project build.act.json or passed on the command line with "--dep foo=../path/to/foo".

When adding transitive dependencies to the main project with a recursive
search, do not override the main project dependencies. These can either
be listed explicity in the main project build.act.json or passed on the
command line with "--dep foo=../path/to/foo".
@plajjan
Copy link
Contributor

plajjan commented Feb 3, 2025

Very good!

We don't really have test cases for package management. I don't think we should have automatic ones (I don't want CI to depend on Internet), but perhaps manual ones that one we can run when we actually modify this code. It is fairly self-contained I think so that would acceptable.

@plajjan plajjan merged commit c4991fb into main Feb 3, 2025
26 checks passed
@plajjan plajjan deleted the protect-main-deps branch February 3, 2025 15:57
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 this pull request may close these issues.

2 participants