fix(packaging): reuse provided dependency targets - #127
Merged
Conversation
Skip dependency discovery when parent or consumer projects already provide the exported targets, while retaining the TimeShield 1.0.6 requirement for discovery.
Exercise build-tree TimeShield reuse and installed-package reuse of parent-provided TimeShield and fmt targets with package discovery disabled. Run the focused integration scenarios in the Linux C++17 CI job so regressions cannot pass through the normal package consumer flow unnoticed.
LimiNode
force-pushed
the
packaging/dependency-reuse
branch
from
September 10, 2026 23:06
a16160f to
7ceb567
Compare
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.
Summary
time_shield::time_shieldtarget before package discovery or bundled fallbackValidation
time_shield::time_shieldand disables TimeShield discoverytime_shield::time_shieldandfmt::fmt, disables both discoveries, and builds a fmt-enabled consumerThis is separate from the documentation/API PRs #125 and #126.