0.522
Analysis changes
- Improve type checking stability for programs with module cycles in case when modules are being changed and rechecked in an IDE
- Fix type checking of array literals when the type is supposed to be a dictionary (#423)
- Improve syntax error message when
...
is used after a type unexpectedly
Runtime changes
- Improve branch optimizations when the branch condition is
X and Y
orX or Y
where X is known at compile time
Community contributions
None this week; PRs are always welcome!