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 Unalign::update method #212

Merged
merged 1 commit into from Aug 1, 2023
Merged

Add Unalign::update method #212

merged 1 commit into from Aug 1, 2023

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Aug 1, 2023

Adds the Unalign::update method, which allows updating an Unalign in-place via a callback. This works by temporarily moving the Unalign into the local stack frame in order to call the callback.

Closes #206

Adds the `Unalign::update` method, which allows updating an `Unalign`
in-place via a callback. This works by temporarily moving the `Unalign`
into the local stack frame in order to call the callback.

Closes #206
@joshlf joshlf merged commit fa7be1b into main Aug 1, 2023
96 checks passed
@joshlf joshlf deleted the unalign-update branch August 1, 2023 22:38
joshlf added a commit that referenced this pull request Aug 3, 2023
Adds the `Unalign::update` method, which allows updating an `Unalign`
in-place via a callback. This works by temporarily moving the `Unalign`
into the local stack frame in order to call the callback.

Closes #206
joshlf added a commit that referenced this pull request Aug 3, 2023
Adds the `Unalign::update` method, which allows updating an `Unalign`
in-place via a callback. This works by temporarily moving the `Unalign`
into the local stack frame in order to call the callback.

Closes #206
joshlf added a commit that referenced this pull request Aug 3, 2023
Adds the `Unalign::update` method, which allows updating an `Unalign`
in-place via a callback. This works by temporarily moving the `Unalign`
into the local stack frame in order to call the callback.

Closes #206
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.

Add ability to update or operate on an Unalign in-place
2 participants