thriftrw / thriftrw-node

A thrift binary encoding library using bufrw
MIT License
57 stars 25 forks source link

Fix list of lists regression #129

Closed kriskowal closed 8 years ago

kriskowal commented 8 years ago

see https://github.com/uber/bufrw/pull/59

An aggressive optimization for reuse of prior result object values allows the SeriesRW to mutate a previously rendered array result. This fixes the problem in advance of a fix to BufRW itself and adds a regression test.

r @abhinav @jcorbin cc @iproctor

Raynos commented 8 years ago

lgtm.