chaokunyang commented on PR #3600: URL: https://github.com/apache/fory/pull/3600#issuecomment-4294678864
Such fix is not useful, the dart web support is a big work. Either support it fully, or don't support it. The dart int will compiled to javascript numer, which is double, int64 can't be expressed using double. and if we use bigint, it's too slow and we paid cost for dart native ,which is unnecessary. So, we should not add any half dart web fix until we have a good design that can address both issues -- 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]
