Skip to content

Add Unalign::update method#212

Merged
joshlf merged 1 commit intomainfrom
unalign-update
Aug 1, 2023
Merged

Add Unalign::update method#212
joshlf merged 1 commit intomainfrom
unalign-update

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 requested a review from djkoloski August 1, 2023 22:29
@joshlf joshlf merged commit fa7be1b into main Aug 1, 2023
@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