dropbox / djinni

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

Separate `constant_enum` to `constant_enum.djinni #385

Closed xianwen closed 6 years ago

xianwen commented 6 years ago

Separate constant_enum to constant_enum.djinni, to exclude it from common.djinni, so that it wouldn’t be picked up by Python in python branch.

Otherwise it causes failure in python branch since constant enum feature is not implemented for Python.