Package: procyon / 0.5.32-5

Metadata

Package Version Patches format
procyon 0.5.32-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 disable fatjar plugin.patch | (download)

Procyon.Decompiler/build.gradle | 14 2 + 12 - 0 !
1 file changed, 2 insertions(+), 12 deletions(-)

 disables the fatjar plugin (not in debian)
02 cli program name.patch | (download)

Procyon.Decompiler/src/main/java/com/strobel/decompiler/DecompilerDriver.java | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 set the name of the program for the help page
03 java9 compatibility.patch | (download)

Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/ClasspathTypeLoader.java | 69 22 + 47 - 0 !
Procyon.Expressions/src/main/java/com/strobel/expressions/LambdaCompiler.java | 4 2 + 2 - 0 !
2 files changed, 24 insertions(+), 49 deletions(-)

 java 9 compatibility fixes
04 jcommander compatibility.patch | (download)

Procyon.Decompiler/src/main/java/com/strobel/decompiler/CommandLineOptions.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes the compatibility with the version of jcommander in debian
05 java11 compatibility.patch | (download)

Procyon.Reflection/src/main/java/com/strobel/reflection/emit/TypeBuilder.java | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 fixes the compatibility with java 11