Saleem Abdulrasool

Results 121 comments of Saleem Abdulrasool

Pipes on Windows are somewhat interesting in that they behave differently. I think that it may be a good idea to ensure that we have a proper design to accommodate...

`CreatePipe` can be used to create the anonymous pipe and that is better because you can control inheritability unlike with `_pipe`. However, some things like like non-blocking IO on pipes...

I have a series of patches that I hope to finish uploading soon. That at least makes the test suite build; there are a few failures and one of them...

I can try to build this on windows tomorrow, or even better if you can test it on windows 😀

Wrapping `HANDLE` won't do anything; it is an opaque pointer that can represent anything and has different handling in different cases (i.e. you _really_ want it to be an optional...

@weissi - I don't think that package.swift has the information to really directly generate the CMake (its missing certain bits including list of sources, etc). s-p-m doesn't run on Windows...

I don’t think that the script would be trivial to write. Since s-p-m doesn’t work on windows though, not sure how much I can help. But, if you can write...

I have not - might be interesting to get this under a debugger.

What is really interesting is that we definitely would be building this file in release mode all the time - swift-syntax is part of the toolchain build and so we...

@ahoppen possible - that is a difference between the builds, though feels surprising.