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

Cut release 2.3.1 #328

Merged
merged 8 commits into from
Aug 1, 2024
Merged

Cut release 2.3.1 #328

merged 8 commits into from
Aug 1, 2024

Conversation

nathanwbrei
Copy link
Collaborator

No description provided.

@nathanwbrei nathanwbrei force-pushed the nbrei_release_candidate branch from 3831cf6 to 6e7febb Compare July 31, 2024 14:18
This doesn't work with the current EICrecon implementation because EICrecon's JOmniFactory implementation has an m_app data member that shadows JMultifactory. Multifactory helpers don't need a JApplication pointer in practice because they delegate all their work to their Multifactory.
@nathanwbrei nathanwbrei force-pushed the nbrei_release_candidate branch from 30a1efa to 91918cc Compare July 31, 2024 19:35
The JComponentManager runs JFactory::Init() for each factory in the set, simply so it can collect JParameters before processing. Sometimes Init() throws an exception (e.g. due to missing geometry). If the factory was never going to be called anyway, that exception shouldn't be thrown anyhow, and if the factory does gets called, the exception will be thrown then. So there's no harm in suppressing exceptions here.
@nathanwbrei nathanwbrei merged commit 4b95840 into master Aug 1, 2024
4 checks passed
@nathanwbrei nathanwbrei deleted the nbrei_release_candidate branch August 1, 2024 16:00
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