Saleem Abdulrasool

Results 121 comments of Saleem Abdulrasool

@connectdotz playing around with the settings, it seems that everything works as expected with the changes.

That sounds plausible. The Windows Swift distribution packages it. Linux can use `readelf` instead of `llvm-readobj` and Darwin can use `otool`. If we had the llvm tools it would be...

@dabrahams unfortunately, SourceKitten doesn't (officially) support Windows yet. I do have it working on Windows, but need to get some more patches merged which are waiting on @jpsim to help...

@dabrahams what version of the toolchain are you using? There was a change recently in SPM that would could cause conflicts as the contents of the manifest has changed.

@jonsimantov - anything else left before we can merge this?

@jpsim I'm happy to break this down into separate PRs. I still do not have a good solution to the HACK commits, and would love suggestions from you. The latest...

> Hi @compnerd, first sorry for the delay (laid off, job search, other priorities, etc). Thank you for the response! Life often gets in the way, I hope that everything...

Rebased the changes. I think that we need to add a helper to locate the executable (basically implement a poor `which`). The location of `swiftc.exe` is going to change soon...