You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use build and install instructions from opam on pinning (#11513)
* fix: use build and install instructions from opam on pinning
When building instructions, pinning packages relied on dune for all the
cases. This commit changes this behavior: if there is an opam file, it
extracts the instructions from it.
Signed-off-by: Etienne Marais <[email protected]>
Co-authored-by: ArthurW <[email protected]>
Signed-off-by: Etienne Marais <[email protected]>
* test: upgrade test with expected output
Signed-off-by: Etienne Marais <[email protected]>
* test: add missing test case
Signed-off-by: Etienne Marais <[email protected]>
* fix: use sum type instead of list
Signed-off-by: Etienne Marais <[email protected]>
* doc: add type explanation
Signed-off-by: Etienne Marais <[email protected]>
* refactor(naming): change to clearer names
Signed-off-by: Etienne Marais <[email protected]>
---------
Signed-off-by: Etienne Marais <[email protected]>
Co-authored-by: ArthurW <[email protected]>
0 commit comments