Tanner Gooding

Results 379 comments of Tanner Gooding

This is probably an edge case missed for single-file mode. Doing `file-scoped-namespaces` + `single-file` could already run into multiple potential issues (such as if different types need different namespaces) and...

This shouldn't be difficult to fix, there's likely just a context being passed down incorrectly somewhere. C++ bindings in general, especially as you get into more complex type definitions, are...

The issue here is that the tool defaults to `single-file` output and so `-o libs/bindings/Miniaudio` fails if there is an existing folder with that name. There's probably a better diagnostic...

> Find a way to indicate the in triple slash comments that will preserve the typed generic argument. I suspect it might be possible, because as you can see, the...

Would appreciate weigh-in from @gewarren on the preferred way for this to be "displayed" or otherwise surfaced for the docs page side of things, and then I can automate the...

> This doesn't apply to the API docs though While it is less ambiguous for the docs, it would still be generally good if docs were consistent with the default/recommended...

There's not really much additional that can be logged here. The next best thing would be to debug into the code and view the actual AST produced by Clang. My...

> One difficulty is that Vector 'a) and 'a : struct and 'a :> System.ValueType. I do not know how to make this change in a way that doesn't break...

> This needs to be a language suggestion, since it's a big change to core library. @vzarytovskii, could you elaborate on this a bit? I definitely understand the general consideration...

> That is not necessary true, we've seen a different behaviour between our functions and what's in Enumerable in some corner cases. This needs to be investigated and described. Example:...