Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Support implicit field keys #319

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jparise
Copy link
Contributor

@jparise jparise commented Dec 1, 2017

Fields without explicit keys are automatically assigned starting from -1
and working their way down. Implicit field keys are deprecated by Apache
Thrift, but supporting them gives us greater Thrift IDL compatibility.

Fields without explicit keys are automatically assigned starting from -1
and working their way down. Implicit field keys are deprecated by Apache
Thrift, but supporting them gives us greater Thrift IDL compatibility.
@jparise
Copy link
Contributor Author

jparise commented Dec 18, 2017

@maralla and @hit9, do you think this is something you'd consider for review and merging? It's an old Thrift feature, but we have some .thrift files that rely on it, and we unfortunately can't just add the explicit negative key values to the IDL files without triggering other warnings.

@jparise
Copy link
Contributor Author

jparise commented Jan 9, 2018

@maralla and @hit9, just wanted to follow-up and ask if this is still under consideration.

@jparise
Copy link
Contributor Author

jparise commented Apr 9, 2018

Sorry to bother @lxyu @hit9 @maralla, but would you consider merging this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant