eugene yokota

Results 695 comments of eugene yokota

According to some reports the following doge workaround is applicable to sbt 1.x: ```scala releaseCrossBuild := false releaseProcess := Seq[ReleaseStep]( checkSnapshotDependencies, inquireVersions, runClean, releaseStepCommandAndRemaining("+test"), setReleaseVersion, commitReleaseVersion, tagRelease, releaseStepCommandAndRemaining("+publish"), setNextVersion, commitNextVersion,...

I think this is a good idea. Does Github have an API that can query for this pattern? If someone wants to implement this, I'd be happy to review a...

Sure. I'd be happy to review a PR if you are up for sending one :)

Is this still happening with the latest version of conscript?

I had to figure out how to build on Windows yesterday for sbt release. I don't think I saw the error message you're seeing but for me what fixed for...

PlainFile vs virtual file it seems: https://github.com/sbt/zinc/blob/39292eea5a7ab0ba31371af5616fa66486f6f378/internal/compiler-bridge/src/main/scala/xsbt/API.scala#L62

It would be good to compare this against the text Analysis file.

From https://github.com/sbt/zinc/pull/545, it looks like the direct cause of the issue is that in https://github.com/sbt/zinc/blob/v1.2.4/internal/compiler-bridge/src/main/scala/xsbt/CallbackGlobal.scala#L119-L126 ```scala override lazy val phaseDescriptors = { phasesSet += sbtAnalyzer if (callback.enabled()) { phasesSet +=...