generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
smorimoto
force-pushed
the
analysis
branch
2 times, most recently
from
June 27, 2022 02:10
8b416cc
to
1585fe0
Compare
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
force-pushed
the
analysis
branch
12 times, most recently
from
June 28, 2022 06:29
1749189
to
2d1a51f
Compare
5 tasks
smorimoto
force-pushed
the
master
branch
4 times, most recently
from
September 4, 2022 12:38
ad212ac
to
09465e3
Compare
One of the related upstream PRs has been merged! ocaml/opam#5171 |
smorimoto
force-pushed
the
analysis
branch
5 times, most recently
from
September 24, 2022 16:09
9e4a44e
to
c595381
Compare
We now support the submission of multiple opam packages! |
smorimoto
force-pushed
the
master
branch
2 times, most recently
from
September 9, 2023 12:09
dd15171
to
53b4999
Compare
smorimoto
force-pushed
the
analysis
branch
14 times, most recently
from
October 23, 2023 02:10
321f659
to
36ea547
Compare
smorimoto
force-pushed
the
analysis
branch
5 times, most recently
from
December 7, 2023 13:13
cbff530
to
b9a9668
Compare
smorimoto
commented
Dec 7, 2023
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}`, | ||
], |
There was a problem hiding this comment.
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See /~https://github.com/orgs/github-community/discussions/19663