dropbox / djinni

A tool for generating cross-language type declarations and interface bindings.
Apache License 2.0
2.88k stars 488 forks source link

Fix some issues with parcelable code gen with enums and flags #435

Closed 4brunu closed 5 years ago

4brunu commented 5 years ago

The Flag type was added, but the support for parcelable for it was missing, so this PR add's it. This also fixes https://github.com/dropbox/djinni/issues/431 and improves the test coverage for parcelable.

4brunu commented 5 years ago

@artwyman and @xianwen can you please take a look at this? Thanks

paulocoutinhox commented 5 years ago

It will be merged too?

4brunu commented 5 years ago

@artwyman All your suggestions are done 👍