-
Under sbt 0.13.17; sbt-dependency-draph 0.9.2, a multi-module project:
```
> Common/dependencyTree
[info] com.ocado.cfc.vectortests:common_2.12:0ec6cb226ed46262f97474689f421a5a9a4f2305-SNAPSHOT-pmp…
pmpfr updated
5 years ago
-
From https://code.google.com/p/ndmitchell/issues/detail?id=509
The new generics mechanism is up to 10x faster than SYB:
http://www.haskell.org/ghc/docs/latest/html/users_guide/generic-programming.ht…
-
# Question
## Color space
I reconstruct Carla and Matterport, but the colors are different from those in the paper. In the paper, the traversable area should be green. I noticed that Carla's col…
-
Hello. Can I use adapted Log4j2MergeStrategy to `sbt-assembly:2.0.0` ?
## AsIs
When I change the version of `sbt-assembly` of the project including log4j2 plugins to 2.0.0 and run `sbt assembly`, …
-
Forgive me if this issue turns out to be totally asanine; I'm new to this.
I created a new stack project, set the resolver to ghc 8.0.2, and tried to `stack build ghc-mod`. No luck - it failed to …
-
Running bfg to remove some files from my repo:
```
java -jar ~/scripts/bfg-1.12.14.jar --delete-files *.zip .
```
Fails with this error:
```
Exception in thread "main" org.eclipse.jgit.errors.Large…
-
It's possible that constructing Model invokes two calls of finalizeFromProperties().
-
See lampepfl/dotty#818
-
There is a problem with one Entity:
```
case class TagAttributeValue(m: Model,
a: Attribute,
val value: List[Tag])
extends AttributeValue[L…
-
Envilonment
- Windows 7
- sbt version: 1.1.0
Repoducing procedures is as follows:
- sbt new foundweekends/giter8.g8
- use all default value
- cd my-template-project
- sbt g8Test (W…