theweipeng commented on issue #3133: URL: https://github.com/apache/fory/issues/3133#issuecomment-3847751324
> Hi [@theweipeng](https://github.com/theweipeng), > > I have been working extensively to resolve the failures in this PR. Here is what I have completed: > > Core Logic: Implemented missing getters in TypeMeta and FieldInfo and fixed bit-shifting corruption in readTypeId. > > Local Verification: I have verified that 202 unit tests pass locally using npx jest. > > Code Quality: I've enabled strict: true in tsconfig.json and ran npm run lint --fix to resolve 29+ formatting errors. > > Environment: Ensured forceConsistentCasingInFileNames is true to match the Ubuntu CI requirements. > > The Issue: Despite these efforts and a clean local build, the Code Style Check and JavaScript CI (Node 24, Ubuntu) are still failing on GitHub. I have pushed multiple attempts to stabilize the environment, but the CI results remain inconsistent with my local success. > > Could you please take a look at the CI logs? I would appreciate your guidance on whether these failures are due to a specific project configuration I've missed or if there are environment-specific issues I should address. Thank you! I am working on impl the testcases in `crossLanguage.test.ts`. If you want, you can help to impl it. Unimplemented cases with `if (Boolean("1")) {return; }` -- 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]
