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
fix: centralize Acts contexts for consistency (#2464)
### Briefly, what does this PR introduce?
This PR centralizes all default-constructed Acts contexts to be
consistent with each other and handed out (by const reference) by the
ActsGeometryProvider. This ensures that any future run-dependent
contexts can be provided without major changes. It also avoids the many
deprecation warnings that are associated with default constructed
contexts (when not gotten from a new static factory) in Acts v45
(acts-project/acts#4957).
### What kind of change does this PR introduce?
- [x] Bug fix (issue: too many contexts)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __
### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators
### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.
### Does this PR change default behavior?
No.
---------
Co-authored-by: epic-capybara <139920704+epic-capybara@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments