v3.9.8
·
29 commits
to refs/heads/main
since this release
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