[GEN-8772] mark marinade-finance unpublished on the default branch - #95
Draft
janlegner wants to merge 1 commit into
Draft
[GEN-8772] mark marinade-finance unpublished on the default branch#95janlegner wants to merge 1 commit into
janlegner wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016c6JBdg7efaP7bzpQC4KWV
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
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.
Same one-line
publish = falseas #94, against the default branch, because liquid-staking-referral-program pins this repo with nobranchand so resolvesmain, while the other three consumers pinmainnet.Measured with cargo-deny 0.20.2 against the org
deny.tomlCI fetches (.githubbranchclaude/static-analysis-required-wrapper, sha25659f94fbf…): in liquid-staking-referral-program, A/B against two local git sources differing only by this line takeslicenses FAILEDfrom 3 unlicensed errors to 2, clearingunlicensed: marinade-finance; in this repo itself thelicenseserrors drop 2 → 1.That consumer measurement was taken at
9ca5acc, the rev its lockfile actually names, because it cannot re-resolve against the currentmaintip at all —anchor-spl 0.27wants spl-token 3.5 while the referral program locks 3.2 — so it will not pick this up without an unrelated dependency bump there.The
cargo-denyandclippyfailures on this PR are pre-existing onmainand untouched by this line: the remaininglicenseserror is the GPL-3.0array-byteshost-only dependency (a legal call) and the advisory is RUSTSEC incrossbeam-epochfrom the 1.15.2-era lockfile.mainis an ancestor ofmainnet, so merging here does not reach the three consumers that pinbranch = "mainnet".