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-10447] Playground-defined types are awkwardly prefixed/described #4340

Open
stephencelis opened this issue Apr 10, 2019 · 0 comments
Open

Comments

@stephencelis
Copy link

Previous ID SR-10447
Radar rdar://problem/49815203
Original Reporter @stephencelis
Type Bug
Environment

Xcode 10.2 / Swift 5

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

md5: 032f77d1a6ea85bf39f325932ee45563

Issue Description:

Playgrounds prepend a __lldb_expr_XXX module to the description of defined types, leading to this kind of grossness:

struct User {
  let id: Int
}
User.self // __lldb_expr_132.User.Type   

What's worse is how key-path descriptions are printed, which mangles things:

\User.id // xpr_132.User, Int> 
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant