Re: ConcurrentModificationException with use of memoize

2018-03-02 Thread Daniel Sun
Hi Don, The issue should be fixed in 2.5.0+(NOT included in 2.5.0-beta-3), please reference the thread about jitpack to give it a try: http://groovy.329449.n5.nabble.com/JitPack-for-Groovy-tp5747625.html Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f3

Re: ConcurrentModificationException with use of memoize

2016-11-17 Thread Daniel Sun
Hi Don, I found the issue is related to another cache issue, so could you provide some runnable code to reproduce the issue? I'll set asside some time to investigate it. Cheers, Daniel.Sun -- View this message in context: http://groovy.329449.n5.nabble.com/ConcurrentModificationExceptio

Re: ConcurrentModificationException with use of memoize

2016-11-17 Thread Daniel Sun
Hi Don, I assume that it may be related to the cache based on Collections.synchronizedMap, the implementation is refined via using ConcurrentLinkedHashMap on parrot branch. Could you give it a try by following the steps? $ git clone -b parrot https://github.com/apache/groovy.git $ cd groovy