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: handle error in withTraceNode message action #2364

Merged
merged 3 commits into from
Jul 28, 2023
Merged

Conversation

Vtec234
Copy link
Member

@Vtec234 Vtec234 commented Jul 27, 2023

Closes #2362 using the first proposed solution. We take the stance that failures in the message-producing action should not impact control flow, so in case one happens we just print a dummy message and continue.

@Vtec234 Vtec234 changed the title fix: handle error in withTrace message action fix: handle error in withTraceNode message action Jul 27, 2023
src/Lean/Util/Trace.lean Outdated Show resolved Hide resolved
Vtec234 and others added 2 commits July 27, 2023 15:27
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
@leodemoura leodemoura merged commit 74e0f09 into master Jul 28, 2023
12 checks passed
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.

Trace messages disappear when msg fails in withTraceNode
3 participants