pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

Added unknown enum support #19

Closed scohen closed 8 years ago

scohen commented 8 years ago

If you don't map all enums, Riffed will break when converting them to and from erlang. This change makes it so they're put inside an enum wrapper with an :unknown ordinal. I'm open to other approaches.

@jparise

jparise commented 8 years ago

:+1: