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
Genericobject to represent a generic. by @zygoloid in #4081 - Add
GenericInstancetype 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