thriftrw / thriftrw-node

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

Tolerate case convention differences when reading enum strings #144

Open kriskowal opened 7 years ago

kriskowal commented 7 years ago

https://github.com/thriftrw/thriftrw-node/blob/master/enum.js#L34-L37

Should canonicalize the enum’s internal nameTo* tables.

Might be more nuanced than this. cc @abhinav