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

Add check if motion is in sequence #169

Merged
merged 4 commits into from
Dec 8, 2024
Merged

Add check if motion is in sequence #169

merged 4 commits into from
Dec 8, 2024

Conversation

yn01-dev
Copy link
Owner

@yn01-dev yn01-dev commented Dec 8, 2024

Previously, when a motion was added to a sequence, the handle was invalidated by incrementing the version. This prevented the internal motion from being accidentally manipulated, but it caused problems such as the debugger being unable to track it because the previous handle was invalid.

Instead, I added a process to check whether all operations are for motions within a sequence and make them inaccessible to the user. This allows us to display an appropriate error without having to manipulate the handle version.

@yn01-dev yn01-dev merged commit b483028 into v2.0 Dec 8, 2024
@yn01-dev yn01-dev deleted the fix-sequence-item branch December 8, 2024 09:30
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