Patrick Freed

Results 40 comments of Patrick Freed
trafficstars

Is there a projected timeline for when the `balancer` package will become stable? Or at least a subset of its API?

The `--test` option also only appears to work on integration tests found in `tests/`, but it would also be nice to be able to run this on unit tests that...

The prompt being overridden here is a pretty important one--it's verifying that you're okay with overwriting existing third party tools with special versions that Swift bundles in its own toolchain....

Cherry-pick to 6.0 is in progress: https://github.com/apple/swift-driver/pull/1606

Swift on Linux doesn't have a stable ABI, so I'm not actually sure this is a use case that we want to encourage. For example, if the versions of the...

Project-local swift version specification was only left out for simplicity's sake because we weren't sure if it was that important to users--I think it's a totally valid feature. If it's...

That is a large number of shims, and I think maintaining that list would be pretty difficult (e.g. if Swift removes or adds a new executable to their toolchains, we'll...

I think the best way right now would be the following: ``` $ swiftly uninstall all $ rm -r ~/.local/share/swiftly $ rm ~/.local/bin/swiftly ``` This is assuming you've installed to...

I think the idea of using proxies rather than simple symlinks is very interesting (and TIL rustup uses them, that was an oversight by me in the design), but I'm...

If https://github.com/apple/swift/issues/70932 (#92) doesn't get resolved, we may need to consider doing this to ensure swiftly continues to work with the new driver. Ideally, we won't be forced to do...