urlyy commented on issue #2706: URL: https://github.com/apache/fory/issues/2706#issuecomment-3393113281
It’s important to determine which parts of the code can safely panic. There are many `unwrap()`/`expect()` calls in the code—some occur during the initialization phase, some during the registration phase, and some during serialization/deserialization. Some are better left to panic, while others should return an `Error` so the user can handle them. Since this change is quite significant, it’s best to clarify this first. -- 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]
