Re: More Groovy 3 woes

2020-05-16 Thread Daniel.Sun
The joint compilation issue should be fixed in Groovy 3.0.4, which will be released in a couple of days. If you want to try in a hurry, here is link to SNAPSHOT: https://github.com/apache/groovy/actions/runs/106435124 Cheers, Daniel Sun - Apache Groovy committer & PMC member Blog: http:/

Re: parser problem?

2020-05-15 Thread Daniel.Sun
`as` can be used as identifier... but it is a keyword in the meantime... We can eliminate the ambiguities by stopping supporting `as` used as identifier. Cheers, Daniel Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groov

Re: More Groovy 3 woes

2020-05-15 Thread Daniel.Sun
Hi OC, > having enclosed all the “foo as bar”'s in ternary operators in parentheses We have fixed some issues related to ternary operator since Groovy 3 was released. Please provide a code snippet to show the ternary operator issue you mentioned. > “constructor X in class Y cannot be applied to g

Re: Collecting errors fails after upgrade from Groovy 2.5 to 3.0

2020-05-13 Thread Daniel.Sun
Hi Alex, Groovy 3 does nothing at the PARSING phase, you could use CONVERSION phase instead. P.S. Groovy 3 parses source code into CST and constructs AST at the CONVERSION phase. Cheers, Daniel Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun

Re: Apache Groovy 3.0.3 is coming soon

2020-04-05 Thread Daniel.Sun
FYI. groovy-all 3.0.3 snapshots are here: http://oss.jfrog.org/oss-snapshot-local/org/codehaus/groovy/groovy-all/3.0.3-SNAPSHOT/ Cheers, Daniel Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/

Apache Groovy 3.0.3 is coming soon

2020-04-05 Thread Daniel.Sun
Hi all, Apache Groovy 3.0.3 is coming soon. Please give its latest snapshot a try and feedback any bugs you find. Here is the link to the snapshots: http://oss.jfrog.org/oss-snapshot-local/org/codehaus/groovy/groovy-binary/3.0.3-SNAPSHOT/ Cheers, Daniel Sun - Apache Groovy committe

Re: GMavenPlus 1.9.0 Released

2020-04-05 Thread Daniel.Sun
Nice work! Cheers, Daniel Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [POLL] GEP: Support for the new JDK14 string escape sequence (\s for single space)

2020-03-17 Thread Daniel.Sun
+1 for Groovy 3 Cheers, Daniel Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Groovy 3.0.1 Windows Installer Released

2020-02-17 Thread Daniel.Sun
Nice work, Keegan! Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Problems with OSGi after upgrading to Groovy 3.0.0

2020-02-15 Thread Daniel.Sun
Hi Johan, Please submit a JIRA ticket with a sample code to reproduce the issue. Here the link to JIRA: https://issues.apache.org/jira/projects/GROOVY/summary Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun --

Re: Groovy compiler bug in 3.0.0-rc-3 and 3.0.0 works in 3.0.0-beta-3.

2020-02-15 Thread Daniel.Sun
Hi Tommy, Please submit a JIRA ticket with a sample code to reproduce the issue. Here the link to JIRA: https://issues.apache.org/jira/projects/GROOVY/summary Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun --

Re: About the binary distribution of 3.0.0 GA

2020-02-12 Thread Daniel.Sun
Java 9+ is required to build the binary distribution from the source distribution. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

About the binary distribution of 3.0.0 GA

2020-02-12 Thread Daniel.Sun
release 3.0.1 soon and its binary distribution will be for Java 8+ Here are the steps to build the binary distribution from the source distribution: > gradle -b wrapper.gradle wrapper >./gradlew installGroovy Cheers, Daniel.Sun - Apache Groovy committer & PMC member

Re: Class not found errors on 2.5.9

