Saleem Abdulrasool

Results 501 comments of Saleem Abdulrasool

CC: @bnbarham there was a conversation on swiftlang/swift#75206 which seems to have converged around moving ahead with this change.

@jmschonfeld @bnbarham - any idea if this is something we should be moving forward with? This is going to break the windows builds at least, but I want to ensure...

Just to clear up some of the confusion on what is happening today: Windows: - Macros build as executables, link the early swift syntax build - Macros build for the...

> > Macros build as executables, link the early swift syntax build > > In the toolchain build or standalone? If the former, how are they being picked up at...

> > For the toolchain distribution, we should be using the toolchain build of swift-syntax though to avoid bloat > > Sure, that should be the case here - we...

For the installation, I don't think that we have a good way to detect when it is being built for a toolchain host. There is `CMAKE_CROSSCOMPILING` that tells us whether...

> We currently use libraries for the stdlib plugins. The driver isn't setup to load executables from the toolchain at all, so if we did end up going down that...

Interesting. Would you be able to run a quick test of `set` and `path` instead of `echo %Path%`?