Nightly build 2024.06.27
Pre-release
Pre-release
github-actions
released this
27 Jun 02:22
·
638 commits
to trunk
since this release
What's Changed
Toolchain and implementation changes 🛠️
- Treat constants with symbolic type as being symbolic. by @zygoloid in #4082
- Diagnose missing definitions in impl files by @geoffromer in #4079
- Prefer function-style cast instead of static_cast to convert integers to Ids. by @zygoloid in #4084
- Create a
Generic
object to represent a generic. by @zygoloid in #4081 - Add
GenericInstance
type to represent instances of generics. by @zygoloid in #4085
Infrastructure changes 🏗️
- Convert Python type hinting to be PEP-585 Compliant by @jrmccluskey in #4083
New Contributors
- @jrmccluskey made their first contribution in #4083
Full Changelog: v0.0.0-0.nightly.2024.06.26...v0.0.0-0.nightly.2024.06.27