Kenta Kubo

Results 128 comments of Kenta Kubo

No, I haven't. I didn't know where this issue should be fixed.

I have understood why I should create an issue in apple/swift. Thank you. I will create an issue later.

I created https://github.com/apple/swift/issues/70932.

The issue has been fixed in the latest main-snapshot, but 6.0-snapshot still have the issue.

Cherry-picking has been done, so I'm closing this.

FYI https://github.com/apple/swift-driver/pull/1583

https://github.com/kkk669/DevToys.swiftpm/issues/10#issuecomment-1755779083

I can reproduce this issue on the Swift Playgrounds.

Other tools (e.g. JSON YAML, HTML, Base64, etc.) don't have this issue. Therefore, it's not CodeEditorView's issue, and it may be Ink's issue.

~~This didn't crash.~~ ```swift import Ink MarkdownParser().html(from: "- a\n ") ```