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

Project fetch missing libraries #1469

Merged
merged 14 commits into from
Sep 21, 2024
Merged

Conversation

brian-sinquin
Copy link
Contributor

@brian-sinquin brian-sinquin commented Sep 20, 2024

Additional feature to #1422

c3c project fetch

Search for dependencies used in the project file and fetch those that are not present in the project tree.
Works both on root dependencies and target specific dependencies.

Fetch missing dependency that are specified in the json file but not found in project tree
Error: project fetch only available when compiled with cURL.
@brian-sinquin
Copy link
Contributor Author

Done.
It should compile on every machine and work only on windows for the moment because of cURL.

src/build/build_options.c Outdated Show resolved Hide resolved
@lerno
Copy link
Collaborator

lerno commented Sep 21, 2024

Oh, and please add this to the release notes as well, including a not of the other feature you implemented.

@brian-sinquin
Copy link
Contributor Author

Oh, and please add this to the release notes as well, including a not of the other feature you implemented.

Done

@lerno lerno merged commit e21c337 into c3lang:master Sep 21, 2024
26 checks passed
@lerno
Copy link
Collaborator

lerno commented Sep 21, 2024

Thank 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 this pull request may close these issues.

2 participants