Re: [collections] merging collections

2009-09-13 Thread Henri Yandell
On Sun, Sep 13, 2009 at 5:56 PM, Henri Yandell wrote: > > The maven build passes the syntactic part of the compiler, but about > 16 errors in the semantic part to look at. I'll look at each as it's > likely it's due to merging issues. Some may be because that code > hasn't been genericized yet an

Re: [collections] merging collections

2009-09-13 Thread Henri Yandell
On Sun, Sep 13, 2009 at 12:08 AM, Henri Yandell wrote: > > Hopeful that I can resolve the two above over the next couple of nights. Latest status update (as I'm worried this is the kind of thing that could fall off my priority list and lots of people are stuck waiting; no status updates means ha

Re: [collections] merging collections

2009-09-13 Thread Henri Yandell
Side thought if anyone feels like having an opinion. Which is better? a) One big commit, merging the branch in in one go (the usual approach). b) One commit per file, with the commit log including all of the change history of the file while it was on the branch; except for a few global commits th

[JEXL] 2.0 incompatible change of number coercion behaviour

2009-09-13 Thread sebb
Recent changes to the arithmetical operations mean that many arithmetic operation results are now coerced to Integer, even if both input variables are Long. This is unexpected behaviour - e.g. Commons Jelly expects that Long*2 => Long Seems to me that the result of an arithmetic op should general

Re: [jexl] has ExpressionFactory disappeared? (was Re: [g...@vmgump]: Project commons-jelly (in module commons-jelly) failed)

2009-09-13 Thread sebb
On 13/09/2009, Henrib wrote: > > Seems like integer (long versus int in test assertions) from what I could > dig. > Yes, just found that too. This is a recent change in JEXL. The code is comparing file.length*2 with file.length - the former is being downcast to an Integer, which is wrong. >

[g...@vmgump]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2009-09-13 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-jaxme has an issue affecting its community integration

Re: [jexl] has ExpressionFactory disappeared? (was Re: [g...@vmgump]: Project commons-jelly (in module commons-jelly) failed)

2009-09-13 Thread Henrib
Seems like integer (long versus int in test assertions) from what I could dig. sebb-2-2 wrote: > > On 13/09/2009, sebb wrote: >> On 12/09/2009, Rahul Akolkar wrote: >> > On Sat, Sep 12, 2009 at 9:49 AM, sebb wrote: >> > > On 12/09/2009, sebb wrote: >> > >> On 12/09/2009, Rahul Akolkar

[g...@vmgump]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2009-09-13 Thread commons-jelly-tags-fmt development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-fmt-test has an issue affecting its community integrat

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-09-13 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community integrati

[g...@vmgump]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2009-09-13 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-jaxme has an issue affecting its community integration

[g...@vmgump]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2009-09-13 Thread commons-jelly-tags-fmt development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-fmt-test has an issue affecting its community integrat

Re: [jexl] has ExpressionFactory disappeared? (was Re: [g...@vmgump]: Project commons-jelly (in module commons-jelly) failed)

2009-09-13 Thread sebb
On 13/09/2009, sebb wrote: > On 12/09/2009, Rahul Akolkar wrote: > > On Sat, Sep 12, 2009 at 9:49 AM, sebb wrote: > > > On 12/09/2009, sebb wrote: > > >> On 12/09/2009, Rahul Akolkar wrote: > > >> > On Fri, Sep 11, 2009 at 10:45 AM, Paul Libbrecht > wrote: > > >> > > Hello Jexl d

[g...@vmgump]: Project commons-jelly-test (in module commons-jelly) failed

2009-09-13 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-test has an issue affecting its community integration. This

Re: [jexl] has ExpressionFactory disappeared? (was Re: [g...@vmgump]: Project commons-jelly (in module commons-jelly) failed)

2009-09-13 Thread sebb
On 12/09/2009, Rahul Akolkar wrote: > On Sat, Sep 12, 2009 at 9:49 AM, sebb wrote: > > On 12/09/2009, sebb wrote: > >> On 12/09/2009, Rahul Akolkar wrote: > >> > On Fri, Sep 11, 2009 at 10:45 AM, Paul Libbrecht > wrote: > >> > > Hello Jexl developers, > >> > > > >> > > has Expres

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-09-13 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community integrati

Re: [collections] merging collections

2009-09-13 Thread Henri Yandell
On Sat, Sep 12, 2009 at 2:05 PM, Henri Yandell wrote: > On Sat, Sep 12, 2009 at 7:26 AM, Rahul Akolkar wrote: >> On Sat, Sep 12, 2009 at 5:52 AM, Henri Yandell wrote: >>> On Sat, Sep 12, 2009 at 2:00 AM, Henri Yandell wrote: On Fri, Sep 11, 2009 at 8:58 AM, Matt Benson wrote: > > >>>