Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erlang generator improvements #3120

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

Conversation

kpy3
Copy link
Contributor

@kpy3 kpy3 commented Apr 4, 2025

Add some minor improvements to Erlang generator:

  • Mark records generated from union as 'union' instead of 'struct'
  • Allow choose type for string, can be 'string', 'binary' or 'both' (default)
  • Allow sets to be initialised with new(fast) backend (default is old)
  • Did you create an Apache Jira ticket? (Request account here, not required for trivial changes)
  • If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"?
  • Did you squash your changes to a single commit? (not required, but preferred)
  • Did you do your best to avoid breaking changes? If one was needed, did you label the Jira ticket with "Breaking-Change"?
  • If your change does not involve any code, include [skip ci] anywhere in the commit message to free up build resources.

Changes:
* Comment unions with 'union' in Erlang
* Add string type definition strategy
* Add supprot for new sets implementation
@kpy3 kpy3 force-pushed the erlang-improvements branch from 8392536 to f96ab97 Compare April 4, 2025 09:56
@Jens-G Jens-G added the erlang label Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants