Fork Sync: Update from parent repository#3
Merged
github-actions[bot] merged 54 commits intonbauma109:developfrom Feb 21, 2022
Merged
Fork Sync: Update from parent repository#3github-actions[bot] merged 54 commits intonbauma109:developfrom
github-actions[bot] merged 54 commits intonbauma109:developfrom
Conversation
…xed some design issues with `ContextTrackingVisitor`.
…nstructors and explicit (hiding) accessors. Some code cleanup here and there.
…r handling of intersection types.
…r handling of intersection types.
…ava8-features # Conflicts: # Procyon.CompilerTools/src/main/java/com/strobel/decompiler/ast/Inlining.java
…erenced by other synthetic members, or are assignments from one synthetic member to another.
… would require rewriting them in the bytecode AST layer.
…tern matching. Some transforms no longer run if the source compiler target didn't support them. Minor code cleanup.
…moved `LookupScope` in favor of `ExpressionContext` (specifically for `LambdaCompiler`).
Replaced use of `javax.lang.model.element.Modifier` with `com.strobel.assembler.metadata.Flags.Flag` to allow inclusion of flags newer than the JDK used to compile Procyon.
# Conflicts: # .idea/inspectionProfiles/Project_Default.xml
More work on JDK9+ compatibility. Fixed a ton of raw type uses.
…ain tests when the JDK is too new (until properly fixed).
Added an `invokedynamic` rewriter for instructions that Procyon doesn't recognize (lambdas or string concatenation).
…as constructor call arguments or `assert` expressions). Both of the aforementioned cases are still badly broken, though.
…t definite assignment analysis.
…t definite assignment analysis.
Tagging version v0.6.0 v0.6.0
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.
No description provided.