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

Implement Rethrow #799

Open
tgiphil opened this issue Sep 13, 2020 · 1 comment
Open

Implement Rethrow #799

tgiphil opened this issue Sep 13, 2020 · 1 comment

Comments

@tgiphil
Copy link
Member

tgiphil commented Sep 13, 2020

Rethrowing an exception using "throw;" causes a compiler error.

@tgiphil tgiphil added the Bug label Sep 13, 2020
@tgiphil tgiphil added this to the 2.1 Release milestone Sep 13, 2020
@tgiphil tgiphil changed the title Rethrowing Issue Rethrow Issue Sep 13, 2020
@tgiphil tgiphil added this to To do in Features [Archive] Sep 28, 2020
@tgiphil tgiphil modified the milestones: 2.1 Release, 2.2 Release Sep 9, 2021
@tgiphil tgiphil modified the milestones: 2.2 Release, 2.3 Release Jan 12, 2023
@AnErrupTion
Copy link
Collaborator

The issue is because the compiler looks for either Mosa.Runtime.Internal::Rethrow() or Mosa.Runtime.*Platform*.Internal::Rethrow(), both of which are not implemented.

@tgiphil tgiphil changed the title Rethrow Issue Implement Rethrow Jan 30, 2023
@tgiphil tgiphil modified the milestones: 2.3 Release, 2.4 Release Apr 8, 2023
@tgiphil tgiphil modified the milestones: 2.5 Release, 2.6 Release Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants