RE: [EXT] Re: A feature request: comparing LocalDate and LocalDateTime using built-in operators.

2021-11-19 Thread Kerridge, Jon
Hi, In a previous life I helped to develop the date time time-zone and interval concept for the database language SQL. The conversations currently happening with respect to Groovy/ Java date and time remind me of the problems the SQL ISO Standard committee had to discuss. Thinking of dates as

RE: [ANNOUNCE] Apache Groovy 3.0.2 released

2020-03-08 Thread Kerridge, Jon
Hi, I made the changes to include both @Override and public and that stopped the illegal reflective access Thanks Jon Jon Kerridge PhD FBCS FHEA CITP CEng Emeritus Professor of Computing School of Computing Edinburgh Napier University Merchiston Campus 10 Colinton Road Edinburgh EH10 5DT j.kerr

RE: [ANNOUNCE] Apache Groovy 3.0.2 released

2020-03-08 Thread Kerridge, Jon
Paul, I am using Java 11, Groovy.3.0.2 (just released, thank you!) using Intellij And I get the following warning: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/C:/Users/JonKe/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/3.0.2/6612531c341672

RE: Problem with org.codehaus.groovy.tools.RootLoader

2019-11-14 Thread Kerridge, Jon
ovy developers Jon Jon Kerridge PhD FBCS FHEA CITP CEng Emeritus Professor of Computing School of Computing Edinburgh Napier University Merchiston Campus 10 Colinton Road Edinburgh EH10 5DT j.kerri...@napier.ac.uk<mailto:j.kerri...@napier.ac.uk> From: Kerridge, Jon Sent: 12 November 2019 10:5

Problem with org.codehaus.groovy.tools.RootLoader

2019-11-12 Thread Kerridge, Jon
Hi, I have come across a problem that I am finding very confusing. I have a parallel library that is reliable, mounted on jcenter() called jcsp - CSP for Java. I have been wanting to update the library for Java9+ and to use it with Groovy 3. But first discovered a problem that first manifest

RE: [ANNOUNCE] Apache Groovy 3.0.0-beta-1 Released

2019-05-26 Thread Kerridge, Jon
Daniel, Thanks for the explanation, Look forward to beta-2!! Jon -Original Message- From: Daniel Sun Sent: 26 May 2019 07:51 To: d...@groovy.incubator.apache.org Subject: RE: [ANNOUNCE] Apache Groovy 3.0.0-beta-1 Released ​ CAUTION: This email originated from outside Edinburgh Napier

RE: [ANNOUNCE] Apache Groovy 3.0.0-beta-1 Released

2019-05-14 Thread Kerridge, Jon
Daniel, I can submit a JIRA ticket no problem, but producing a standalone sample code is more problematic as I do not know what has caused the problem. My example is from a code that runs as part of a test a parallel library I am currently developing (GPP) that uses a further two libraries (CS

RE: [ANNOUNCE] Apache Groovy 3.0.0-beta-1 Released

2019-05-14 Thread Kerridge, Jon
Daniel, Thanks for the link to stack overflow much appreciated. Herewith the stacktrace WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/C:/Users/JonKe/.gradle/caches/modules-2/files-2.1/org.codehaus.groovy/groovy/3.0.0-beta-1/30ff252aacc6e2b57649cdf4a

RE: [ANNOUNCE] Apache Groovy 3.0.0-beta-1 Released

2019-05-14 Thread Kerridge, Jon
Hi, I tried this but it gave no further information; is this because I am using a Gradle build? Jon -Original Message- From: Daniel Sun Sent: 14 May 2019 03:43 To: d...@groovy.incubator.apache.org Subject: RE: [ANNOUNCE] Apache Groovy 3.0.0-beta-1 Released ​ CAUTION: This email origin

RE: [ANNOUNCE] Apache Groovy 3.0.0-beta-1 Released

2019-05-13 Thread Kerridge, Jon
he third Jira which covers some tricky cases. Cheers, Paul. On Tue, May 14, 2019 at 6:27 AM Kerridge, Jon mailto:j.kerri...@napier.ac.uk>> wrote: Hi, I am using groovy 3 beta 1 with open Java 12 using Intellij and got the following warning: WARNING: An illegal reflective access operatio

RE: [ANNOUNCE] Apache Groovy 3.0.0-beta-1 Released

2019-05-13 Thread Kerridge, Jon
Hi, I am using groovy 3 beta 1 with open Java 12 using Intellij and got the following warning: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/C:/Users/JonKe/.gradle/caches/modules-2/files-2

RE: Compiler BUG present in Groovy.3.0.0-alpha-1

2018-09-13 Thread Kerridge, Jon
] On Tue, Apr 17, 2018 at 2:05 AM, Kerridge, Jon mailto:j.kerri...@napier.ac.uk>> wrote: Hi, I have just recompiled my system using Groovy3.0.0-alpha-1. The same bug appears at the same line. Error message: Error:Groovyc: While compiling gppDemos: BUG! exception in phase 'class

Warnings when using J11 and groovy3.0.0-alpha-3

2018-09-05 Thread Kerridge, Jon
Hi, I am using J11 latest Oracle build plus groovy 3.0.0-alpha-3. The groovy test program is a simple print hello script I am using Intellij with Gradle and the relevant parts of the build file are: repositories { mavenCentral() maven { url "https://dl.bintray.com/groovy/maven";

RE: New release of JCSP - (part of GPars) and groovyJCSP

2018-05-31 Thread Kerridge, Jon
me how to do it please!! Cheers Jon -Original Message- From: Russel Winder Sent: 31 May 2018 15:16 To: Kerridge, Jon ; us...@groovy.apache.org; GPars Developers ; dev@groovy.apache.org Subject: Re: New release of JCSP - (part of GPars) and groovyJCSP On Thu, 2018-05-31 at 10:44 +

New release of JCSP - (part of GPars) and groovyJCSP

2018-05-31 Thread Kerridge, Jon
The JCSP library (Communicating Sequential Processes for Java) is now available from the jcentre repository as follows: compile 'cspforjava:jcsp:1.1.0' The associated Github location is https://github.com/CSPforJAVA/jcsp . There is a set of demonstrations of the library, that use multi-core mac

Compiler BUG present in Groovy.3.0.0-alpha-1

2018-04-16 Thread Kerridge, Jon
Hi, I have just recompiled my system using Groovy3.0.0-alpha-1. The same bug appears at the same line. Error message: Error:Groovyc: While compiling gppDemos: BUG! exception in phase 'class generation' in source unit 'D:\IJgroovy\gpp\gppDemos\src\demos\nQueensProblem\QueensClient.groovy' A

Re: Compiler bug

2018-04-15 Thread Kerridge, Jon
___ From: Kerridge, Jon Sent: 15 April 2018 16:55:13 To: dev@groovy.apache.org Subject: Re: Compiler bug Hi, I have run the tests again several times (at least 3). I alternated between compiling with Groovy.2.4.10 and Groovy2.4.15 With 2.4.10 the module compiled without fail and the

Re: Compiler bug

2018-04-15 Thread Kerridge, Jon
________ From: Kerridge, Jon Sent: 13 April 2018 20:21:58 To: dev@groovy.apache.org Subject: Re: Compiler bug Hi, Following mg's advice have compleltly built the code again from scratch. I had installed 2.4.10 and the code that was failing before is now working and I was able to run it.

Re: Compiler bug

2018-04-13 Thread Kerridge, Jon
ampus Edinburgh EH10 5DT 0131 455 2777 j.kerri...@napier.ac.uk<mailto:j.kerri...@napier.ac.uk> http://www.soc.napier.ac.uk/~cs10/ From: MG Sent: 13 April 2018 17:52 To: dev@groovy.apache.org; Kerridge, Jon Subject: Re: Compiler bug To be clear: You have to

Re: Compiler bug

2018-04-13 Thread Kerridge, Jon
/~cs10/ From: MG Sent: 13 April 2018 17:52:11 To: dev@groovy.apache.org; Kerridge, Jon Subject: Re: Compiler bug To be clear: You have to repeatedly execute "build" - not "rebuild". While it might seem logical that, if anything, "rebuild" fixes the

Re: Compiler bug

2018-04-13 Thread Kerridge, Jon
School of Computing Edinburgh Napier University Merchiston Campus Edinburgh EH10 5DT 0131 455 2777 j.kerri...@napier.ac.uk<mailto:j.kerri...@napier.ac.uk> http://www.soc.napier.ac.uk/~cs10/ From: MG Sent: 13 April 2018 13:51:13 To: dev@groovy.apache.org; Kerridg

Re: Compiler bug

2018-04-13 Thread Kerridge, Jon
our issue. Cheers, Paul. On Fri, Apr 13, 2018 at 7:39 PM, Kerridge, Jon mailto:j.kerri...@napier.ac.uk>> wrote: Daniel, Thanks for getting back to me so quickly. I have converted to groovy2.4.15 and the same error occurs. I am running under Intellij IDE and had downloaded the sdk

Re: Compiler bug

2018-04-13 Thread Kerridge, Jon
Daniel, Thanks for getting back to me so quickly. I have converted to groovy2.4.15 and the same error occurs. I am running under Intellij IDE and had downloaded the sdk bundle. Jon Professor Jon Kerridge School of Computing Edinburgh Napier University Merchiston Campus Edinburgh EH10 5DT

Compiler bug

2018-04-12 Thread Kerridge, Jon
Hi, I got his error from Groovy 2.3.0 beta3 from the following code snippet at the highlighted line double doFitness(List board) { List leftDiagonal = new ArrayList(2*N) List rightDiagonal = new ArrayList(2*N) double sum = 0.0D for ( i in 1 .. 2*N) { leftDiagonal[i]

Re: GPars and versions of Groovy

2018-03-08 Thread Kerridge, Jon
ger work on JDK1.7 ? What is the minimum jdk that we require for GPars, please ? Thx Jim > On 6 Mar 2018, at 18:04, Russel Winder wrote: > > On Tue, 2018-03-06 at 16:43 +, Kerridge, Jon wrote: >> Hi, > > Hi Jon, > >> I am having the same problems with the JCSP an

Re: GPars and versions of Groovy

2018-03-06 Thread Kerridge, Jon
Hi, I am having the same problems with the JCSP and GroovyJCSP libraries as well! Currently I have compilations for 2.4.14 and 2.5.x I am then coping with the various versions of Java as well J8, 9 10 and 11 before the end of this year! Any advice would be gratefully received. Jon Profe

RE: Groovy DevCon in Copenhagen?

2016-02-02 Thread Kerridge, Jon
Hi, I too am writing a paper on my Groovy Parallel Patterns library which if accepted will mean I shall be there. Jon Professor Jon Kerridge School of Computing Edinburgh Napier University Merchiston Campus Edinburgh EH10 5DT 0131 455 2777 j.kerri...@napier.ac.uk