Closed reyk closed 4 years ago
This allows to use existing .fbs definitions that follow the official style of using UpperCamelCase for namespaces. Existing lower-case or snake_case namespaces are still supported with this PR.
.fbs
UpperCamelCase
See #50
@reyk Please rebase and force push so the CI re-runs; I fixed it in master :)
Thanks for the fix @reyk!
This allows to use existing
.fbs
definitions that follow the official style of usingUpperCamelCase
for namespaces. Existing lower-case or snake_case namespaces are still supported with this PR.See #50