ci(konjo-gates): bump KIBAN_REF to v1.1.2#103
Draft
konjoinfinity wants to merge 1 commit into
Draft
Conversation
kiban v1.1.2 fixes a second bug in the repo:* Rust gates: cargo fmt/clippy/deny print absolute paths, and since the base-ref scan runs in a differently-rooted git worktree than HEAD, no pre-existing finding ever matched -- the whole repo's lint backlog looked net-new on every Rust PR (see konjoai/kiban#18). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xv43iBoyNLSroCxvzopTxD
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
Follow-up to the
v1.1.1pin bump (#102, merged). Re-runninggateson PR #101 after that bump showed the gates did run this time, butfmt-check/clippy/cargo-denystill failed — this time against the entire repo's pre-existing lint backlog (46 untouched files), not the PR's own diff, becausecargoprints absolute paths and the base-ref scan runs from a differently-rootedgit worktreethan HEAD, so no pre-existing finding could ever match. Fixed upstream inkonjoai/kiban#18(merged, taggedv1.1.2).This bumps
KIBAN_REFfromv1.1.1tov1.1.2and updates the workflow comment.Type of change
Checklist
cargo testpasses locally — not applicable, no Rust/Python source changedcargo clippy -- -D warningsreports no errors — n/a, workflow-only changecargo fmt --checkpasses — n/a, workflow-only changepytest python/tests/passes locally — n/a, no Python changedruff check python/reports no errors — n/a, no Python changedvectro benchrun — n/aRelated issues
Fixes the
gatesCI failures reported againstvectro#99/vectro#101. Upstream fixes: konjoai/kiban#17, konjoai/kiban#18.Generated by Claude Code