-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Introduce Quiltflower decompiler support #25729
Conversation
I saw this one the other day. What I was wondering is if it wasn't better to keep the one maintained by Jetbrains, for which we are sure it's going to be around for a while? |
This seems to be more actively maintained |
Moreover, this one has actual Github releases as opposed to Fernflower which only has some hacky support for some of the commits made in the initial repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough. I suppose we will see how it goes, it's an advanced feature anyway.
This doc needs an update: https://quarkus.io/guides/writing-extensions .
Should have been more precise: search for |
done |
Quiltflower is a new decompiler based on Fernflower that generates better decompiled code. This change also deprecates the Fernflower configuration in favor of the new Quiltflower configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Let's wait for CI.
💪🏼 |
Awesome. |
Quiltflower is a new decompiler based on Fernflower
that generates better decompiled code.
This change also deprecates the Fernflower configuration
in favor of the new Quiltflower configuration