-
Notifications
You must be signed in to change notification settings - Fork 9
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
Writing of transformed class files #8
Comments
@TSedlar for now, just use the buffer class for writing data back to a buffer. in the future we might fork binary-parser to allow for code generated binary writers. if you feel like creating some PRs for the refactoring/implementation of |
@TSedlar if you want to reference this issue in your commits put See here under |
related to #1 |
* AbstractInstruction#write is filled out and all classes extending it. * I also fixed the class names for FieldInstruction/MethodInstruction, as both were named 'BranchInstruction.' refs #8
* `AbstractInstruction#write` is filled out in all classes extending it * fixed the class names for `FieldInstruction`/`MethodInstruction`, as both were named `BranchInstruction` refs #8
* introduced `InstructionMajorVersionVerifier` for verifying instructions before writing in `ClassWriter#verify` refs #8
* introduced `InstructionMajorVersionVerifier` for verifying instructions before writing in `ClassWriter#verify` refs #8
Marking this for a future milestone. Probably v0.3. |
The text was updated successfully, but these errors were encountered: