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

feat: add bundleListing, customLookups, and customOutputs settings to control code generation #504

Merged
merged 15 commits into from
Aug 16, 2024

Conversation

chrispcampbell
Copy link
Contributor

Fixes #503

This changes the code generator so that it no longer unconditionally emits code for recent features (like the bundled listing and setLookup function) by default. These are now disabled by default since they aren't relevant for most projects, but they can be enabled by flags as needed.

See this comment in the issue for more details.

/cc @ToddFincannonEI

@chrispcampbell chrispcampbell merged commit fcea642 into main Aug 16, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/503-bundle-listing-option branch August 16, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for controlling whether the minimal model listing is included in the generated model
1 participant