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
commit c5b1025b8c65b607446f691423983950496b4e73 Author: Mattias Reichel <[email protected]> AuthorDate: Wed Oct 29 08:20:02 2025 +0100 use hyphen before noun in mailing-list --- site/src/site/pages/mailing-lists.groovy | 4 ++-- site/src/site/wiki/GEP-1.adoc | 2 +- site/src/site/wiki/GEP-10.adoc | 2 +- site/src/site/wiki/GEP-11.adoc | 2 +- site/src/site/wiki/GEP-4.adoc | 2 +- site/src/site/wiki/GEP-6.adoc | 2 +- site/src/site/wiki/GEP-7.adoc | 2 +- site/src/site/wiki/GEP-8.adoc | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/site/src/site/pages/mailing-lists.groovy b/site/src/site/pages/mailing-lists.groovy index d4d3499..d963d8e 100644 --- a/site/src/site/pages/mailing-lists.groovy +++ b/site/src/site/pages/mailing-lists.groovy @@ -63,7 +63,7 @@ layout 'layouts/main.groovy', true, } hr(class: 'divider') - h2 'Alternative mailing list archives' + h2 'Alternative mailing-list archives' ul { li """ You can also find archives on mail-archive.com: ${ @@ -75,7 +75,7 @@ layout 'layouts/main.groovy', true, """ li """ - You can also find some historic dev mailing list archives on MARC: ${ + You can also find some historic dev mailing-list archives on MARC: ${ $a(href: 'https://marc.info/?l=groovy-dev&r=1&s=groovy&q=b&w=4', 'groovy-dev') } """ diff --git a/site/src/site/wiki/GEP-1.adoc b/site/src/site/wiki/GEP-1.adoc index f634666..eec4faa 100644 --- a/site/src/site/wiki/GEP-1.adoc +++ b/site/src/site/wiki/GEP-1.adoc @@ -68,7 +68,7 @@ Final:: when the GEP has been integrated into a released version of Groovy and h Beyond all these metadata, as appropriate, a GEP should also: -* give pointers to existing mailing list discussions (through Nabble, Markmail or Ponymail) +* give pointers to existing mailing-list discussions (through Nabble, Markmail or Ponymail) * list existing papers or documentations related to this feature that provides additional material for understanding the concepts or implementation difficulties * provide samples showing how the feature should be used and how idiomatic Groovy the solution is diff --git a/site/src/site/wiki/GEP-10.adoc b/site/src/site/wiki/GEP-10.adoc index cd3a6ae..c508cba 100644 --- a/site/src/site/wiki/GEP-10.adoc +++ b/site/src/site/wiki/GEP-10.adoc @@ -245,7 +245,7 @@ def template() { new MarkupBuilder().html { p('Hello') } } * http://blackdragsview.blogspot.com/2011/10/flow-sensitive-typing.html[Flow Sensitive Typing?] * https://web.archive.org/web/20150508040745/http://www.jroller.com/melix/entry/groovy_static_type_checker_status[Groovy static type checker: status update] (web archive) -=== Mailing list discussions +=== Mailing-list discussions * https://marc.info/?l=groovy-dev&m=132095119732500&w=2[groovy-dev: Static compilation for Groovy]: + An interesting discussion where dynamic lovers explain why they do not want static compilation diff --git a/site/src/site/wiki/GEP-11.adoc b/site/src/site/wiki/GEP-11.adoc index 8704970..6f5d677 100644 --- a/site/src/site/wiki/GEP-11.adoc +++ b/site/src/site/wiki/GEP-11.adoc @@ -255,7 +255,7 @@ Differences to groovy.mop.internal.DefaultMetaProperty: * https://web.archive.org/web/20150508123746/http://docs.codehaus.org/display/GroovyJSR/GEP+11+-+Groovy+3+semantics+and+new+MOP[GEP-11: Groovy 3 semantics and new MOP] (web archive link) -=== Mailing list discussions +=== Mailing-list discussions * https://marc.info/?l=groovy-user&m=134070969008201&w=2[groovy-user: Groovy 3] diff --git a/site/src/site/wiki/GEP-4.adoc b/site/src/site/wiki/GEP-4.adoc index 2c37cf8..4c18c28 100644 --- a/site/src/site/wiki/GEP-4.adoc +++ b/site/src/site/wiki/GEP-4.adoc @@ -113,7 +113,7 @@ There are no real drawbacks to having an opposite syntax. The number of Boo AST == References and useful links -Mailing List Discussions +Mailing-List Discussions * groovy-dev: https://marc.info/?l=groovy-dev&m=126632536126812&w=2[Groovy AstBuilder AST Templates] diff --git a/site/src/site/wiki/GEP-6.adoc b/site/src/site/wiki/GEP-6.adoc index e6359b1..d7658f5 100644 --- a/site/src/site/wiki/GEP-6.adoc +++ b/site/src/site/wiki/GEP-6.adoc @@ -72,7 +72,7 @@ I guess now is a good time to also look at that option. == References and useful links -=== Mailing list discussions +=== Mailing-list discussions * https://marc.info/?l=groovy-dev&m=128540553001110&w=2[groovy-dev: OpenJDK 7 Groovy Build and NIO2 support] * https://docs.oracle.com/javase/8/docs/technotes/guides/io/index.html[Java I/O, NIO and NIO.2] diff --git a/site/src/site/wiki/GEP-7.adoc b/site/src/site/wiki/GEP-7.adoc index 3deb6c1..b84e047 100644 --- a/site/src/site/wiki/GEP-7.adoc +++ b/site/src/site/wiki/GEP-7.adoc @@ -154,7 +154,7 @@ JSON Spec and Java implementations * http://tools.ietf.org/html/rfc4627[RFC-4627] * http://json-lib.sourceforge.net/[json-lib] -=== Mailing list discussions +=== Mailing-list discussions * https://marc.info/?l=groovy-dev&m=129623197505984&w=2[groovy-dev: Built-in JSON support in 1.8] diff --git a/site/src/site/wiki/GEP-8.adoc b/site/src/site/wiki/GEP-8.adoc index 32190c1..1dc82f9 100644 --- a/site/src/site/wiki/GEP-8.adoc +++ b/site/src/site/wiki/GEP-8.adoc @@ -284,7 +284,7 @@ The proposed behaviour is therefore to align the instanceof case with multicatch * http://blackdragsview.blogspot.com/2011/10/flow-sensitive-typing.html[Flow Sensitive Typing?] * https://web.archive.org/web/20150508040745/http://www.jroller.com/melix/entry/groovy_static_type_checker_status[Groovy static type checker: status update] (web archive) -=== Mailing list discussions +=== Mailing-list discussions * https://marc.info/?l=groovy-user&m=131805623302039&w=2[groovy-user: [grumpy mode\] What to do on assignment?] Discussion about the expected behaviour when STC detects a potential error on assignment (for example, possible loss of precision on implicit number casts)
