dheeraj12347 commented on issue #3133: URL: https://github.com/apache/fory/issues/3133#issuecomment-3804958327
Hi @theweipeng, @chaokunyang 👋 Thanks again for the clarification and for the recent updates on #3161 and #3197. I’ll focus on the JavaScript implementation side as discussed. My plan is to: – Compare the current JavaScript xlang encoder/decoder with the “Data Types” section of the xlang serialization spec and the Java reference implementation. – Fix or extend the JavaScript implementation so that all base types strictly follow the spec. – Add or update JavaScript tests for these base types, without duplicating the Java-side JavaScriptXlangTest.java work. I’ll start with the base types (avoiding struct-dependent parts until TypeMeta and the struct series are stabilized), and I’ll open incremental PRs instead of waiting for everything to be complete. Please let me know if you’d like me to prioritize any specific type group first (e.g., numeric types, strings, collections), or if there’s any ongoing work I should be aware of before I begin. -- 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]
