Iulian Dragos

Results 65 comments of Iulian Dragos

I'm not so familiar with Zinc, but it looks like the incremental compiler was confused. What made it worse was that I couldn't run `cbt clean`, I had to resort...

I am on 5.0.0 and `HeaderLicense` is indeed `None` already. Edit: I modified the ticket to be clear... I was upgrading *from* 1.7.0 to the latest version

No, the subprojects each have a `headerLicense`, but the root project is just a convenience and has no sources. It's not a standard license, it's a proprietary one. I got...

Sure, here it is: ``` lazy val leaf = (project in file("leaf")). settings( headerLicense := Some(HeaderLicense.Custom( """|Copyright © 2016-2017 You have the right to be happy |""".stripMargin )), organization :=...

Clippy should play nice and extend `GlobalPhase`, as everyone else ;-)

The workaround using `publish` before `universal:publish` doesn't work in Sbt 1.x.

I spent already more than a day debugging, and I didn't get anywhere close to a solution. The workaround is to disable Gigahorse (`updateOptions in ThisBuild := updateOptions.value.withGigahorse(false)`). A few...

There's also a `ZincRun` subclassing `Run`, in order to provide compile progress information (I'm guessing also cancellation).

Memory requirements come from the underlying engine, [ensime](https://github.com/ensime/ensime). It's been bothering me for a while, but without a heavy rewrite I don't think it's possible. However, if your project is...

Nope, there's no way currently. I'm happy to merge a PR to move them somewhere else though, but I don't have time to work on this in the near future.