Open s-nel opened 8 years ago
I hit this as well. It makes acyclic unusable because it occurs on every compilation after the first one after an sbt clean
.
+1
+1 Same happening with Intellij IDE 2018 EAP
Error:scalac: Error: key not found: Repository.scala
java.util.NoSuchElementException: key not found: Repository.scala
at scala.collection.MapLike$class.default(MapLike.scala:228)
at scala.collection.AbstractMap.default(Map.scala:59)
at scala.collection.MapLike$class.apply(MapLike.scala:141)
at scala.collection.AbstractMap.apply(Map.scala:59)
at acyclic.plugin.PluginPhase$$anon$1$$anonfun$8$$anonfun$apply$10.apply(PluginPhase.scala:95)
at acyclic.plugin.PluginPhase$$anon$1$$anonfun$8$$anonfun$apply$10.apply(PluginPhase.scala:95)
at scala.collection.TraversableLike$$anonfun$groupBy$1.apply(TraversableLike.scala:321)
at scala.collection.TraversableLike$$anonfun$groupBy$1.apply(TraversableLike.scala:320)
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
Any workaround for the issue ?
Periodically after saving a single file and attempting to run tests in IDEA, I get the following exception from Acyclic. Exception goes away if I do a complete rebuild. Exception is not thrown when compiling with SBT.