-
Notifications
You must be signed in to change notification settings - Fork 10.5k
stdlib: remove VS injection for Swift development #63880
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
CC: @kubamracek @gottesmm There is some amount of dependency here on #63879, so keeping this as a draft, but this is largely ready I think. |
@swift-ci please test Windows platform |
e062f52
to
ebf3f62
Compare
@swift-ci please test Windows platform |
@swift-ci please test |
08e072c
to
0a791dc
Compare
0a791dc
to
7d62b14
Compare
@swift-ci please test |
7d62b14
to
1e6458a
Compare
@swift-ci please test |
1e6458a
to
45f80ec
Compare
@swift-ci please test |
45f80ec
to
4e80ead
Compare
@swift-ci please test Windows platform |
4e80ead
to
0e34276
Compare
@swift-ci please test Windows platform |
0e34276
to
9a8f354
Compare
@swift-ci please test |
9a8f354
to
ada846b
Compare
@swift-ci please test |
ada846b
to
e3e2d1d
Compare
@swift-ci please test |
Inject the necessary module maps and apinotes via the VFS. This cleans up the developer build in preparation for a secondary change to remove this need for deployed scenarios as well. Injecting the content via the VFS will enable us restore the ability to work with a pristine installation of Visual Studio, dropping the custom action for the Swift installer, and open the pathway to per-user installation of Swift. Thanks to @bnbarham for the help and discussion in resolving the test issues.
e3e2d1d
to
4075d70
Compare
@swift-ci please test |
@swift-ci please test macOS platform |
@swift-ci please smoke test macOS platform |
Inject the necessary module maps and apinotes via the VFS. This cleans
up the developer build in preparation for a secondary change to remove
this need for deployed scenarios as well. Injecting the content via the
VFS will enable us restore the ability to work with a pristine
installation of Visual Studio, dropping the custom action for the Swift
installer, and open the pathway to per-user installation of Swift.
Thanks to @bnbarham for the help and discussion in resolving the test
issues.