Skip to content

Conversation

@klauspost
Copy link
Collaborator

Simplifies generated code.

Fixes #425

Modify a few tests to allow wrapped errors.

Simplifies generated code.

Fixes tinylib#425

Modify a few tests to allow wrapped errors.
@klauspost klauspost merged commit d9fd28c into tinylib:master Dec 30, 2025
3 checks passed
@klauspost klauspost deleted the add-read-bytes-limit branch December 30, 2025 13:53
if n < 0 {
n = int64(cap(scratch))
}
fmt.Println(n, read)
Copy link
Member

Choose a reason for hiding this comment

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

@klauspost you left a Println in here

@klauspost
Copy link
Collaborator Author

Sending fix tomorrow.

@klauspost
Copy link
Collaborator Author

Ah. I see you sent in the fix. Made another release

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.

Cleanup: Add "msgp.ReadByteLimit" to simplify codegen for bin field decoding

2 participants