fix(melange): prefer melobjinfo for imported virtual-library dependencies - #16272
Merged
anmonteiro merged 5 commits intoAug 31, 2026
Merged
Conversation
anmonteiro
force-pushed
the
anmonteiro/melobjinfo-imported-vlib-deps
branch
from
August 31, 2026 00:51
523805f to
28e99f6
Compare
anmonteiro
marked this pull request as ready for review
August 31, 2026 00:51
anmonteiro
force-pushed
the
anmonteiro/melobjinfo-imported-vlib-deps
branch
from
August 31, 2026 02:07
28e99f6 to
79180ef
Compare
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
anmonteiro
force-pushed
the
anmonteiro/melobjinfo-imported-vlib-deps
branch
from
August 31, 2026 05:29
d3d0994 to
69887b0
Compare
anmonteiro
added a commit
that referenced
this pull request
Aug 31, 2026
Keep installed virtual-library fallback tests independent of whether melobjinfo is available in the test environment. Extracted from #16272. Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
anmonteiro
added a commit
that referenced
this pull request
Aug 31, 2026
Deduplicate sandbox selection between ocamlobjinfo and melobjinfo for imported virtual libraries. Follow-up to #16272. Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
This file contains hidden or 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
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.
Use melobjinfo to read precise implementation dependencies from installed Melange virtual-library CMJs, while retaining the CMT and conservative fallbacks.
Follow-up to #16211, #16212, and #16213. Test isolation is #16276. Uses melobjinfo from melange-re/melange#1858; the Nix development-shell update is #16271.