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

debuginfo: Improved stepping for if-expressions #10552

Merged
merged 1 commit into from
Nov 19, 2013

Conversation

michaelwoerister
Copy link
Member

This PR improves the single-stepping experience for if-expression (no more jumping into the else branch before entering the then branch, no more jumping to the end of the else branch after finishing the then branch). Unfortunately I don't know of a straight-forward way of writing automated tests for this. Suggestions welcome!

bors added a commit that referenced this pull request Nov 18, 2013
This PR improves the single-stepping experience for if-expression (no more jumping into the *else* branch before entering the *then* branch, no more jumping to the end of the *else* branch after finishing the *then* branch). Unfortunately I don't know of a straight-forward way of writing automated tests for this. Suggestions welcome!
@bors bors closed this Nov 19, 2013
@bors bors merged commit d0872eb into rust-lang:master Nov 19, 2013
@michaelwoerister michaelwoerister deleted the ifstepping branch November 19, 2013 08:37
@michaelwoerister
Copy link
Member Author

:)

flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 6, 2023
…zation-nursery, r=flip1995

Move unnecessary_struct_initialization to nursery

changelog: none, assuming it makes into the same release as rust-lang#10489

Mostly because of rust-lang#10547 but there is also rust-lang#10548
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.

3 participants