-
Notifications
You must be signed in to change notification settings - Fork 102
Release 1.11.0 #460
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
Merged
Merged
Release 1.11.0 #460
Conversation
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
* Don't write explicit casts where redundant * Fix numeric parameter disambiguation * Write casts when not doing so would change behavior * Fix failing test --------- Co-authored-by: Jasmine Karthikeyan <25208576+jaskarth@users.noreply.github.com>
* add option to exclude classes from decompilation * add @type annotation * rename into excluded-classes, remove short name
* Default arguments in function / constructor declarations * Improve defaults detection and parsing, and add option for unknown defaults * Fix ambiguous wording * Clean up with J12-17 features * Describe in detail what happens to default parameters * Fix cases with 32 or more parameters * Improve wording about default constructors * Clean up imports * Fix problems with long/double parameters
…kes up multiple lines before reformatting (like an anonymous class instantiation) (#379)
* Simplify empty anonymous class bodies to `{}` This is typically how people actually write code like this (as can be seen in the existing tests) The improvement is extra noticeable with things like type tokens * Switch to AtomicBoolean and add comments
…he number (#395) * Add failing test for number casts issue * make sure to include casts for numeric operations
* Fix variable used in switch head not being inlined * Update dec files * Comments and put streams on multiple lines
…or (#401) synthetic parameters
* Fix intersection casts for direct methods * Add support for variable assignments * Use var for variables that represent intersection types and update tests * Add comments and remove println * Add support for when an intersection type is casted back to it's original type
* Add missing inherited name propagation to remapClashingNames * Add and update test * commit inner class file * Update for rebase * Handle anonymous classes in iterateClashingExprent * Update tests * Don't add inherited names * fix param index for anon classes
… method (#423) * Fix lambdas in anonymous classes referencing parameters from the root method * Update test
…tionExprent broke
* chore(deps): Bump GHA versions * chore(deps): Bump Gradle and plugin versions
…ix (#436) default being removed from switch statements that are required to be exhaustive
…us unboxing calls (#444)
* Add bad test for ppmm inlining * Update test * Fix ppmm bug * More bad case :( * Fix array assign ppmm bug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Priority: High
High priority
Type: Version Update
A pull request that merges a new version into main
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.
Release version 1.11.0.