Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

* motoko (`moc`)

* Fix the `M0223` warning check for redundant type instantiations to avoid false positives (#5605).

* Fixes type inference of deferred funcs that use `return` in their body (#5605).
Avoids confusing errors like `Bool does not have expected type T` on `return` expressions. Should type check successfully now.

* Use `self` parameter, not `Self` type, to enable contextual dot notation (#5574).

* Enable parser recovery to gather more syntax errors at once (previously only enabled for `moc.js`) (#5589).
Expand Down
Loading