eugene yokota
eugene yokota
sbt's unmanagedSource looks like this: https://github.com/sbt/sbt/blob/v1.5.5/main/src/main/scala/sbt/Defaults.scala#L590-L603 ```scala unmanagedSources / fileInputs := { val include = (unmanagedSources / includeFilter).value val filter = (unmanagedSources / excludeFilter).value match { // Hidden files are...
Because Ivy Configuration (Maven scope) names are lower cased by convention, I think this is ok. See for example https://github.com/sbt/librarymanagement/blob/v1.2.4/core/src/main/scala/sbt/librarymanagement/ConfigurationExtra.scala#L41 ```scala lazy val Compile = Configuration.of("Compile", "compile") ```
Does this still happen with the latest?
The plugin currently appends to unscoped `scalacOptions` or `Zero / Zero / Zero / scalacOptions`. As long as other scoped usages keep appending using `+=` your settings will be picked...
Does this still happen with the latest setup script?
Conscripted scripts are now created under `$CONSCRIPT_BIN` (default `~/.conscript/bin/`). Do we still need backup feature?
Thanks for the report! This is happening because Giter8's plugin directly depends on Scripted. Maybe this is something we can work around on the Giter8's side by providing a shim.
The compiler requires macros to be precompiled, which is achieved typically by putting into separate subproject. Meanwhile Scsladoc I think requires full compilation of all sources. Does `scalacOptions in (ScalaUnidoc,...
Thanks for the report. I guess `/*` can be escaped as `/*` - https://stackoverflow.com/a/27662482/3827
ok, but *who* puts commas in the project name?