Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
scalafmt-x86_64-pc-win32.zip | 2025-06-28 | 7.7 MB | |
scalafmt-x86_64-apple-darwin.zip | 2025-06-28 | 10.1 MB | |
scalafmt-x86_64-pc-linux.zip | 2025-06-28 | 10.5 MB | |
scalafmt-aarch64-pc-linux.zip | 2025-06-28 | 9.4 MB | |
scalafmt-aarch64-apple-darwin.zip | 2025-06-28 | 9.8 MB | |
scalafmt-linux-musl | 2025-06-28 | 80.3 MB | |
scalafmt-macos | 2025-06-28 | 77.7 MB | |
scalafmt-linux-glibc | 2025-06-28 | 84.4 MB | |
README.md | 2025-06-28 | 1.4 kB | |
v3.9.8 source code.tar.gz | 2025-06-28 | 1.8 MB | |
v3.9.8 source code.zip | 2025-06-28 | 2.1 MB | |
Totals: 11 Items | 293.8 MB | 1 |
Bug fixes
- handle polymorphic function just like regular or contextual functions
- Use FunctionLike/Member.Function for FunctionTerm (#4938) @kitbellew
- FormatWriter: use Tree.Block, not AlignContainer (#4937) @kitbellew
- Splits: handle poly function after
{
and=>
(#4936) @kitbellew - Term.FunctionTerm: expand to Member.Function (#4932) @kitbellew
Miscellaneous
- DynamicSuite: relax Download filter (#4931) @kitbellew
- GitOps: add tryExecLines and catch any Throwable (#4929) @kitbellew
- {CustomStructure,EmptyFile}Test: refactor slightly (#4928) @kitbellew
- ScalafmtReflect: add dynamic version to exception (#4926) @kitbellew
- DynamicSuite: properly assert out is empty (#4927) @kitbellew
- DynamicSuite: don't modify the expected exception (#4925) @kitbellew
- Fix wrong config name and outdated path in doc (#4924) @samabcde
- {Git,File}OpsTest: use fixtures, don't share state (#4923) @kitbellew
- GitOpsTest: move some methods into companion (#4922) @kitbellew
- FidelityTest: read file async and within test body (#4918) @kitbellew
Build and dependency updates
- CI: separate publishing docusaurus (#4939) @kitbellew
- Scalameta: upgrade to v4.13.8 (#4935) @kitbellew
- Github actions: use newer Windows-2025 runner (#4933) @kitbellew
- Scalameta: upgrade to v4.13.7 (#4930) @kitbellew
- Update jline to 3.30.4 (#4919) @scalameta-bot