joakim-noah

Results 33 comments of joakim-noah

> Why would DMD complain about this? Because the callback signature doesn't match the C library? I've had that happen in other situations, not sure if it would here. If...

I have no real inclination on what to do here, I wasn't even sure it was a bug. I just reported it as I was double-checking the translation and it...

This should be possible now, with the ldc 1.8 release. There's an Alpine/x64 build up there, and I've updated the changelog with exactly which Alpine packages I needed to use...

Is this possible? Brian has said in the past that symbol resolution is too complex, dlang-community/dfix#10, are these libraries now capable of doing it?

>Then you tweak the check so that there's no false positive I believe this is what Brian was worried about, because of the complexity of D's symbol resolution. I wonder...

I tried what you suggested but get a bunch of template instantiation errors, even for stuff that doesn't rely on environment variables, such as `objectFiles!`. I see that [you don't...

I just tried building reggae from source, ran into a few issues related to this. I guess my environment is non-standard: I don't have a dmd in my path and...

They're not hard to find. ``` $ grep -r dmd payload/ src/ payload/reggae/config.d: "dmd", payload/reggae/dcompile.d://takes a dmd command line and maps arguments to gdc ones payload/reggae/options.d: if(!dCompiler) dCompiler = environment.get("DC",...

Just ran into this again on a different setup: is there any reason why the compiler specified in the build script cannot be passed along to the source? Instead of...