Bytecode Modification Framework#10060
Closed
Machine-Maker wants to merge 1 commit into
Closed
Conversation
This was referenced Dec 20, 2023
MiniDigger
reviewed
Dec 20, 2023
b9544bf to
f545498
Compare
f545498 to
8696a8c
Compare
Member
Author
8696a8c to
31f14a2
Compare
31f14a2 to
33039cd
Compare
33039cd to
f10858e
Compare
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.
Groundwork for a better-designed bytecode modification framework for the larger structural changes we need to do. The utilities currently implemented are what was needed to split Position out of Location and manage return types and param types.
This framework includes generated classes with generated static methods and it's done all auto-magically. It is also versioned. It changes the
api-versionfield for paper plugins to be specific to a minor version and won't run modifications not applicable for that version.