2020-02-02 Thread Daniel.Sun
:testClasses UP-TO-DATE :test NO-SOURCE :check UP-TO-DATE :build BUILD SUCCESSFUL in 16s 2 actionable tasks: 1 executed, 1 up-to-date ``` Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.32944

Re: Class not found errors on 2.5.9

2020-01-27 Thread Daniel.Sun
Hi Blake, Could you provide us the gradle build-scan report? Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Apache Groovy 2.4.18 released

2020-01-14 Thread Daniel.Sun
Nice work, Paul :-) Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Apache Groovy 2.5.9 released

2020-01-14 Thread Daniel.Sun
Nice work, Paul :-) Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Groovy 3.0.0-rc-2 Windows Installer Released

2019-12-17 Thread Daniel.Sun
Yep. Any feedback are welcome ;-) Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Groovy 3.0.0-rc-2 Windows Installer Released

2019-12-17 Thread Daniel.Sun
Hi Paul, Welcome back ;-) > It isn't far away Yep. AFAIK, Eric is trying to fix some STC issues. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-U

Re: [ANNOUNCE] Groovy 3.0.0-rc-2 Windows Installer Released

2019-12-16 Thread Daniel.Sun
According to current progress, Groovy 3.0.0 GA may be released at the beginning of next year(2020) IMO. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Groovy 3.0.0-rc-2 Windows Installer Released

2019-12-13 Thread Daniel.Sun
Nice work. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANN] Announcing CodeNarc 1.5

2019-11-25 Thread Daniel.Sun
Nice work, Chris :-) Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [LAZY] Deprecate and remove groovy.lang.ParameterArray

2019-11-18 Thread Daniel.Sun
+1 Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Groovy YAML support

2019-11-09 Thread Daniel.Sun
FYI. Groovy 3 has an optional module groovy-yaml, whose usage is almost same to JsonSlurper and JsonBuilder ;) Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-U

Re: [ANNOUNCE] Groovy 3.0.0-rc-1 Windows Installer Released

2019-10-27 Thread Daniel.Sun
Nice work, Keegan. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Warning from JDK 11 in Groovy 3.0.0-beta-3

2019-09-27 Thread Daniel.Sun
, thanks for your reporting the issue ;-) Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Performance analysis of Groovy programs

2019-09-19 Thread Daniel.Sun
Hi Ralph, FYI. I ususally tune performance with YourKit, and threat groovy code as normal java code to tune. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-U

Re: Does anyone use Groovy's VerifyClass ant task?

2019-09-18 Thread Daniel.Sun
Hi Paul, I have never used the ant task. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Oops, groovy-3.0.0-beta-3.jar has a non OSGi valid version number!

2019-09-03 Thread Daniel.Sun
Hi Tommy, Could you submit a JIRA issue and answer Paul's question? Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Moving from (3.0 alpha 4 -> beta 1) causes access error to arise

2019-08-23 Thread Daniel.Sun
> FYI there is a ticket for this issue (GROOVY-9215) The ticket is updated to "Fixed": https://issues.apache.org/jira/browse/GROOVY-9215 Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http:/

Re: Moving from (3.0 alpha 4 -> beta 1) causes access error to arise

2019-08-22 Thread Daniel.Sun
Hi Grant, The issue should be fixed completely. Please try the next release of 3.0.0. P.S. submitting JIRA issues can help us track issues and remind us of fixing them ;-) Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel

Re: Does 3.0.0-beta-3 have modularization support ?

2019-08-13 Thread Daniel.Sun
Groovy 3 has not been modularized, modularization is targeted to Groovy 4(alpha will be released soon). Support writing module-info file in Groovy is in our TODO list. Groovy 3 eliminates most of illegal access warnings generated by Java9+. Cheers, Daniel.Sun - Apache Groovy committer

Re: Moving from (3.0 alpha 4 -> beta 1) causes access error to arise

2019-08-09 Thread Daniel.Sun
your sample project, the solution should work. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Groovy 3.0.0-beta-3 Windows Installer Released

2019-08-08 Thread Daniel.Sun
Nice work, Keegan! Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Moving from (3.0 alpha 4 -> beta 1) causes access error to arise

2019-08-08 Thread Daniel.Sun
> This bug is still present in beta 3. I have not seen the message... Could you please submit a JIRA ticket? Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groov

Re: Moving from (3.0 alpha 4 -> beta 1) causes access error to arise

2019-08-08 Thread Daniel.Sun
Hi Grant, A lot of STC issues have been fixed since groovy 3.0.0-beta-1. Could you give groovy 3.0.0-beta-3 a try? If the issue still exists in groovy 3.0.0-beta-3, could you please submit a JIRA ticket? ( https://issues.apache.org/jira/projects/GROOVY/summary ) Cheers, Daniel.Sun

Re: (no subject)

2019-07-24 Thread Daniel.Sun
Could you provide more details? e.g. gradle scan report, compilation error messages, etc. Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Groovy 3.0.0-beta-2 Windows Installer Released

2019-07-14 Thread Daniel.Sun
Nice work, Keegan :-) Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Apache Groovy 3.0.0-beta-2 Released

2019-07-14 Thread Daniel.Sun
the generated directory "install" Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANN] Announcing CodeNarc 1.4

2019-05-27 Thread Daniel.Sun
Nice work, Chris! Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Groovy 2.5.7 and 3.0.0-beta-1 Windows Installers Released

2019-05-11 Thread Daniel.Sun
Nice work, Keegan! Cheers, Daniel.Sun - Apache Groovy committer & PMC member Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Groovy closure $v

2019-04-01 Thread Daniel.Sun
FYI http://groovy-lang.org/metaprogramming.html#_macros Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Become a Groovy Ant GA-)

2019-03-31 Thread Daniel.Sun
Hi mg, Thanks a lot for your donating to Friends of Groovy Open Collective, every little helps. Up to now, the fund can sponsor about 4.5 man-day work according to the average salary of Java Developer: https://www.indeed.com/salaries/Java-Developer-Salaries Cheers, Daniel.Sun

Re: Which issue do you MOST want to fix

2019-02-16 Thread Daniel.Sun
Hi Basil, We plan to re-write Groovydoc from scratch to gain better maintenance and fix all the existing issues. It is targeted to Groovy 3.0.0. Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5

Re: Which issue do you MOST want to fix

2019-02-16 Thread Daniel.Sun
Hi Mauro, CliBuilder is refactored with picocli by Remko in Groovy 2.5. I've pinged Remko Popma in the JIRA[1], let's wait for his response ;-) Cheers, Daniel.Sun [1] https://issues.apache.org/jira/browse/GROOVY-8975?focusedCommentId=167

Which issue do you MOST want to fix

2019-02-15 Thread Daniel.Sun
ticket ID, e.g. GROOVY-8409. For me, the issue I most want to fix is GROOVY-8409: Static compilation with generic function wrapping BiFunction causes GroovyCastException[2] Cheers, Daniel.Sun [1] https://issues.apache.org/jira/projects/GROOVY/ [2] https://issues.apache.org/jira/browse/GROOVY

Re: [ANNOUNCE] Groovy 2.5.6 Windows Installer Released

2019-02-09 Thread Daniel.Sun
Nice work, Keegan. Thanks a lot :-) Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANN] Announcing CodeNarc 1.3

2019-01-29 Thread Daniel.Sun
Nice work! - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Vote for better support Groovy 3 in Intellij IDEA

2019-01-22 Thread Daniel.Sun
for Groovy 3 syntax https://youtrack.jetbrains.com/issue/IDEA-188050 Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: The most popular JVM-based language is #groovylang with #21 and 1.016%

2019-01-20 Thread Daniel.Sun
OK, I see. P.S. Jochen is always so strict ;-) - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

The most popular JVM-based language is #groovylang with #21 and 1.016%

2019-01-19 Thread Daniel.Sun
Hi all, As TIOBE Index for January 2019 shows[1], the most popular JVM-based language is #groovylang with #21 and 1.016% 😃 It is really a Groovy beginning of 2019! Cheers, Daniel.Sun [1] https://www.tiobe.com/tiobe-index/ - Apache Groovy committer Blog: http

Re: How to handle LaTeX templates without \\-escaping?

2019-01-17 Thread Daniel.Sun
xml-style's ... to something else? I have not looked into its implementation, so I have no idea... Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: How to handle LaTeX templates without \\-escaping?

2019-01-17 Thread Daniel.Sun
FYI, you can enable escaping backlash by the following code def ste = new SimpleTemplateEngine() ste.setEscapeBackslash(true) I encountered the same issue and fixed the issue in groovy 2.5+ some months ago. Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me

Re: How to handle LaTeX templates without \\-escaping?

2019-01-17 Thread Daniel.Sun
FYI, you can enable escaping backlash by the following code def ste = new SimpleTemplateEngine() ste.setEscapeBackslash(true) I encountered the same issue and fixed the issue in groovy 2.5+ some months ago. Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me

Re: [PROPOSAL]About creating open collective for Groovy programming language in the name of Groovy Community

2019-01-09 Thread Daniel.Sun
My pleasure :-) I wish we could create the open collective for Groovy programming language recently(before the end of February this year). And Paul will consult the right man about how to do without violating the terms of Apache policy. Cheers, Daniel.Sun - Apache Groovy committer Blog

Re: [PROPOSAL]About creating open collective for Groovy programming language in the name of Groovy Community

2019-01-08 Thread Daniel.Sun
Hi MG, I sent the email to user mailing list as well. Thanks for your sharing thoughts :) Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [PROPOSAL]About creating open collective for Groovy programming language in the name of Groovy Community

2019-01-08 Thread Daniel.Sun
"apache/groovy" via my github account, I still can not see the project in opencollective site when connecting to github. Take it easy, I just have a try to access it ;-) Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent fro

Re: [ANNOUNCE] Apache Groovy 2.5.5 released

2018-12-23 Thread Daniel.Sun
Nice work, Paul. Cheers, Daniel.Sun - Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Advent of Code challenges

2018-12-10 Thread Daniel.Sun
Looks interesting ;-) - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

RE: [DISCUSS] Groovy 2.6 potential retirement to focus on Groovy 3.0

2018-12-10 Thread Daniel.Sun
As you can see, many fixes/improvements are accumulated in the master branch[1], i.e. 3.0.0 branch, so groovy 3.0.0 is making progress but moves a bit slow. We wish 3.0.0 GA could be released next year(2019). Absolutely, some milestone releases will be released Before GA. Cheers, Daniel.Sun [1

Re: Vote for Groovy 3 support in IntelliJ :-)

2018-11-21 Thread Daniel.Sun
Hi all, Please keep voting. I have not found any update in the release note of InteillJ IDEA 2018.3... Here is the link to vote: https://youtrack.jetbrains.com/issue/IDEA-188050 Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter

Re: [ANNOUNCE] Apache Groovy 2.5.3 Released

2018-10-14 Thread Daniel.Sun
We should share the news on twitter too ;-) 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-Users-f329450.html

Re: [ANNOUNCE] Apache Groovy 2.5.3 Released

2018-10-14 Thread Daniel.Sun
Great! Nice work, Paul :-) - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: @Immutable backwards compatibility

2018-10-13 Thread Daniel.Sun
Hi Cédric, Paul told me what had happened. We should try our best to keep binary compatibility between minor versions. Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com

Re: @Immutable backwards compatibility

2018-10-13 Thread Daniel.Sun
Gotcha :-) - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: @Immutable backwards compatibility

2018-10-13 Thread Daniel.Sun
ion is not that painful ;-) BTW, all changes for 2.5.x pass all existing tests in Groovy project. If you find some breaking change, feel free to submit JIRA ticket to track. Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -

Re: [ANNOUNCE] Apache Groovy 2.5.2 Relased

2018-08-18 Thread Daniel.Sun
Agreed. P.S. Groovy core team keeps low-key for a long time ;-) 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-Users-f329450.html

About STC on 2.4.x

2018-08-18 Thread Daniel.Sun
grade groovy to 2.5.x, which requires Java7+ and is more powerful and efficient than 2.4.x. 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-Users-f329450.html

Re: [parrot] Command expressions in array initializer

2018-07-05 Thread Daniel.Sun
Good suggestion. Besides the array initializer, argument list should be considered to stop supporting command expression too. Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com

Re: About the groovy code style

2018-07-04 Thread Daniel.Sun
Hi Daniil, OK. I see. I am not going to support the ugly code style... but I want to know what others think about :-) 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-Users

Re: About the groovy code style

2018-07-04 Thread Daniel.Sun
Yep. Daniil. - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: About the groovy code style

2018-07-03 Thread Daniel.Sun
ttps://github.com/apache/groovy/commit/2c1f7e3c47b3c1d12c05a1540307c43f1267b10f 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-Users-f329450.html

Re: About the groovy code style

2018-07-03 Thread Daniel.Sun
ping Danil :-) - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

About the groovy code style

2018-07-02 Thread Daniel.Sun
://issues.apache.org/jira/browse/GROOVY-8650 ) ``` def c = -- 1 ``` 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-Users-f329450.html

Re: New warning messages for 2.5 and Java7

2018-06-04 Thread Daniel.Sun
Pls file a JIRA issue to track it. 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-Users-f329450.html

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Daniel.Sun
Pls search "required JUST since Groovy 2.5.0" 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-Users-f329450.html

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Daniel.Sun
Hi Robert, Pls open http://groovy-lang.org/download.html and search "". Thanks for your reminding me, I will refine the doco too later :-) Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunlan.me Twitter: @daniel_sun -- Sent from: htt

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Daniel.Sun
Here is the twitter to summarize the change: https://twitter.com/daniel_sun/status/1003474637697642496 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-Users-f329450.html

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Daniel.Sun
: DON'T specify `ext: 'pom'`) 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-Users-f329450.html

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Daniel.Sun
Hi Keith, I'll add the `pom` to the doco on "Download" page. P.S. I'm using IntelliJ IDEA. Even if I don't add `pom`, it works well too. But if I run via command line, I'll get same error as yours. Cheers, Daniel.Sun - Daniel Sun Apach

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Daniel.Sun
min [INFO] Finished at: 2018-06-04T09:42:43+08:00 [INFO] Final Memory: 17M/216M [INFO] ``` No matter it works or not, please let me know. Cheers, Daniel.Sun - Daniel Sun Apache Groovy committer Blog: http://blog.sunl

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Daniel.Sun
The original picture: <http://groovy.329449.n5.nabble.com/file/t340716/trygroovy250viamvn.png> 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-Users-f329450.html

