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

fix: distinguish between panic-errors and possible-fix-errors #294

Merged
merged 13 commits into from
Jan 11, 2023

Conversation

bhgomes
Copy link
Contributor

@bhgomes bhgomes commented Dec 19, 2022

Signed-off-by: Brandon H. Gomes bhgomes@pm.me

To ensure that panics don't occur in the runtime we have to distinguish between the errors that are non-recoverable (i.e. panics in Rust) and recoverable errors.


Before we can merge this PR, please make sure that all the following items have been checked off:

  • Linked to an issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Added one line describing your change in CHANGELOG.md and added the appropriate changelog label to the PR.
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Checked that changes and commits conform to the standards outlined in CONTRIBUTING.md.

bhgomes and others added 3 commits December 19, 2022 10:48
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
Signed-off-by: Francisco Hernandez Iglesias <f.hernandeziglesias@outlook.com>
@stechu stechu marked this pull request as ready for review December 22, 2022 02:18
ferrell-code
ferrell-code previously approved these changes Dec 27, 2022
ghzlatarev
ghzlatarev previously approved these changes Dec 27, 2022
Copy link
Contributor

@ghzlatarev ghzlatarev left a comment

Choose a reason for hiding this comment

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

@ferrell-code not sure if the CI is expected to fail though

@ferrell-code
Copy link
Contributor

Yeah not sure either @ghzlatarev , but it seems to be an existing problem that was not introduced in this PR.

Signed-off-by: Charles Ferrell <charlie@manta.network>
@ferrell-code ferrell-code dismissed stale reviews from ghzlatarev and themself via 0f4479e December 27, 2022 19:01
Signed-off-by: Charles Ferrell <charlie@manta.network>
@ferrell-code ferrell-code added changelog:fixed Changelog: add these changes to the `fixed` section of the changelog A-design Area: Design of Libraries and APIs T-runtime Team: Relevant for the Runtime Team labels Dec 27, 2022
ferrell-code
ferrell-code previously approved these changes Dec 27, 2022
Signed-off-by: Charles Ferrell <charlie@manta.network>
@ferrell-code ferrell-code added the A-ci Area: Continuous Integration label Dec 27, 2022
ferrell-code
ferrell-code previously approved these changes Dec 27, 2022
SupremoUGH and others added 3 commits January 6, 2023 19:56
Signed-off-by: SupremoUGH <francisco@manta.network>
ghzlatarev
ghzlatarev previously approved these changes Jan 9, 2023
ferrell-code
ferrell-code previously approved these changes Jan 9, 2023
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
@bhgomes bhgomes dismissed stale reviews from ferrell-code and ghzlatarev via 9af82bf January 9, 2023 16:50
@bhgomes bhgomes requested review from SupremoUGH, Garandor, ghzlatarev and ferrell-code and removed request for stechu and SupremoUGH January 10, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: Continuous Integration A-design Area: Design of Libraries and APIs changelog:fixed Changelog: add these changes to the `fixed` section of the changelog T-runtime Team: Relevant for the Runtime Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants