Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: unwind_to should be exclusive #137

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

alexgao001
Copy link
Contributor

@alexgao001 alexgao001 commented Sep 6, 2024

Description

While unwinding with unwind_table_by_walker, the range passed is inclusive. To ensure the unwind_to block is preserved, we adjust the range to start from unwind_to + 1

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

Potential Impacts

  • add potential impacts for other components here
  • ...

@alexgao001 alexgao001 changed the title fix: unwind_to should be exclusive fix: unwind_to should be exclusive Sep 6, 2024
@alexgao001 alexgao001 changed the title fix: unwind_to should be exclusive fix: unwind_to should be exclusive Sep 6, 2024
@unclezoro unclezoro changed the base branch from main to develop September 9, 2024 06:33
@unclezoro unclezoro added this pull request to the merge queue Sep 9, 2024
Merged via the queue into develop with commit 7b15d77 Sep 9, 2024
34 checks 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.

3 participants