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

Make opts use generic #1628

Merged
merged 21 commits into from
Feb 27, 2025
Merged

Make opts use generic #1628

merged 21 commits into from
Feb 27, 2025

Conversation

stephenberry
Copy link
Owner

@stephenberry stephenberry commented Feb 20, 2025

We want to allow various options structs so that we can have less options parameters and only include necessary ones. This will make options easier to configure for various uses and allow many more compile time options without an explosion in the length of compile time errors. This change should also make building faster as the template hashing should be faster for the compiler.

@stephenberry stephenberry merged commit d5a872b into main Feb 27, 2025
12 checks passed
@stephenberry stephenberry deleted the generic_opts branch February 27, 2025 16:34
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.

1 participant