Tanner Gooding

Results 379 comments of Tanner Gooding

> Your project is a work in progress? The project itself is pretty stable and used by several production quality dependencies. It gets updates when Clang itself gets updates (about...

Right. This is just a consideration of how `libClang` itself works. It is the responsibility of the caller to pass down any include directories, just as would be required for...

CC. @dotnet/gc docs clarifying question for you.

Contributions are welcome, this is an obvious copy/paste error or similar, so a simple PR that does the following should be sufficient ```diff // The example displays the following output:...

This is how its always behaved and it matches how the underlying Win32 `DECIMAL` type on which this is based behaves as well.

In general you can compare the `decimal` behavior with the underlying `VarDec*` function (`VarDecMul` in this case) and we are expected to match that behavior. In this case, the underlying...

These tests are crashing Helix and as such do not have any logs that can be used to automatically filter. I've put up https://github.com/dotnet/runtime/pull/109871 to disable these tests from running...

Should be a simple thing to fix, marked this as `help-wanted` for anyone who's interested in picking it up.

I definitely find the long form to be a better default. It is really annoying if you have several names that start with the same prefix and to always have...

@CyrusNajmabadi, at the very least, if we didn't always offer the long form, I would hope that we could determine the shortest non-conflicting name and offer that (and not offer...