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

Bugfix/remove exits #713

Merged
merged 4 commits into from
Jun 21, 2024
Merged

Bugfix/remove exits #713

merged 4 commits into from
Jun 21, 2024

Conversation

corneliusclaussen
Copy link
Contributor

Describe your changes

Several modules exit() (directly or through unhandled exceptions) in case or errors. This PR removes some of them and tries to handle them, e.g. by raising an error and keeping the module running.
In a next step, modules should be more tolerant to faults (e.g. retry opening uart ports if the device is not available at the moment).

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

@corneliusclaussen corneliusclaussen force-pushed the bugfix/remove-exits branch 2 times, most recently from 8b4be27 to ad82eb7 Compare June 7, 2024 14:57
@corneliusclaussen corneliusclaussen marked this pull request as ready for review June 7, 2024 14:57
@a-w50 a-w50 force-pushed the bugfix/remove-exits branch from ad82eb7 to 0d877b3 Compare June 11, 2024 07:13
@corneliusclaussen corneliusclaussen force-pushed the bugfix/remove-exits branch 2 times, most recently from f19e743 to 4f93cc3 Compare June 13, 2024 09:48
- BSPs
- SerialCommHub
- System
- PacketSniffer
- Ev/EvseSlac

Signed-off-by: Cornelius Claussen <[email protected]>
Copy link
Contributor

@SebaLukas SebaLukas left a comment

Choose a reason for hiding this comment

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

👍

@corneliusclaussen corneliusclaussen merged commit bbce3e1 into main Jun 21, 2024
6 checks passed
@corneliusclaussen corneliusclaussen deleted the bugfix/remove-exits branch June 21, 2024 07:32
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.

4 participants