Skip to content

chore(deps): flip lance-graph-contract git deps back to branch=main#223

Merged
AdaWorldAPI merged 1 commit into
mainfrom
claude/ogar-docir-architecture-jjzlig
Jul 21, 2026
Merged

chore(deps): flip lance-graph-contract git deps back to branch=main#223
AdaWorldAPI merged 1 commit into
mainfrom
claude/ogar-docir-architecture-jjzlig

Conversation

@AdaWorldAPI

Copy link
Copy Markdown
Owner

What

The float-then-flip completion for the DocIr arc: lance-graph #776 (selection rail walk + standing_mask) is merged to lance-graph main, so the five FLOAT dep sites return from the PR branch to branch = "main" and the FLOAT markers come out:

  • ogar-class-view
  • ogar-render-askama
  • ogar-doc-ir
  • ogar-from-ruff
  • ogar-render-typst

This unpins OGAR main from the now-merged claude/ogar-docir-architecture-jjzlig branch on lance-graph (which can be deleted once this lands — until then it must survive, since main's manifests still reference it).

Verification

  • cargo update -p lance-graph-contract resolves to lance-graph main post-#776 (538bd55c).
  • Tests green: ogar-doc-ir (--features classview, 27), ogar-render-typst (5 + 2 dual-render), ogar-class-view, ogar-render-askama (61).
  • ogar-from-ruff checks clean with lance-sink enabled.

🤖 Generated with Claude Code

https://claude.ai/code/session_01HCghCf6rxf2wcqi2cor6RD


Generated by Claude Code

…float-then-flip complete)

lance-graph #776 (selection + standing_mask) is merged to main, so the
five FLOAT dep sites (ogar-class-view, ogar-render-askama, ogar-doc-ir,
ogar-from-ruff, ogar-render-typst) return from the PR branch to
branch = "main" and the FLOAT markers come out. Verified: resolves to
lance-graph main post-merge; ogar-doc-ir (classview) / ogar-render-typst
/ ogar-class-view / ogar-render-askama tests green; ogar-from-ruff
checks clean with lance-sink enabled.
@cursor

cursor Bot commented Jul 21, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot 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_efd556d0-7a4c-4eae-a200-9c5d0234b1dc)

@AdaWorldAPI
AdaWorldAPI marked this pull request as ready for review July 21, 2026 07:34
@cursor

cursor Bot commented Jul 21, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot 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_81d2ad7f-9ee2-479c-afbd-e34c5bb47e63)

@AdaWorldAPI
AdaWorldAPI merged commit 56903df into main Jul 21, 2026
2 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eff4c4bbe4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

# `ogar-class-view` / `ogar-from-ruff` / `ogar-render-askama` crates use.
# FLOAT: branch = "main" → PR branch until lance-graph #776 merges (flip back to main then).
lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "claude/ogar-docir-architecture-jjzlig", optional = true }
lance-graph-contract = { git = "https://github.com/AdaWorldAPI/lance-graph", branch = "main", optional = true }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep DocIr on a branch that exports selection

With ogar-doc-ir's classview feature enabled, this dependency now resolves from upstream main, but I inspected upstream crates/lance-graph-contract/src/lib.rs on main and it still does not declare pub mod selection; meanwhile crates/ogar-doc-ir/src/resolve.rs imports lance_graph_contract::selection::{RailGraph, ViewId, ViewRegistry, walk_rails}. The old PR branch did export that module, so switching this line makes the documented feature build, and ogar-render-typst tests that enable it, fail with an unresolved selection import until main actually exposes the module.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants