Skip to content

chore(ogar-from-ruff): flip ruff deps back to branch=main (field_type merged)#142

Merged
AdaWorldAPI merged 1 commit into
mainfrom
claude/odoo-rs-transcode-lf8ya5
Jun 30, 2026
Merged

chore(ogar-from-ruff): flip ruff deps back to branch=main (field_type merged)#142
AdaWorldAPI merged 1 commit into
mainfrom
claude/odoo-rs-transcode-lf8ya5

Conversation

@AdaWorldAPI

Copy link
Copy Markdown
Owner

Follow-up to #141. ruff #37 (field_type capture + the soc operator-veto fix) is now merged to ruff main, so the temporary rev-pin to 4860e79 that #141 introduced is no longer needed.

Restores branch = "main" for both ruff_spo_triplet and ruff_spo_address and drops the temporary-pin comment. No code change; Field.field_type is on ruff main, so project_odoo_fields resolves against it.


Generated by Claude Code

… merged)

ruff #37 (field_type capture + soc operator-veto fix) merged to ruff main, so
the temporary rev-pin to 4860e79 introduced in #141 is no longer needed.
Restore branch = "main" for ruff_spo_triplet and ruff_spo_address.

@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: 5b5ec494e6

ℹ️ 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".

# `branch = "main"` once that ruff PR merges.
ruff_spo_triplet = { git = "https://github.com/AdaWorldAPI/ruff", rev = "4860e7987aa0c9453f812bb0178962d1cba66df0" }
ruff_spo_address = { git = "https://github.com/AdaWorldAPI/ruff", rev = "4860e7987aa0c9453f812bb0178962d1cba66df0" }
ruff_spo_triplet = { git = "https://github.com/AdaWorldAPI/ruff", branch = "main" }

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 ruff_spo_triplet pinned until field_type reaches main

With this dependency now resolving to ruff main, a fresh build of ogar-from-ruff pulls a ruff_spo_triplet::Field that does not yet expose field_type, while project_odoo_fields still assigns field.field_type in crates/ogar-from-ruff/src/lib.rs:228. The removed rev contains that field, so this change makes the crate fail to compile for anyone resolving dependencies from main; keep the pin or update after the upstream branch actually includes the field.

Useful? React with 👍 / 👎.

@AdaWorldAPI AdaWorldAPI merged commit 20cc488 into main Jun 30, 2026
1 check passed
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