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

rename trig -> reset, trigzero -> restart #1010

Merged
merged 1 commit into from
Mar 23, 2024
Merged

rename trig -> reset, trigzero -> restart #1010

merged 1 commit into from
Mar 23, 2024

Conversation

felixroos
Copy link
Collaborator

@felixroos felixroos commented Mar 23, 2024

renames trig to reset and trigzero to restart in all places

this is a breaking change that should affect very little patterns, as the alignment feature is not very used often. to update your pattern, replace:

x.add.trig(...)
// with
x.add.reset(...)
// or
x.add.trigzero(...)
// with
x.add.restart(...)

partly adresses #970

@felixroos felixroos merged commit 53af147 into main Mar 23, 2024
2 checks passed
@felixroos felixroos deleted the trigzero-restart branch March 23, 2024 14:18
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