-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[FrontEnd] Pretty stack trace indicating running user code #28284
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
[FrontEnd] Pretty stack trace indicating running user code #28284
Conversation
…e are running user code
cc @brentdax Since you are the reporter of this Task |
@swift-ci please smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful, thank you!
🤔I wonder what's wrong here. Error on the CI:
The test works fine on my local box. Here is an example stacktrace I am getting locally:
|
Looks like the test is trying to match |
Thanks @harlanhaskins for pointing this out. Could you please trigger the smoke tests for me. I see that the following tests fail for the exact opposite reason in macOS boxes. I'll put up a PR to fix them as well: |
Co-Authored-By: Harlan Haskins <[email protected]>
@swift-ci please smoke test |
Thanks, @tapthaker! |
@tapthaker @harlanhaskins Can you run full test before re-committing this change? Thanks! |
Will do, thanks @shahmishal! |
@tapthaker It looks like this feature didn't work in the iOS Simulator, so we had to revert it—I'm sorry that we didn't think to run full tests! To run tests with the iOS simulator, you'll need to run build-script with the You may find that crashes on the simulator are so different that it doesn't make sense to test this feature on them; if so, you'll probably want to add |
Wrap RunInmediately() in a pretty stack trace indicating we are running user code
Resolves SR-11765