-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TS] Allows object API to set 0 for a null-default scalar. #7864
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
I did not include any new test cases. |
Is there any generated code that have these changes? You might need to run The TypeScriptTest.py seems right: https://github.com/google/flatbuffers/blob/master/tests/ts/TypeScriptTest.py#L25-L28 The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
This pull request is stale because it has been open 3 weeks with no activity. Please comment or label |
not stale |
@jviel-beta looks like you need to run the |
Head branch was pushed to by a user without write access
done! |
This pull request is stale because it has been open 3 weeks with no activity. Please comment or label |
not-stale |
@dbaileychess or @tungmeoo Can I please get a review on this? It's been sitting for a while now and we'd like to remove the fork. Thanks |
@dbaileychess @aardappel. Is anyone available to approve the workflows? |
@aardappel Thank you. Looks like the failing tests are not related to my changes... just a clang unused symbol error. Pushed a potential fix. |
@aardappel, sorry but I think I need help with the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM except for the comment on the nim change, @jviel-beta if you can adress that I think we can merge this (regardless of nim test failure, I think it fails due to completely unrelated reasons and we can force the merge).
This reverts commit 9cece17.
* Fixes bug where null default allows 0 as a value. * Undoes one bit, adds null type allowance to addField<> default. * Undoes IDE auto-format of imports. * Adds generated changes after scripts/generate_code.py * Removes unused symbol. * Revert "Removes unused symbol." This reverts commit 9cece17. --------- Co-authored-by: Derek Bailey <[email protected]>
* Fixes bug where null default allows 0 as a value. * Undoes one bit, adds null type allowance to addField<> default. * Undoes IDE auto-format of imports. * Adds generated changes after scripts/generate_code.py * Removes unused symbol. * Revert "Removes unused symbol." This reverts commit 9cece17. --------- Co-authored-by: Derek Bailey <[email protected]>
Fixes #7863