Skip to content

Work-from-home - #19

Merged
jeromychu23 merged 2 commits into
mainfrom
work-from-home
Mar 7, 2026
Merged

Work-from-home#19
jeromychu23 merged 2 commits into
mainfrom
work-from-home

Conversation

@jeromychu23

Copy link
Copy Markdown
Owner

No description provided.

@jeromychu23
jeromychu23 merged commit 6e10d40 into main Mar 7, 2026
19 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: e185619337

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

Comment thread src/lib.rs
Comment on lines +350 to +354
let target_before_block = match &earliest_blocker {
None => true,
Some(blocker_target) => {
compare_bool(&candidate_target, blocker_target.bind(py), CompareOp::Lt)
}

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 Enforce blockers when propagating in backward mode

target_before_block only checks whether candidate_target is less than the blocker target. In backward mode, choose_candidate_by_plan already constrains candidates to <= anchor_target, while blockers are filtered to > anchor_target in earliest_blocker_on_node_after_target, so this condition becomes trivially true and block_key no longer blocks anything. As a result, rows that should stay unchanged when a later blocker exists can incorrectly inherit ancestor targets.

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.

1 participant