Hacker News new | ask | show | jobs
by ATMLOTTOBEER 456 days ago
- faster compile times

- faster compile times

- faster compile times

- I want sbt+scalatest (the blessed build tool/test framework) to not leak memory constantly (https://olegych.github.io/blog/sbt-fork.html this is an issue I specifically run into)

- I want useful documentation when I ctrlclick into settingKeys in build.sbt

- I want Intellij to not bug out when you pass explicitly the implicit arguments required by a function that uses both context bounds and implicits

- I want intellij to always agree with the scala compiler

1 comments

The first five points are fixed by using Mill

https://mill-build.org/mill/comparisons/why-mill.html#_perfo...