What's Changed
Toolchain and implementation changes 🛠️
- Switch python syntax to use Path.parents by @jonmeow in #4235
- Report invalid parse on
var x: i32 = {.7 = 8}by @brymer-meneses in #4237 - Add function debug info descriptions by @dwblaikie in #4233
- Remove some explicit (Mutable)ArrayRef constructions by @dwblaikie in #4238
- Enable debug info by default by @dwblaikie in #4232
- Remove excess use of auto on initializers (auto x = Y(z) -> Y x(z)) by @dwblaikie in #4239
- Implement new precedence from #4075 by @josh11b in #4236
- Add filename and line number to function debug info metadata by @dwblaikie in #4243
Other changes
- Bump rexml from 3.3.5 to 3.3.6 in /website in the bundler group across 1 directory by @dependabot in #4240
Full Changelog: v0.0.0-0.nightly.2024.08.22...v0.0.0-0.nightly.2024.08.23