Remove the DataContext wrapper around DataDescription#6170
Merged
cfallin merged 2 commits intobytecodealliance:mainfrom Apr 6, 2023
Merged
Remove the DataContext wrapper around DataDescription#6170cfallin merged 2 commits intobytecodealliance:mainfrom
cfallin merged 2 commits intobytecodealliance:mainfrom
Conversation
It doesn't have much of a purpose while making it harder to for example rewrite the function and data object declarations within it as is necessary for deserializing a serialized module.
cfallin
approved these changes
Apr 6, 2023
Contributor
Author
|
It needs to be added to the merge queue, right? |
Member
|
I enabled auto-merge when I approved it; that puts it on the merge queue automatically once the initial tests pass. (You should be able to see the "enabled auto-merge" event in the PR timeline.) |
Contributor
Author
|
I see. I thought enabling auto-merge and adding to the merge queue were to separate steps. Github attributed the "added this pull request to the merge queue" event to you, so I thought you manually did this. |
brendandburns
pushed a commit
to brendandburns/wasmtime
that referenced
this pull request
Apr 13, 2023
…ce#6170) * Remove the DataContext wrapper around DataDescription It doesn't have much of a purpose while making it harder to for example rewrite the function and data object declarations within it as is necessary for deserializing a serialized module. * Derive Debug for DataDescription
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It doesn't have much of a purpose while making it harder to for example rewrite the function and data object declarations within it as is necessary for deserializing a serialized module.