eugene yokota
eugene yokota
I'd be happy to give pushing rights to https://github.com/sbt/sxr if @cvogt or anyone else wants to maintain/consolidate various branches.
There's an unmaintained fork called [sbt/sxr](https://github.com/sbt/sxr) for sbt's use, and Paul forked that as https://github.com/paulp/sxr.
never mind there's already a conversation going on in https://github.com/harrah/browse/issues/26
We're planning on migrating existing versions on Bintray to somewhere read-only. New versions should be published to Maven Central.
@ghik > Seems like sbt does not enable compiler plugins when generating documentation. Is this true? I just called `show utilLogging/Compile/doc/scalacOptions` on the project that uses silencer and it include...
And here's wtih `Compile / scalacOptions ++= Seq("-P:silencer:checkUnused")` ```scala sbt:sbtRoot> show utilLogging/Compile/scalacOptions [info] * -encoding [info] * utf8 [info] * -deprecation [info] * -feature [info] * -unchecked [info] * -Xlint...
1. ok that makes sense. 2. The term I see most is "infix operator notation" ("operator notation" works, but it includes prefix operator notation for `-1`), which is also the...
I don't exactly remember where Pamflet finds the template file, my preference would be to change Pamflet so we can keep in-memory Property as a setting (modify it if we...
Should we put our own NPE guard here?
@muuki88 I've seen this sometimes, but in my case it was along with likely badly behaving plugin that I wrote. The stack trace is failing to create `/target/streams/compile/$global/$global/discoveredMainClasses/data`, which is...