Skip to content

fix duration with negative duration value#423

Merged
HarrisChu merged 3 commits intorelease-5.2from
fix_negative_duration
Mar 16, 2026
Merged

fix duration with negative duration value#423
HarrisChu merged 3 commits intorelease-5.2from
fix_negative_duration

Conversation

@Nicole00
Copy link
Copy Markdown
Contributor

No description provided.

HarrisChu
HarrisChu previously approved these changes Mar 16, 2026
@Nicole00 Nicole00 force-pushed the fix_negative_duration branch from 5934667 to 2337498 Compare March 16, 2026 07:10
# Extract month-based flag and duration value
is_month_based = (qword & 0x1) == 1
duration_value = qword >> 1
print("duration_value:", duration_value)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

please remove this debug print .

@HarrisChu HarrisChu merged commit 502b161 into release-5.2 Mar 16, 2026
1 check passed
@HarrisChu HarrisChu deleted the fix_negative_duration branch March 16, 2026 07:33
Nicole00 added a commit that referenced this pull request Mar 17, 2026
* fix duration with negative duration value

* update

* update
Nicole00 added a commit that referenced this pull request Mar 17, 2026
* fix conflict

* fix duration with negative duration value (#423)

* fix duration with negative duration value

* update

* update
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