Skip to content

[5.0][DebuggerSupport] Unbreak closures in the expression parser. #22572

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

Merged
merged 2 commits into from
Feb 13, 2019

Conversation

dcci
Copy link
Member

@dcci dcci commented Feb 13, 2019

  • Explanation: A previous commit regressed closures in the debugger, we now leave an unresolved identifier for the debugger to fill in.
  • Issue: rdar://problem/47982630
  • Scope: Affects only debugger support, despite being a change in parsing, so only lldb will be affected.
  • Risk: Low
  • Testing: Added compiler regression tests
  • Reviewed by: @jrose-apple

Davide Italiano added 2 commits February 12, 2019 17:48
The new trick is that of leavign an unresolved identifier for
the expression parser to fill in.

<rdar://problem/47982630>
@dcci dcci requested review from jrose-apple, fredriss, bob-wilson and a team February 13, 2019 01:52
@dcci
Copy link
Member Author

dcci commented Feb 13, 2019

@swift-ci please test

@dcci dcci changed the title [DebuggerSupport] Unbreak closures in the expression parser. [5.0][DebuggerSupport] Unbreak closures in the expression parser. Feb 13, 2019
@bob-wilson bob-wilson merged commit 8d88441 into swiftlang:swift-5.0-branch Feb 13, 2019
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.

2 participants