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 lack of robustness in stacktrace scrubbing #49633

Merged

Conversation

serenity4
Copy link
Contributor

Fixes #49451 (comment).

From what I understand, we can't reliably assume that macro expansions will be present in the stacktrace, and the solutions to make such assumptions valid require some nontrivial effort in lowering. So for now, we'll play along and accept that the stacktrace will be longer if we don't have the required information to scrub it.

I didn't include the change proposed in #44757, as I don't know exactly when/if such top-level frames for Test.jl are really expected to be present.

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.

None yet

3 participants