Turing Eret
Turing Eret
I added a test. Sorry this took so long. I don't have much time to work on this. As a disclaimer, I want to say that I don't program in...
That's what I figured was happening, but I figured I'd file a bug so you have a nice reminder to add it to the documentation or whatever you end up...
Also of note is that it seems like going one level deep into the parse tree isn't enough. A call to `pairs.next().unwrap().into_inner()` returns the `expr` just below `program`, but it...
Anyone ever figure this one out? I'm running into this issue running just sbt-buildinfo and sbt-protobuf. Compile once and I get `...target/scala-2.11/src_managed/main/sbt-buildinfo/BuildInfo.scala' could not be found`, but try to compile...
> What buildinfo is doing is calling extracted.runTask(...) from buildInfo task, so I'm not too surprised that these issues are cropping up. So, in my particular case, `buildInfoKeys` is simply...