Re: Groovy DevCon in Copenhagen?

2016-02-02 Thread Shil Sinha
I'll definitely be there if I can prepare a talk that gets accepted within the next week. If not, I may still be able to attend though I can't say with any certainty. On Tue, Feb 2, 2016 at 6:46 AM, Guillaume Laforge wrote: > Hi Groovy developers, > > We often take advantage of the GR8Conf Europ

Re: Release 2.4.6 and 2.5.0-beta?

2016-02-02 Thread Shil Sinha
> > Another month without a release. :( > I'm repeating myself, but we really should release 2.4.6. In another month > the last bugfix release will be half a year ago. > We should also release 2.5-beta, it may lack flashy features (beside the > macro-stuff), but 2.4 was released over a year ago and

Re: Release 2.4.6 and 2.5.0-beta?

2016-02-04 Thread Shil Sinha
round a while and >> so might be worth downgrading (i.e., don't think they'd hold up any >> releasing). >> >> [1] https://issues.apache.org/jira/browse/GROOVY-7742 >> >> On Tue, Feb 2, 2016 at 11:15 AM, Shil Sinha wrote: >> >>> Another mo

Re: Release 2.4.6 and 2.5.0-beta?

2016-02-04 Thread Shil Sinha
> wrote: > >> To me it looks like a bugfix, I'd be keen on backporting. >> Le 4 févr. 2016 18:18, "Guillaume Laforge" a écrit : >> >>> Cédric, Jochen, what do you think of this one? >>> >>> On Thu, Feb 4, 2016 at 5:12 PM,

Re: Release 2.5 Beta?

2016-03-13 Thread Shil Sinha
> > I think it's a bit of a problem, still, when it's really that particular > feature which is in beta, and that we'll want users to test. Without > knowing it's there and how to use it it's going to be hard to have feedback. Agreed, it would be strange to not have any documentation for the foca

Re: [AST] Is there any way to remove an AnnotationNode from an AnnotatedNode ?

2016-04-20 Thread Shil Sinha
The annotationNodes list for an AnnotatedNode is accessible and and mutable so you should be able to remove it yourself. On Wed, Apr 20, 2016 at 7:56 AM, Mario Garcia wrote: > I don't know how to do this. Looking the g/api there is a "addAnnotation" > but there is not a "removeAnnotation" like m

Re: Release 2.4.8 ?

2016-09-11 Thread Shil Sinha
+1 On Sun, Sep 11, 2016 at 5:41 AM Pascal Schumacher wrote: > Hello everyone, > > Paul and John fixed a lot of issues recently, so there are now 44 fixed > issues: > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20GROOVY%20AND%20fixVersion%20%3D%202.4.8%20AND%20status%20%3D%20Reso

Re: Proposal: allow @DelegatesTo on Map arguments

2016-10-04 Thread Shil Sinha
+1 I was writing a type checking extension that did this but it would much better if it were built into the compiler itself On Tue, Oct 4, 2016 at 11:18 AM, Jochen Theodorou wrote: > sounds good > > > On 04.10.2016 14:56, Graeme Rocher wrote: > >> Hi all, >> >> I would like to propose adding sup

Re: [PROPOSAL]new operator ?=

2016-11-22 Thread Shil Sinha
> > while I agree that ||= is more like what ruby offers we have the problem, > that for Groovy a||b always will be evaluated as boolean. > In fact first we apply groovy truth to a and if that is not true, we do > the same for b and if that is not true we return false, otherwise true. > Which means

Re: Welcome to our new committer : Sergei Egorov

2016-12-10 Thread Shil Sinha
Congratulations, and welcome! Looking forward to playing with the macro system in depth one of these weekends. On Sat, Dec 10, 2016 at 10:36 PM, Keegan Witt wrote: > Congrats Sergei, and welcome! > > -Keegan > > On Sat, Dec 10, 2016 at 12:47 PM, John Wagenleitner < > john.wagenleit...@gmail.com>

Re: Welcome John Wagenleitner to the Groovy PMC

2017-04-02 Thread Shil Sinha
Congratulations John! On Sun, Apr 2, 2017 at 8:35 AM Cédric Champeau wrote: > Congrats and welcome, John! > > 2017-04-02 12:49 GMT+02:00 jim northrop : > > Welcome aboard John! 👍 > > Sent from my iPad > > > On 2 Apr 2017, at 11:11, Daniel Sun wrote: > > > > Congratulations to John :) > > > > Che

Re: New syntax explosion

2017-10-05 Thread Shil Sinha
Perhaps it falls into an abuse of exceptions for control flow, but that would make sense when variable 'a' is not necessarily defined, but if it is, its member 'b' should be present. I am also opposed to the new syntaxes outside of !instanceof, !In, and ?= for assignments. On Thu, Oct 5, 2017 at

Re: About SmartASMifier

2017-12-21 Thread Shil Sinha
Nice! On Thu, Dec 21, 2017 at 8:45 AM, Daniel.Sun wrote: > Thanks ;-) > > > > -- > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html >

Re: About the progress of supporting native lambda

2018-01-17 Thread Shil Sinha
> > In addition, the following issue[4] should be fixed too. I think I have > not found a correct way to use ClassNode instance, any help is appreciated! > ``` > A transform used a generics containing ClassNode Test1 for the method > public > static int doCall(Test1 __this, java.lang.Integer e) {

Re: Upcoming releases

2018-02-06 Thread Shil Sinha
If anyone involved in android support is reading this, could they please review https://github.com/apache/groovy/pull/648 ? I'd like to get that in 2.5. On Tue, Feb 6, 2018 at 10:25 AM, wrote: > Daniel, > Could you please wait? Each time Paul has announced 2.4 and 2.5 releases > forthcoming, yo