Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 12, 2025
1 parent 8d3a1a5 commit f9a502a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -390,20 +390,35 @@ endif::[]
* Mill also provides support for users to build native images via `NativeImageModule`

* Catch fatal exceptions in futures to prevent hangs {link-pr}/4223[#4223]

* Use `check=true` for ktlint checkFormatAll run {link-pr}/4247[#4247]

* Don't fail `semanticDbData` if classes dir does not exist, allowing mill-scalafix's
`.fix` on modules without suorces {link-pr}/4249[#4249]

* Honor the `NO_COLOR` env variable {link-pr}/4246[#4246]

* Fix race condition that occasionally caused Mill's background server to exit and
restart unnecessarily {link-pr}/4254[#4254]
* Many improvements to Mill's https://mill-build.org/mill/android/java.html[experimental

* Improvements to Mill's https://mill-build.org/mill/android/java.html[experimental
Android support] {link-pr}/4188[#4188] {link-pr}/4261[#4261] {link-pr}/4277[#4277]

* Improvements to Mill's https://mill-build.org/mill/javascriptlib/intro.html[experimental
Javascript/Typescript support] {link-pr}/4253[#4253] {link-pr}/4293[#4293]

* Improvements to Mill's https://mill-build.org/mill/android/java.html[experimental
Python support] {link-pr}/4166[#4166]

* Detect terminal size on windows using `io.github.alexarchambault.windowsansi`
{link-pr}/4056[#4056]

* Make `runBackground` work with `-i`/`--no-server`, rather than exiting immediately
{link-pr}/4259[#4259]

* Fix using `clean` to terminate `runBackground` subprocesses on windows
{link-pr}/4265[#4265]

* Overhaul of the JVM module dependency resolution logic, delegating it mostly upstream
to Coursier rather than implementing it in Mill

Expand Down

0 comments on commit f9a502a

Please sign in to comment.