Skip to content

Conversation

@mrnasil
Copy link

@mrnasil mrnasil commented Dec 16, 2025

  • Add type information to struct serialization format error messages
  • Change error message from 'Unsupported format X' to 'Unsupported serialization format X for type Y'
  • Add test case for struct with unsupported serialization format
  • Update snapshot for new error message format

Fixes #3460

- Add type information to struct serialization format error messages
- Change error message from 'Unsupported format X' to 'Unsupported serialization format X for type Y'
- Add test case for struct with unsupported serialization format
- Update snapshot for new error message format

Fixes tact-lang#3460
@mrnasil mrnasil requested a review from a team as a code owner December 16, 2025 15:58
Copy link
Member

@novusnota novusnota left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks — this is a well-made contribution!

Unfortunately, we don't actively develop Tact due to the imperative shift of the ecosystem to the Tolk language, so your contribution will only be available to those using Tact off the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve clarity of "Unsupported format" serialization error messages

2 participants