Aleksandar Prokopec
Aleksandar Prokopec
Are you sure that dynamic loading is the problem (i.e. that the content is not doing this anyway even if statically loaded)? It's true that if we have automation from...
I think that it should be possible to add an SBT build task that packages the sources of all the dependencies as well.
Doesn't this happen by default when you publish? Here's how to disable it: ``` Compile / packageSrc / publishArtifact := false, ``` https://www.scala-sbt.org/1.x/docs/Artifacts.html
Version: ``` GRV - Git Repository Viewer v0.3.0-0-g5589a31 (compiled with go1.10.4 at 2018-09-29 11:55:05 BST) ``` OS is Ubuntu 18.04: ``` 4.15.0-36-generic #39-Ubuntu ... x86_64 x86_64 x86_64 GNU/Linux ```
Btw, I also noticed that when I look at the changes in a repo with changes, the first changed file is always reported as having not changes, when in fact...
No, ScalaMeter does not do this by default, its main goal is measuring absolute performance numbers.
No, I didn't do anything like that. I think @jsuereth did something in that direction. Or maybe Rex Kerr? Not sure. :/
I like it, would be good to have that! About the ScalaMeter tests, it's possible that you would get a better accuracy by adding a loop inside the benchmarked snippet...
Makes sense!