samuel / go-thrift

A native Thrift package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support more than 64 fields in a struct

samuel opened this issue · comments

Currently a uint64 is used to track required fields. This limits a struct to fields with ID < 64. Ideally this limit should be removed.

Is this still an issue?

@alecthomas thanks for your PR, for now, will use your branch.
@samuel could we please merge it? Sounds like a reasonable change.