Stu Hood
Stu Hood
Awesome... thanks @wcauchois!
Hey Mateo! Have you had any luck with your migration?
@mateor : Thanks Mateo! If those issues are resolved and the repo is on a more recent pants version with fewer plugins, then I think I might be unblocked already....
@mateor : Awesome work! Glad to see that you guys are so close. I was able to hack around that last dep in order to do a private publish of...
A (maybe?) simpler alternative to two traits would be to add a generic parameter to `Service` which was its "call token" type, and to then return the token type from...
Got it: thanks for the reference. I wonder how @Skepfyr and @olix0r would feel about closing this issue in favor of #412 then? A two trait approach would probably be...
> Coming back to this: I think we want some toggle at first and land some defense against dead symlinks. In light of #291 I think we should rather use...
I created a repro repo/branch here: https://github.com/stuhood/pants-repros/tree/stuhood/sbt-zinc-150 ... it has `strict_deps` enabled, so only directly declared dependencies will be present on the classpath. Running `./pants compile ::` will report an...
You're running on master: need to use the branch I linked to. On Feb 24, 2017 1:23 AM, "Jorge" wrote: > Thank you @stuhood , I wish i would get...
Now that pants has upgraded to `1.1.7`, we're seeing this as well. Can repro by compiling: ``` $ cat Odd.scala object Odd$$Example { def main(args: Array[String]) { println(s"Well, that's odd:...