theweipeng commented on issue #3133: URL: https://github.com/apache/fory/issues/3133#issuecomment-3766266217
> > Hi [@theweipeng](https://github.com/theweipeng), [@chaokunyang](https://github.com/chaokunyang) 👋 I noticed this issue is still open and there have not been any updates since your comment. I’m very interested in contributing to Apache Fory’s JavaScript xlang support and would be happy to help with this. > > My plan would be: – Mirror the existing Xlang tests for Python/Rust/C++/Go under src/test/java/org/apache/fory/xlang/JavaScriptXlangTest.java. – Compare the JavaScript implementation with the xlang serialization spec and Java reference behavior. – Add/adjust JS code so xlang serialization is fully consistent with the spec, then update tests accordingly. > > Would it be okay if I start working on this issue? If you already have work in progress, I’d also be happy to help review or contribute to that instead. > > Yes, It's okay for you to start working on this issue. Can you please compare JavaScript implementation with the xlang serialization spec base types in (https://fory.apache.org/docs/next/specification/xlang_serialization_spec#data-types) first, and implement this part. @dheeraj12347 I am now working in adding JavaScriptXlangTest.java for JavaScript. -- 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]
