-
Notifications
You must be signed in to change notification settings - Fork 10.5k
use swift-cmark/gfm instead of /main #40188
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
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
gfm
branch 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 allowgfm
to be built in the toolchain in thecmark
clone.