Skip to content

Update SE-0079 status #900

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 1 commit into from
Aug 31, 2018
Merged

Update SE-0079 status #900

merged 1 commit into from
Aug 31, 2018

Conversation

dduan
Copy link
Contributor

@dduan dduan commented Aug 30, 2018

Update the status of this proposal to avoid confusion

@lattner lattner merged commit 52b899b into swiftlang:master Aug 31, 2018
@lattner
Copy link
Collaborator

lattner commented Aug 31, 2018

Thanks!

@dduan dduan deleted the update-se79 branch August 31, 2018 00:41
@ClassWizard
Copy link

I'm using "guard let self = self else { return }". When debugging with lldb, "po self" throw error. Neither can I use "po self?.xxx" or "po self!.xxx". Any idea?

error: warning: <EXPR>:12:9: warning: initialization of variable '$__lldb_error_result' was never used; consider replacing with assignment to '_' or removing it
    var $__lldb_error_result = __lldb_tmp_error
    ~~~~^~~~~~~~~~~~~~~~~~~~
    _

error: <EXPR>:19:5: error: value of type '*' has no member '$__lldb_wrapped_expr_126'
    $__lldb_injected_self.$__lldb_wrapped_expr_126(
    ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~

@dduan
Copy link
Contributor Author

dduan commented Jun 17, 2019

Hi @ClassWizard. Please use bugs.swift.org to report issues.

This specific issue has been reported as https://bugs.swift.org/browse/SR-6156, among others.

Also, quoting from Xcode 11 beta 1 release note’s “Resolved issues” section:

Redeclaring self in Swift code works properly with LLDB. (39611934)

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