Re: IntelliJ: Full Groovy 2.5.0 Support

2018-06-03 Thread Daniel.Sun
I thought child issues will be voted if we vote the parent issue... 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-Users-f329450.html

Re: IntelliJ: Full Groovy 2.5.0 Support

2018-06-03 Thread Daniel.Sun
I voted just now :-) 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-Users-f329450.html

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Daniel.Sun
``` <http://groovy.329449.n5.nabble.com/file/t340716/trygroovy250viamvn.png> Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Availability of 2.5.0 groovy-all in Maven Central

2018-06-03 Thread Daniel.Sun
been provided since Groovy 2.5.0, but you still can use `compile 'org.codehaus.groovy:groovy-all:x.y.z'` to get all the individual jar files. Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Help with docker calls in Groovy

2018-05-29 Thread Daniel.Sun
uestion focuses on the usage of Jenkin(not Groovy programming language), so I suggest you ask Jenkin community for help. If you want to learn more about Groovy, maybe I can help you. P.S. I'm not familiar with Jenkin... Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabb

Re: Groovy 2.5.0 IntelliJ support ?

2018-05-29 Thread Daniel.Sun
Thanks for your nice work! Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Groovy 2.5.0-rc-3 Windows Installer Released

2018-05-26 Thread Daniel.Sun
Nice work! -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: does 2.5 break CliBuilder?

2018-05-26 Thread Daniel.Sun
Hi Erick, The issue is fixed in 2.5.0 by Paul: https://github.com/apache/groovy/commit/5fb47466dea86359fe1564039800017d3d60e570 Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

RE: [ANNOUNCE] Apache Groovy 2.5.0-rc-3 released

2018-05-25 Thread Daniel.Sun
Many issues are fixed in Groovy 2.5.0, but some of them still exists in 2.4.x, e.g. some critical STC issues, etc. In addition, 2.4.x will stop maintenance soon, so we encourage all users upgrade Groovy to 2.5.x. Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy

Re: Help with Groovy syntax

2018-05-25 Thread Daniel.Sun
readable and groovy ;-) Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Java survey, show your Groovy love ;-)

2018-05-12 Thread Daniel.Sun
I choose groovy ;-) Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: Question: Updating a database table

2018-05-10 Thread Daniel.Sun
In addition, I suggest you try to combine update statement and select statement and execute only one statement, or write an anonymous block `BEGIN...END` to finish your query and update. Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Apache Groovy 2.5.0-rc-2 released

2018-05-06 Thread Daniel.Sun
Nice! Thank you Paul :-) Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: GMavenPlus 1.6.1 Released

2018-05-06 Thread Daniel.Sun
Nice work! Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [FYI] Hadoop and Spark examples in Groovy

2018-05-03 Thread Daniel.Sun
Thanks :-) -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

[FYI] Hadoop and Spark examples in Groovy

2018-05-03 Thread Daniel.Sun
n why I wrote the examples is to assure you that Groovy is powerful and elegant enough to handle any scenario in the Java world :-) Cheers, Daniel.Sun [1] https://github.com/danielsun1106/hadoop-wordcount [2] https://github.com/danielsun1106/spark-wordcount -- Sent from: http://groovy.3294

[Poll] About supporting Java-like array

2018-04-29 Thread Daniel.Sun
ike array, what do you think about the new feature? Do you like it? We need your feedback. Thanks in advance! [+1] I like it [ 0] Not bad [-1] I don't like it, because... Cheers, Daniel.Sun [1] https://github.com/apache/groovy/pull/691 [2] http://groovy-lang.org/differences.html -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Re: [ANNOUNCE] Groovy 3.0.0-alpha-2 Windows Installer Released

2018-04-28 Thread Daniel.Sun
Nice work! Thank you, Keegan. -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

  1   2   >