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

Allow using secondary type names in schemas #1

Closed
eduardbosch opened this issue Apr 19, 2018 · 2 comments
Closed

Allow using secondary type names in schemas #1

eduardbosch opened this issue Apr 19, 2018 · 2 comments

Comments

@eduardbosch
Copy link

Hi,

First of all, thanks a lot for this library. It allows using flatbuffers with swift really easy.

I think that could be good to allow using the secondary type names in the schemas. By secondary names I mean the names in parenthesis in the types section here https://google.github.io/flatbuffers/flatbuffers_guide_writing_schema.html

I had a schema that used uint8 and I had to change it to ubyte in order to compile.

@TonyStark106
Copy link
Owner

I am really sorry for the late response. I 've update newewst flatbuffers version to fix this issue. thx :)

@eduardbosch
Copy link
Author

Thanks! It works like a charm! 🎉

Did you know if this library could be merged with FlatBuffers to allow Swift official support?

It's being discussed here google/flatbuffers#3785 (comment)

This library makes life easier with FlatBuffers and Swift!

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

No branches or pull requests

2 participants