-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Do Not Merge: generate toolchain with NoncopyableGenerics #71397
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 Build Toolchain macOS Platform |
1 similar comment
@swift-ci Please Build Toolchain macOS Platform |
346fb67
to
a1f20e0
Compare
@swift-ci Please Build Toolchain macOS Platform |
1 similar comment
@swift-ci Please Build Toolchain macOS Platform |
|
swiftlang/swift-syntax#2490 |
@swift-ci Please Build Toolchain macOS Platform |
08d3ec6
to
64face5
Compare
@swift-ci Please Build Toolchain macOS Platform |
Also an issue building
|
@swift-ci Please Build Toolchain macOS Platform |
884ccdf
to
ef3888f
Compare
@swift-ci Please Build Toolchain macOS Platform |
ef3888f
to
2bc1fab
Compare
@swift-ci Please Build Toolchain macOS Platform |
@@ -610,6 +610,7 @@ function(_compile_swift_files | |||
if(SWIFT_ENABLE_EXPERIMENTAL_NONCOPYABLE_GENERICS) | |||
list(APPEND swift_flags "-enable-experimental-feature" "NoncopyableGenerics") | |||
list(APPEND swift_flags "-Xfrontend" "-enable-experimental-associated-type-inference") | |||
list(APPEND swift_flags "-Xfrontend" "-disable-round-trip-debug-types") # NOTE: temporary until we fix mangling! |
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.
Should we be able to remove this from this PR now?
@@ -1383,7 +1386,6 @@ darwin-toolchain-require-use-os-runtime=1 | |||
[preset: buildbot_osx_package] | |||
mixin-preset= | |||
mixin_osx_package_base | |||
mixin_osx_package_test |
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.
How close are we to being able to remove this change?
No description provided.