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

Make custom printf independent from pending runtime errors #452

Open
Garados007 opened this issue Jun 14, 2023 · 0 comments
Open

Make custom printf independent from pending runtime errors #452

Garados007 opened this issue Jun 14, 2023 · 0 comments

Comments

@Garados007
Copy link
Member

We already use a small trick which performs tasks that can have new runtime errors for GetWavePointer:

Make/FREE/T/N=2 address
MultiThread address = GetWavePointer_Impl(wv)

Using this for printf, we can allow pending runtime errors from the test case and create new messages at the same time. To prevent the double execution, we can check in the called function if it was called a second time and just return.

@t-b t-b added this to the Version 1.11 milestone Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants