You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Exception in thread "sbt-parser-init-thread" java.lang.ExceptionInInitializerError
Error: at sbt.internal.parser.SbtParserInit$$anon$1.run(SbtParser.scala:179)
Error: Caused by: java.util.ConcurrentModificationException
Error: at java.util.Hashtable$Enumerator.next(Hashtable.java:1408)
Error: at scala.collection.convert.JavaCollectionWrappers$JPropertiesWrapper$$anon$6.next(JavaCollectionWrappers.scala:622)
Error: at scala.collection.convert.JavaCollectionWrappers$JPropertiesWrapper$$anon$6.next(JavaCollectionWrappers.scala:618)
Error: at scala.collection.IterableOnceOps.find(IterableOnce.scala:634)
Error: at scala.collection.IterableOnceOps.find$(IterableOnce.scala:631)
Error: at scala.collection.AbstractIterator.find(Iterator.scala:1300)
Error: at dotty.tools.dotc.config.PathResolver$Environment$.searchForBootClasspath(PathResolver.scala:40)
Error: at dotty.tools.dotc.config.PathResolver$Environment$.javaBootClassPath(PathResolver.scala:49)
Error: at dotty.tools.dotc.config.PathResolver$Defaults$.javaBootClassPath(PathResolver.scala:75)
Error: at dotty.tools.dotc.config.CommonScalaSettings.$init$(ScalaSettings.scala:97)
Error: at dotty.tools.dotc.config.ScalaSettings.<init>(ScalaSettings.scala:15)
Error: at dotty.tools.dotc.core.Contexts$ContextBase.<init>(Contexts.scala:857)
Error: at dotty.tools.dotc.Driver.initCtx(Driver.scala:61)
Error: at sbt.internal.parser.SbtParser$ParseDriver.<init>(SbtParser.scala:138)
Error: at sbt.internal.parser.SbtParser$.<clinit>(SbtParser.scala:135)
steps
sbt 2.0.0-M2
flaky some sbt plugin scripted test
problem
https://github.com/wartremover/wartremover-contrib/actions/runs/11697441192/job/32576176336#step:5:812
expectation
notes
Maybe not thread safe 🤔
https://github.com/sbt/sbt/blob/v2.0.0-M2/buildfile/src/main/scala/sbt/internal/parser/SbtParser.scala#L138
The text was updated successfully, but these errors were encountered: