[solved] Stuck on Scala 2.13.3 -> How to upgrade? #1278
Replies: 2 comments 5 replies
-
TweKei made some progress in isolating the issue (posted on Gitter):
Seems to be related to our Java code in mill client. |
Beta Was this translation helpful? Give feedback.
-
Here is the minimal example under sbt https://github.com/chikei/zinc-ConcurrentModificationException , it looks like an actual zinc bug. Interestingly I've tried extends some other jdk class and only |
Beta Was this translation helpful? Give feedback.
-
Hi all, we are currently stuck at Scala 2.13.3, as for any bump to 2.13.4 or 2.13.5 our CI fails with a
ConcurrentModificationException
thrown by zinc. I, for some reasons, didn't even figured out how to reproduce it locally and also wasn't able to communicate our/my problem in the sbt channel properly.Here are some pointers: #1116, #1185, #1197, scala/scala#9174
Any help would be really appreciated. 🙏
First posted on Gitter: https://gitter.im/lihaoyi/mill?at=60769326c60826673ba24516
Beta Was this translation helpful? Give feedback.
All reactions