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

[SR-13103] lldb cannot evaluate optional date objects #4424

Closed
LucianoPAlmeida opened this issue Jun 27, 2020 · 5 comments
Closed

[SR-13103] lldb cannot evaluate optional date objects #4424

LucianoPAlmeida opened this issue Jun 27, 2020 · 5 comments
Labels
bug Something isn't working LLDB for Swift

Comments

@LucianoPAlmeida
Copy link

Previous ID SR-13103
Radar rdar://problem/64947443
Original Reporter @LucianoPAlmeida
Type Bug
Status Closed
Resolution Duplicate

Attachment: Download

Environment

Xcode 11.5

Additional Detail from JIRA
Votes 0
Component/s LLDB for Swift
Labels Bug
Assignee None
Priority Medium

md5: 860dffc3d45bba6f640fe0e0a09ec751

is duplicated by:

  • SR-11593 REPL incorrectly reports URL as nil

Issue Description:

Although we indeed have values on the date objects, lldb is failing to evaluate them and is always showing nil(left side).

The `p` command docs state that it `Displays any returned value with LLDB's default formatting.` Which maybe be that date objects do not have a default formating withing lldb?

But independently of that, this seems like a bug because we shouldn't see `nil` as the value.

![](Screen Shot 2020-06-27 at 19.19.23.png)

@LucianoPAlmeida
Copy link
Author

cc theindigamer (JIRA User) 🙂

@typesanitizer
Copy link

@swift-ci create

@poya
Copy link

poya commented Jul 2, 2020

Looks like duplicate of SR-11593

@LucianoPAlmeida
Copy link
Author

Seems like it indeed a dupe, theindigamer (JIRA User) should we close this as dupe?

@typesanitizer
Copy link

Done!

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LLDB for Swift
Projects
None yet
Development

No branches or pull requests

3 participants