Re: About simplifying the switch for runtime groovydoc

2018-10-24 Thread Remko Popma
I like the short notation much better than the long notation. The /** notation for Javadoc was cryptic 20 years ago but there was no resistance to the idea. Why not? Because it was such a useful feature of the language! I think we all agree that making GroovyDoc available at runtime is a

Re: Java 11

2018-10-24 Thread Daniel.Sun
It is up to the roadmap made by Paul ;) P.S. According to current progress, maybe the first half of next year(2019) IMO. Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from:

Re: About refining regex literal syntax

2018-10-24 Thread Daniel.Sun
Hi Jochen, If the string is invalid, lexer can detect the error efficiently. In addition, editing one line version of string will not impact lexer to recognize the remaining source code, which is very important for the performance of source code highlighter. Cheers, Daniel.Sun -

Re: About refining regex literal syntax

2018-10-24 Thread Jochen Theodorou
On 23.10.2018 03:01, Daniel Sun wrote: Hi Guillaume, Groovy has multiline version for regex already, i.e. `$/.../$`, so `/.../` also supporting is redundant IMHO ;-) Similarly, `"..."` and `'...'` have their multline versions, i.e. `'''...'''` and `"""..."""`, so they

Re: Java 11

2018-10-24 Thread Roman Shaposhnik
Speaking of 3.0.0 what's a general feel on when can we see it turning beta? Thanks, Roman. On Wed, Oct 24, 2018 at 6:41 AM Daniel.Sun wrote: > > 2.5.3 supports Java11 and is released. > 3.0.0 alpha-4 supports Java11 too but not released yet. > > P.S. 2.6 is not maintained anymore. > > > Cheers,

Re: Java 11

2018-10-24 Thread Alessio Stalla
Oh, thank you. I was fouled by a failing test, but it was my fault. On Wed, 24 Oct 2018 at 15:41, Daniel.Sun wrote: > 2.5.3 supports Java11 and is released. > 3.0.0 alpha-4 supports Java11 too but not released yet. > > P.S. 2.6 is not maintained anymore. > > > Cheers, > Daniel.Sun > > > > >

Re: About simplifying the switch for runtime groovydoc

2018-10-24 Thread Guillaume Laforge
Not necessarily. Discussions are better, leading towards a consensus. Polls can have very different outcomes depending on how you define the questions and answers, how you advertise the poll, how you interpret the results of the poll, etc. Before any poll, I'd like to hear about those early users

Re: About simplifying the switch for runtime groovydoc

2018-10-24 Thread Daniel.Sun
Raising a poll may be better way to make decisions ;) Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: Java 11

2018-10-24 Thread Daniel.Sun
2.5.3 supports Java11 and is released. 3.0.0 alpha-4 supports Java11 too but not released yet. P.S. 2.6 is not maintained anymore. Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from:

Re: Java 11

2018-10-24 Thread Paul King
2.5.3 is out with JDK11 support (albeit with warnings). On Wed, Oct 24, 2018 at 11:20 PM Alessio Stalla wrote: > Hello folks, > > is there a timeframe for Java 11 support in Groovy? Right now it barfs on > JDK 11 classes due to ASM not properly supporting them. > > Thanks, > Alessio >

Java 11

2018-10-24 Thread Alessio Stalla
Hello folks, is there a timeframe for Java 11 support in Groovy? Right now it barfs on JDK 11 classes due to ASM not properly supporting them. Thanks, Alessio