Lucien Perregaux
Lucien Perregaux
> The argument reversal (ABI-wise) is restricted to `extern(D)` (and no `, ...` variadics), and that looks not to be accounted for. The `this`/context pointer is always the first param,...
> The commit title needs to be `Fix [Issue] XXX`, the PR title doesn't matter to the bot (because changelog is generated from git log), which is why you can...
@RazvanN7 Should be good now.
> > > Something like: > > ```d > struct S > { > int x; > ~this() {} > S foo(int a, float b) > { > // breakpoint...
That flag isn't set in this test case (but the sret argument is there, so I'm a bit confused) 🤔
> > > It seems that [this](https://github.com/dlang/dmd/blob/master/src/dmd/tocsym.d#L540) is the only place where `F3hiddenPtr` is set. Maybe you can check if @kinke 's code reaches that path. If yes, the only...
Yup I know and I didn't implemented those, did I ? Which funcs (in this PR) aren't needed in C ?
> `sfTcpListener_close` is not needed since you just free (`sfTcpListener_destroy`) the instance when you're done with it. Ok, but should we add it anyway for the other SFML bindings (which...
@silverweed There's no need to split/reopen. All the functions in this PR are for the 2.5. @LaurentGomila Which name do you prefer `sfRenderTexture_drawVertexBufferWithIndex` or `sfRenderTexture_drawVertexBufferRange` ?