This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d6de1b9 compound assignment operator overloading proposal (minor
tweaks)
d6de1b9 is described below
commit d6de1b959a1871e9199bf3bdcb015ff2bfc628b6
Author: Paul King <[email protected]>
AuthorDate: Sun Apr 12 21:13:53 2026 +1000
compound assignment operator overloading proposal (minor tweaks)
---
site/src/site/wiki/GEP-16.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/site/src/site/wiki/GEP-16.adoc b/site/src/site/wiki/GEP-16.adoc
index 6ffe4fa..7da8b0b 100644
--- a/site/src/site/wiki/GEP-16.adoc
+++ b/site/src/site/wiki/GEP-16.adoc
@@ -7,7 +7,7 @@
[horizontal,options="compact"]
*Number*:: GEP-16
*Title*:: `val` keyword for final declarations
-*Version*:: 2
+*Version*:: 4
*Type*:: Feature
*Status*:: Draft
*Leader*:: Paul King
@@ -386,7 +386,7 @@ https://github.com/apache/groovy/tree/valSpike
== Update history
-1 (2026-04-12) Initial draft
-2 (2026-04-12) Added Java interop edge cases, spike implementation summary
-3 (2026-04-12) Added field naming edge case, Gradle motivation
+1 (2026-04-12) Initial draft +
+2 (2026-04-12) Added Java interop edge cases, spike implementation summary +
+3 (2026-04-12) Added field naming edge case, Gradle motivation +
4 (2026-04-12) Added cast expression edge case, split code stats, linked spike
branch and JIRA