Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Patch Available
Description
Currently, the read() method is bound to each instance, but this makes impossible to make structures immutable (see THRIFT-162). The following patch changes the compiler to generate a class-bound read() method, it also updates the fastbinary extension accordingly.
Attachments
Attachments
Issue Links
- is depended upon by
-
THRIFT-162 Thrift structures are unhashable, preventing them from being used as set elements
- Closed