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

Add missing "throw" before InputExc in IDManifest::init() #1062

Merged

Conversation

cary-ilm
Copy link
Member

Signed-off-by: Cary Phillips cary@ilm.com

Signed-off-by: Cary Phillips <cary@ilm.com>
Copy link
Contributor

@lgritz lgritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you grep to see if there are any other places that lack a throw?

@cary-ilm
Copy link
Member Author

Yes, and I didn't see any. Note that a lot of throws happen from the THROW macro, which embeds a std::stringstream to format the message.

@peterhillman
Copy link
Contributor

Thanks for the spotting and for the fix - it was all my fault. There is test coverage of many of the exception throws already so most of them shouldl be OK.

@cary-ilm cary-ilm merged commit b624e1c into AcademySoftwareFoundation:master Jun 23, 2021
@cary-ilm cary-ilm added the v3.1.0 label Sep 2, 2021
@cary-ilm cary-ilm deleted the idmanifest-throw branch November 5, 2022 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants