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-15369] REPL: After import Something, colons don't show anymore #4303

Closed
weissi opened this issue Oct 21, 2021 · 9 comments
Closed

[SR-15369] REPL: After import Something, colons don't show anymore #4303

weissi opened this issue Oct 21, 2021 · 9 comments
Assignees
Labels
bug Something isn't working Linux LLDB for Swift

Comments

@weissi
Copy link
Member

weissi commented Oct 21, 2021

Previous ID SR-15369
Radar rdar://problem/84518632
Original Reporter @weissi
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 2
Component/s LLDB for Swift
Labels Bug, Linux
Assignee @augusto2112
Priority Medium

md5: ddccf9f7591a24b3c6d364b1cab0d229

Issue Description:

this is on Linux, 5.5 RELEASE

Welcome to Swift version 5.5 (swift-5.5-RELEASE).
Type :help for assistance.
  1> ::::: # 5 colons to the left
error: '::::' is not a valid command.
  1> import Dispatch
  2>       # 5 colons to the left
error: '::::' is not a valid command.
  2>  
@weissi
Copy link
Member Author

weissi commented Oct 21, 2021

@swift-ci create

@weissi
Copy link
Member Author

weissi commented Oct 21, 2021

CC @adrian-prantl

@swift-ci
Copy link

Comment by Steven Van Impe (JIRA)

Is this the same issue as https://bugs.swift.org/browse/SR-13029 and https://bugs.swift.org/browse/SR-13885?

@augusto2112
Copy link

svanimpe (JIRA User) this is indeed the same issue. It has been fixed on main for a while, but unfortunately i missed the window to cherry-pick it into 5.5. Steven or @weissi could you download the main snapshot on https://www.swift.org/download/ and verify if it's working for you?

@xwu
Copy link

xwu commented Dec 22, 2021

What’s the link to the PR?

@augusto2112
Copy link

@xwu this was fixed here: https://reviews.llvm.org/D95230

@weissi
Copy link
Member Author

weissi commented Jan 4, 2022

@augusto2112 Thank you, I can confirm this is fixed

Welcome to Swift version 5.6-dev (LLVM c8e0f2fe28693ea, Swift 68eb340a2b7690f).
Type :help for assistance.
  1> :::::
error: '::::' is not a valid command.
  1> import Dispatch
  2> :::::

@swift-ci
Copy link

Comment by Steven Van Impe (JIRA)

Will this be in 5.5.3?

@augusto2112
Copy link

Unfortunately, only on 5.6. There are already 5.6 snapshots available on https://www.swift.org/download/ if you'd like to get the fix now.

@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 Linux LLDB for Swift
Projects
None yet
Development

No branches or pull requests

4 participants