Skip to content

Commit

Permalink
No enum visitor builders for large enums (#2143)
Browse files Browse the repository at this point in the history
Do not add visitor builders for enums with >100 elements, so we avoid issues with generated strings being too long
  • Loading branch information
mswintermeyer authored Dec 12, 2023
1 parent 369b65d commit 2b176bd
Show file tree
Hide file tree
Showing 5 changed files with 2,356 additions and 20 deletions.
6 changes: 6 additions & 0 deletions changelog/@unreleased/pr-2143.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: fix
fix:
description: Do not add visitor builders for enums with >100 elements, so we avoid
issues with generated strings being too long
links:
- https://github.com/palantir/conjure-java/pull/2143
Loading

0 comments on commit 2b176bd

Please sign in to comment.