Skip to content

Commit

Permalink
fix(types): forbid as remaining annotations in the middle of a cont…
Browse files Browse the repository at this point in the history
…ract storage (#1301)
  • Loading branch information
i582 authored Jan 14, 2025
1 parent 2e3c714 commit 602e1be
Show file tree
Hide file tree
Showing 5 changed files with 585 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The typechecker now rejects integer map key types with variable width (`coins`, `varint16`, `varint32`, `varuint16`, `varuint32`): PR [#1276](https://github.com/tact-lang/tact/pull/1276)
- Code generation for `self` argument in optional struct methods: PR [#1284](https://github.com/tact-lang/tact/pull/1284)
- 'The "remainder" field can only be the last field:' inspection now shows location: PR [#1300](https://github.com/tact-lang/tact/pull/1300)
- Forbid "remainder" field at the middle of a contract storage: PR [#1301](https://github.com/tact-lang/tact/pull/1301)

### Docs

Expand Down
Loading

0 comments on commit 602e1be

Please sign in to comment.