You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better reviewed with "Diff -> Hide whitespace".
# Description
## Problem
Resolves#4667
## Summary
Introduces an `SsaEvaluatorOptions` struct that bundles a bunch of
booleans that are passed down several functions.
## Additional Context
None
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
---------
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Problem
After this PR (#4659) we have started to have a lot of boolean flags passed down into SSA from our compile options.
Happy Case
We should structure these flags into a contained struct as to not clutter function signatures.
Project Impact
None
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: