-
Notifications
You must be signed in to change notification settings - Fork 40
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
Support namespaces #15
Comments
Shouldn't the reader/builder also be using namespaces in the generated code - seeing them as top level in contactList.swift generated code - would cause trouble if having multiple schemas in the same app? |
(specifically, the flatbench now uses the contactList builder&reader instead of the framework one... A bit unexpected.) |
Sadly Swift doesn't let me :) |
Ah, I see (not a Swift expert by any means yet). Will ponder if I can think of any better solution for packaging. |
This feature will also make it possible to include all infrastructure code inside the generated file.
This way users don't have to include FlatBuffersSwift module, generating code will be self sufficient.
The text was updated successfully, but these errors were encountered: