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

Opam Dependency Submission #555

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Opam Dependency Submission #555

merged 1 commit into from
Dec 7, 2023

Conversation

smorimoto
Copy link
Member

@smorimoto smorimoto commented Jun 27, 2022

@smorimoto smorimoto linked an issue Jun 27, 2022 that may be closed by this pull request
@smorimoto smorimoto force-pushed the analysis branch 2 times, most recently from 8b416cc to 1585fe0 Compare June 27, 2022 02:10
@smorimoto
Copy link
Member Author

Note: We currently only support a thin graph of top-level dependencies, but now we need to recurse them to send a complete dependency graph.

@smorimoto smorimoto force-pushed the analysis branch 12 times, most recently from 1749189 to 2d1a51f Compare June 28, 2022 06:29
@smorimoto
Copy link
Member Author

One of the related upstream PRs has been merged! ocaml/opam#5171

@smorimoto
Copy link
Member Author

We now support the submission of multiple opam packages!

Comment on lines +34 to +43
"opam",
[
"tree",
name,
"--with-dev-setup",
// [NOTE] https://github.com/ocaml/opam/issues/4541
// "--with-doc",
"--with-test",
`--json=${tempJson}`,
],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: Sora Morimoto <sora@morimoto.io>
@smorimoto smorimoto merged commit ba8be9e into master Dec 7, 2023
13 checks passed
@smorimoto smorimoto deleted the analysis branch January 5, 2024 18:20
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.

Opam Dependency Submission
2 participants