Skip to content

[Cherry-pick into swift/release/6.1] [lldb] Refactor UserExpression::Evaluate to only have one error channel. (#117186) #9662

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

Conversation

adrian-prantl
Copy link

commit 6a8a4d51a4415aa453b79f999bed411bad6c3723
Author: Adrian Prantl <[email protected]>
Date:   Thu Nov 21 15:37:04 2024 -0800

    [lldb] Refactor UserExpression::Evaluate to only have one error channel. (#117186)
    
    Prior to this patch, the function returned an exit status, sometimes a
    ValueObject with an error and a Status object. This patch removes the
    Status object and ensures the error is consistently returned as the
    error of the ValueObject.

…el. (llvm#117186)

Prior to this patch, the function returned an exit status, sometimes a
ValueObject with an error and a Status object. This patch removes the
Status object and ensures the error is consistently returned as the
error of the ValueObject.

(cherry picked from commit 6a8a4d5)
@adrian-prantl adrian-prantl requested a review from a team as a code owner November 21, 2024 23:39
@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl adrian-prantl merged commit 0261500 into swiftlang:swift/release/6.1 Dec 2, 2024
3 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.

2 participants