Skip to content

Comments

#321: use exit(1) instead of abort()#323

Merged
Rick-Methot-NOAA merged 1 commit intomainfrom
321-is-abort-different-than-exit1
May 24, 2022
Merged

#321: use exit(1) instead of abort()#323
Rick-Methot-NOAA merged 1 commit intomainfrom
321-is-abort-different-than-exit1

Conversation

@k-doering-NOAA
Copy link
Contributor

What issue(s) does this PR address? Describe and add issue numbers, if applicable.

Link issue(s) here: #321

What tests have been done? Upload any model input files created for testing in a zip file, if possible.

None, because this change is very simple. Given we use exit(1) elsewhere in the code, it doesn't seem necessary to test this small change.

What tests/review still need to be done? Who can do it, and by when is it needed (ideally)?

@Rick-Methot-NOAA to review the change and "approve" it or request edits.

Check which is true. This PR requires:

  • no further changes to r4ss
  • no further changes to the manual
  • no further changes to SSI (the SS3 GUI)
  • no further changes to the stock synthesis change log (new features, bug reports)

Describe any changes in r4ss/SS3 manual/SSI/change log that are needed (if not checked):

Not sure if this change is worth documenting in the change log? It's really small.

Additional information (optional):

@k-doering-NOAA k-doering-NOAA linked an issue May 24, 2022 that may be closed by this pull request
@k-doering-NOAA k-doering-NOAA added this to the 3.30.20 milestone May 24, 2022
Copy link
Collaborator

@Rick-Methot-NOAA Rick-Methot-NOAA left a comment

Choose a reason for hiding this comment

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

looks good

@Rick-Methot-NOAA Rick-Methot-NOAA merged commit 64cdac1 into main May 24, 2022
@k-doering-NOAA k-doering-NOAA deleted the 321-is-abort-different-than-exit1 branch August 10, 2022 20:25
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.

Is abort() different than exit(1)?

2 participants