Skip to content
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

Release 1.9.2 #298

Merged
merged 18 commits into from
Aug 4, 2023
Merged

Release 1.9.2 #298

merged 18 commits into from
Aug 4, 2023

Conversation

jaskarth
Copy link
Member

@jaskarth jaskarth commented Aug 3, 2023

Changelog:

  • Added option to remap parameters with JAD names
  • Fixed inconsistent decompilation of pi constants
  • Fixed inconsistent decompilation of floating point constants
  • Fixed incorrect decompilation of exponent notation floating point numbers ending in 0
  • Fixed Try with resources being created incorrectly
  • Fixed spurious code deletion with specific switch expressions
  • Fixed JAD var naming not working or using conflicting names in some cases (thanks, coehlrich!)
  • Fixed clashing variable names with method parameters (thanks, MiniDigger!)
  • Fixed clashing variable names in foreach statements
  • Fixed clashing variable names in local classes
  • Fixed variables in finally blocks not getting remapped
  • Fixed crash during writing lambda

@jaskarth jaskarth added Priority: High High priority Type: Version Update A pull request that merges a new version into main labels Aug 3, 2023
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

Test Results

     15 files  ±  0       15 suites  ±0   1m 24s ⏱️ +7s
1 589 tests +  4  1 588 ✔️ +3  1 💤 +1  0 ±0 
2 658 runs  +12  2 655 ✔️ +9  3 💤 +3  0 ±0 

Results for commit f79b263. ± Comparison against base commit efd17a7.

♻️ This comment has been updated with latest results.

@codecov-commenter

This comment was marked as outdated.

@jaskarth jaskarth merged commit f9725d1 into master Aug 4, 2023
11 checks passed
@jaskarth jaskarth deleted the develop/1.9.2 branch September 4, 2023 01:09
@jaskarth jaskarth restored the develop/1.9.2 branch September 4, 2023 01:09
@jaskarth jaskarth deleted the develop/1.9.2 branch September 4, 2023 01:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants