Skip to content

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