Skip to content

v3.8.4-RC1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 21:23
· 28 commits to refs/heads/main since this release

Verifying against public repositories

This release fixes issue #4133 and introduces a large number of fixes which address formatting issues discovered while testing the formatter against a set of public repositories, and adds these checks with every commit.

Features

  • ProjectFiles: add .mill to the default glob list (#4412) @kitbellew
  • NamedDialect: add all scala3 dialects (#4382) @kitbellew
  • Allow to compile with Scala Native (#4325) @jchyb
    • Separate regex patterns to jvm-only directory in preparation for Scala Native (#4309) @jchyb
    • Prepare the build for cross compilation by renaming jvm sources (#4282) @jchyb
    • Update libraries needed for cross compilation with Scala Native (#4283) @jchyb
    • Replace java reflection with a macro-based solution (#4280) @jchyb
  • Add literal.binPrefix setting to format binary literals. (#4183) @charpov

Bug fixes

Miscellaneous

Dependency and build updates

Bug fixes and supporting changes addressing bugs in formatting public code