Package: grengine / 3.1.0+dfsg-1

Metadata

Package Version Patches format
grengine 3.1.0+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build.patch | (download)

build.gradle | 107 0 + 107 - 0 !
1 file changed, 107 deletions(-)

 shortening build.gradle for a debian build
 Also removing the useJUnitPlatform() invocation, which is not understood by
 the Debian-packaged gradle.
omit_tests_touching_home.patch | (download)

src/test/java/ch/grengine/GrengineGrapeTest.java | 4 4 + 0 - 0 !
src/test/java/ch/grengine/code/groovy/DefaultGroovyCompilerTest.java | 5 4 + 1 - 0 !
2 files changed, 8 insertions(+), 1 deletion(-)

 ignoring the files that touch subdirs of $home
 Groovy files are looked for by grape tests, see the output of those tests when
 we let them run.
openjdk 21.patch | (download)

src/main/java/ch/grengine/Grengine.java | 2 1 + 1 - 0 !
src/main/java/ch/grengine/engine/Loader.java | 2 1 + 1 - 0 !
src/main/java/ch/grengine/except/ClassNameConflictException.java | 9 5 + 4 - 0 !
src/main/java/ch/grengine/except/CompileException.java | 2 1 + 1 - 0 !
src/main/java/ch/grengine/sources/CompositeSources.java | 2 1 + 1 - 0 !
src/main/java/ch/grengine/sources/DirBasedSources.java | 2 1 + 1 - 0 !
src/main/java/ch/grengine/sources/FixedSetSources.java | 2 1 + 1 - 0 !
src/test/java/ch/grengine/manual/UserManualJavaTest.java | 9 5 + 4 - 0 !
src/test/java/ch/grengine/source/MockFile.java | 2 1 + 1 - 0 !
src/test/java/ch/grengine/source/SourceUtilTest.java | 17 9 + 8 - 0 !
10 files changed, 26 insertions(+), 23 deletions(-)

 with openjdk-21, one gets build-time errors like the one in the
 bug thread linked below. The proposed changes are not the only solutions and
 maybe not the best ones, especially if one wants to inherit some of the
 altered classes.