Bump cockpit-server to lance 12; Rust 1.98.1 - #154
Merged
Merged
Conversation
… Dockerfile Workspace-wide sweep: lance 12 (lance-graph main moved to 12 / lancedb 0.39; arrow 58 / datafusion 54 unchanged for the lance-graph path) and Rust 1.98.1 (cockpit-server and stubs/q2-ndarray rust-version, the Dockerfile default toolchain). Cargo.lock regenerated by cargo against the sibling lance-graph checkout. cargo +1.98.1 check -p cockpit-server --all-targets: osm_lance.rs (the lance user) compiles; 12 errors remain in osint_gotham.rs, which still reads EdgeFacet.in_family/out_family that lance-graph's contract removed on 2026-09-17 (EdgeBlock = FacetCascade). That break is on main already and unrelated to this bump. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019HnekoM1EidTwQLS3oFVFm
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Essentials Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
Comment |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_0bacd1b3-544a-4b23-b49f-1910ff005a28) |
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.
Part of the workspace-wide sweep: lance 12 / lancedb 0.39 and Rust 1.98.1.
crates/cockpit-server:lance = "=12.0.0",rust-version = "1.98.1"crates/stubs/q2-ndarray:rust-version = "1.98.1"Dockerfile: toolchain 1.94.0 → 1.98.1Cargo.lock: regenerated by cargo; resolves lance 12.0.0Verification. I ran
cargo +1.98.1 check -p cockpit-server --all-targets.osm_lance.rs, the only lance user, compiles cleanly. The check still reports 12 errors, all inosint_gotham.rs. That file readsEdgeFacet.in_family/out_family, which lance-graph's contract removed on 2026-09-17 (EdgeBlock becameFacetCascade). Those errors are already present onmainand this bump does not cause them. They need their own migration PR.🤖 Generated with Claude Code
https://claude.ai/code/session_019HnekoM1EidTwQLS3oFVFm
Generated by Claude Code