-
Notifications
You must be signed in to change notification settings - Fork 10.6k
build-script-impl: remove CMark cases as unused #62234
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
This comment was marked as outdated.
This comment was marked as outdated.
e83e889 to
5849c69
Compare
This comment was marked as outdated.
This comment was marked as outdated.
5849c69 to
a427721
Compare
|
@swift-ci please smoke test |
1 similar comment
|
@swift-ci please smoke test |
CMark was converted from a `build-script-impl` product to `build-script` product in #37102. After that change remaining mentions of CMark in `build-script-impl` were unused and can be removed.
8a7f362 to
4ee657b
Compare
|
@swift-ci please test |
|
@swift-ci please build toolchain |
|
@swift-ci please smoke test Linux |
|
@swift-ci please smoke test macOS |
drexin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
gottesmm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for eliminating dead code.
compnerd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is great to see this get reduced!
|
Verified that this builds successfully in different configurations. |
Small part of #42859.
CMark was converted from a
build-script-implproduct tobuild-scriptproduct in #37102. After that change, some of the remaining mentions of CMark inbuild-script-implwere unused and can be removed.