pinterest / riffed

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

Support Recursive thrifts in v_1_5_0 #36

Closed fire closed 8 years ago

fire commented 8 years ago
union JSONValue {
  7: list<JSONValue>                                       array_val
}

Here is an example thrift that causes breakage in riffed.

scohen commented 8 years ago

Should be working now.