emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43639: closed ([PATCH] [staging] gnu: groovy: Update to 3.0.5.)


From: GNU bug Tracking System
Subject: bug#43639: closed ([PATCH] [staging] gnu: groovy: Update to 3.0.5.)
Date: Wed, 14 Oct 2020 01:47:02 +0000

Your message dated Wed, 14 Oct 2020 03:44:58 +0200
with message-id <20201014034458.1300489f@tachikoma>
and subject line [PATCH] [staging] gnu: groovy: Update to 3.0.5.
has caused the debbugs.gnu.org bug report #43639,
regarding [PATCH] [staging] gnu: groovy: Update to 3.0.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43639: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43639
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] [staging] gnu: groovy: Update to 3.0.5. Date: Sun, 27 Sep 2020 00:13:35 +0200
Hi Guix!

The following patch series updates groovy to 3.0.5. groovy-ant depends
on a newer version of ant/java8 than we have in master, so I had to
update it.  This lead me to change the recipe slightly, which
propagated to ant, so I thought I could as well update it as well. The
change to ant's recipe (and version) leads to ~500 rebuilds, so this is
going to staging.

The first three patches are required, but already pushed in master.

Then, I add asm-8 and 3 subpackages. Groovy requires a fork of antlr4,
not antlr4 itself, but this fork has a cyclic dependency on itself.

antlr4 has a runtime library and a binary that generates a parser. The
binary depends on the runtime library. In that fork, the runtime
requires the binary, to generate a parser. To break the cycle, I use an
old version of antlr4 (4.1), and fix the parser (it generates the
parser for a different runtime library after all). Then, I can use this
runtime to build the binary.

Now, the binary uses a runtime that doesn't fully work, so I rebuild
the runtime with it (so this time it generates the parser properly),
and use this runtime to rebuild the final binary.

Then, there's java-javaparser and the actual update of groovy. I
changed the way groovy subprojects are built, using a procedure
(groovy-subproject) that returns a package that builds the subproject.
I also added a few additional subprojects that didn't exist in the
previous version. Unfortunately, I'm missing the junit5 and jaxb
because of missing dependencies.



--- End Message ---
--- Begin Message --- Subject: [PATCH] [staging] gnu: groovy: Update to 3.0.5. Date: Wed, 14 Oct 2020 03:44:58 +0200
Since there was no review, pushed as 069ddd9900..417cf5445b on staging.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]