Skip to content
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

[Feature] Checks for Nullable strings #6050

Merged
merged 4 commits into from
Jul 27, 2020

Conversation

mustiikhalil
Copy link
Collaborator

The following PR would allow the builder to check if the strings are valid before encoding them into the buffer in the following languages:

  • C#

  • JS

  • Swift

Close #6031

@mustiikhalil
Copy link
Collaborator Author

@krojew do you mind reviewing the JS code?
@aardappel I am not sure who reviews C#

@aardappel aardappel merged commit f1025b2 into google:master Jul 27, 2020
mustiikhalil pushed a commit to mustiikhalil/flatbuffers that referenced this pull request Jul 31, 2020
* Allows null strings in createString method c#

* Adds nullable strings to JS and swift

* Changes js checks

* Fixes typo
@mustiikhalil mustiikhalil deleted the nullable-strings branch July 31, 2020 19:28
ivannp pushed a commit to ivannp/flatbuffers that referenced this pull request Oct 2, 2020
* Allows null strings in createString method c#

* Adds nullable strings to JS and swift

* Changes js checks

* Fixes typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Adding Optional Strings functions
3 participants