gawashburn
gawashburn
No problem, I've had plenty to keep me busy in the meantime :-) I've updated the pull request as suggested. Let me know if you think of anything else.
Actually I guess you probably mean that a `Seq` is created because of the argument `elems: A*`, which I not what I thought it meant. So perhaps the message could...
@mccartney I don't disagree the about the creation of the intermediate object in some version. As my second comment on the issue indicates, the problem is that message could be...
I'm using sbt 1.1.4 My other plugins are: ``` // Better Maven/Ivy dependency resolution addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.3") // Allow combining multiple jars addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") //...
If I change my version of JFlex to 1.6.1 it still fails, but with a different exception: ``` [error] Caused by: java.lang.NoSuchMethodError: java_cup.runtime.ComplexSymbolFactory$Location.(Ljava/lang/String;III)V [error] at ru.makkarpov.scalingua.pofile.parse.PoLexer.loc(PoLexer.java:274) [error] at ru.makkarpov.scalingua.pofile.parse.PoLexer.storeLoc(PoLexer.java:278) [error]...
Completely commenting out my own use of JFlex rather than just changing the version seems to resolve the issue, so that definitely seems to be it. However, I cannot build...