use swift-cmark/gfm instead of /main#40188
Conversation
|
@swift-ci Please test |
|
@swift-ci Please build toolchain |
|
Build failed |
d7d65c7 to
4cf55dd
Compare
|
@swift-ci Please test |
|
@swift-ci Please build toolchain |
|
It turns out i need to merge swiftlang/swift-cmark#30 so that |
|
Update: some quick tests have revealed that both of those PRs are needed - the "merge upstream" one to enable footnotes to work, and the "add new extension points" one so that footnotes and inline attributes can work alongside each other. |
|
@swift-ci Please test |
|
@swift-ci Please build toolchain |
|
@swift-ci Please test |
|
@swift-ci Please build toolchain |
|
@swift-ci Please test Linux |
|
@swift-ci Please build toolchain Linux |
|
@swift-ci Please test Linux |
|
@swift-ci Please build toolchain Linux |
|
@swift-ci Please test Linux |
|
@swift-ci Please test |
|
@swift-ci Please build toolchain |
|
@swift-ci Please test |
|
@swift-ci Please build toolchain |
|
@swift-ci Please test Linux |
|
@swift-ci Please build toolchain Linux |
71887b4 to
216b2aa
Compare
216b2aa to
f3cc9eb
Compare
|
@swift-ci Please test |
|
@swift-ci Please build toolchain |
|
@swift-ci Please test macOS |
|
@swift-ci Please build toolchain macOS |
|
@swift-ci Please test Windows |
|
@swift-ci Please build toolchain Windows |
|
@swift-ci Please build toolchain macOS |
|
From what i can tell, the Linux toolchain failure is a broader CI issue, and the Windows toolchain failure is being fixed by swiftlang/swift-package-manager#4235. All the required swift-cmark PRs have been merged, so once the Mac toolchain build finishes (and/or the SwiftPM Windows fix lands) i'll run all the tests again. |
|
@swift-ci Please build toolchain macOS |
|
@swift-ci Please test |
|
@swift-ci Please test Linux |
1 similar comment
|
@swift-ci Please test Linux |
|
@swift-ci Please build toolchain macOS |
|
@swift-ci Please build toolchain Windows |
|
@swift-ci Please test source compatibility |
|
@swift-ci Please build toolchain macOS |
|
@shahmishal @gottesmm @akyrtzi This PR is ready for a final review. |
|
@swift-ci test |
Resolves rdar://90461181
This PR (and its related PRs on swift-cmark/gfm) switches the branch used by swiftMarkup to the
gfmbranch of swift-cmark, to unify the development effort on swift-cmark. Note that this PR does not remove the second clone of swift-cmark - that will happen later, as it requires a simultaneous PR in Swift-Markdown. This PR is primarily to allowgfmto be built in the toolchain in thecmarkclone.