urlyy commented on PR #2671: URL: https://github.com/apache/fory/pull/2671#issuecomment-3346493663
The new commit includes the following changes: 1. Previously, `metastring_encoder` converted `string -> MetaString`, but the decoder converted `bytes -> string`. This commit aligns the decoder with the encoder, now converting `bytes -> MetaString`, providing support for future enhancements to `named_enum`, `named_ext`, and `named_struct`. 2. Renamed `var_uint` and `var_int` to `variant` and `varint`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
