-
Notifications
You must be signed in to change notification settings - Fork 24
feat: tolk-auto-serialization #1575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
/review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates in languages/tolk/features/auto-serialization.mdx: I have a couple of suggestions to tighten up the docs, so please apply the inline suggestions.
| ``` | ||
|
|
||
| And trying to serialize it, the compiler prints an error: | ||
| Serializing this struct produces a compiler warning: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a compiler error, not warning
| ## Integration with message sending | ||
|
|
||
| Auto-serialization is integrated natively with message sending to other contracts: | ||
| Auto-serialization is integrated when [messages sending](/languages/tolk/features/message-sending) to other contracts: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/when/with/
closes #1573