Re: [lang] testTimeZoneStrategyPattern() runs twice for no apparent gain

2015-04-11 Thread Chas Honton
Duncan, Nothing lost by moving into separate test class. Speed gained. Chas > On Apr 11, 2015, at 12:02 AM, Duncan Jones wrote: > > Hi everyone, > > Lang takes a few minutes to build on my system, so I was examining > execution times of tests to see if anything can be improved. > > I notice

Re: [COMMONSRDF] GroupID for incubation releases

2015-04-11 Thread Peter Ansell
On 11 April 2015 at 22:11, Reto Gmür wrote: > On Mon, Mar 30, 2015 at 2:07 PM, Benedikt Ritter wrote: > >> Hello Reto, >> >> 2015-03-30 14:45 GMT+02:00 Reto Gmür : >> >> > Hi all, >> > >> > The clerezza commons RDF proposal that was in the sandbox and is now in >> the >> > clerezza-rdf-core repos

Re: [COMMONSRDF] GroupID for incubation releases

2015-04-11 Thread Reto Gmür
On Mon, Mar 30, 2015 at 2:07 PM, Benedikt Ritter wrote: > Hello Reto, > > 2015-03-30 14:45 GMT+02:00 Reto Gmür : > > > Hi all, > > > > The clerezza commons RDF proposal that was in the sandbox and is now in > the > > clerezza-rdf-core repository has been changed to use > > org.apache.clerezza.com

[functor] [PATCH] Add predicates

2015-04-11 Thread Bruno P. Kinoshita
Hi all, FUNCTOR-30 [1] contains a patch for [functor] that I'd like to merge. I will spend one or two other days reviewing the code style & tests, and will wait till the middle of the week before merging, so that others can take some time to review too. The patch provides several predicates to

[lang] testTimeZoneStrategyPattern() runs twice for no apparent gain

2015-04-11 Thread Duncan Jones
Hi everyone, Lang takes a few minutes to build on my system, so I was examining execution times of tests to see if anything can be improved. I noticed that FastDateParserTest.testTimeZoneStrategyPattern() takes quite a long time to execute (over 40 seconds for me). Then I noticed this is executed