It's a bit depressing. I thought I just had fixed the compilation
issues I had on specs tests and boom, a compiler exception:
java.lang.Error: no-symbol does not have owner
at scala.tools.nsc.symtab.Symbols$NoSymbol$.owner
(Symbols.scala:2027)
at scala.tools.nsc.symtab.Types$Type.memberType(Types.scala:
528)
at scala.tools.nsc.typechecker.RefChecks$RefCheckTransformer$
$anonfun$addVarargBridges$1$$anonfun$5.apply(RefChecks.scala:144)
at scala.tools.nsc.typechecker.RefChecks$RefCheckTransformer$
$anonfun$addVarargBridges$1$$anonfun$5.apply(RefChecks.scala:144)
at scala.tools.nsc.symtab.Symbols$Symbol.filter(Symbols.scala:
1082)
at scala.tools.nsc.typechecker.RefChecks$RefCheckTransformer$
$anonfun$addVarargBridges$1.apply(RefChecks.scala:143)
at scala.tools.nsc.typechecker.RefChecks$RefCheckTransformer$
$anonfun$addVarargBridges$1.apply(RefChecks.scala:140)
at scala.collection.LinearSeqLike$class.foreach
(LinearSeqLike.scala:85)
at scala.collection.immutable.List.foreach(List.scala:29)
at scala.tools.nsc.typechecker.RefChecks
$RefCheckTransformer.addVarargBridges(RefChecks.scala:140)
Anyway, I'll have a look at configgy with the current jar as it is.
E.