Saleem Abdulrasool

Results 121 comments of Saleem Abdulrasool

It seems reasonable - perhaps compare the value to the handle from C (`GetStdHandle(STD_INPUT_HANDLE)`).

Ugh, wait, I wonder if you are running into a "feature" of lldb. One thing that is really annoying about lldb is that it will screw up sometimes with redirection....

@adam-fowler I believe that the issue is the input rather than the output. The input is blocked by the lldb instance (which is unblocked by the return), and the inferior...

I would, but I need to reproduce it first (hence the silly reproduction steps). If I am able to notice it again, I shall share that.

I don't have a reproduction yet. I did hit it again but couldn't get the log as the content scrolled out of the backlog. However, the process made me notice...

I've not, but I've also not been using it as heavily nor have I tried it on a large enough failing build (I had enough patches on NIO where I...

> @compnerd But integration with VSCode seems a little sparse. There are two extensions that add WinDbg support, neither seemed to have been used that much. Agreed; I'm not sure...

@fwal it shouldn't. I've been using the installer on GH Actions for a while now with automated installations: https://github.com/compnerd/swift-win32/blob/main/.github/workflows/windows.yml

> I will note that for my purposes I'm treating this purely as a source of interesting code gen examples. Yes, it is meant to be an example of interesting...

@stephentyrone - at the very least, MSVC needs to be supported as a C compiler. There are subtle bugs in clang/LLVM when it comes to some platforms, and so assuming...