Max Marrone
Max Marrone
> We could also support an ever stricter mode, such as `--strict --strict` that would enable more options still. Having seen how this turned out with C and C++, be...
> The problem with this, however, is when you would try to build on Windows in 32 bits with DMD. That whole OMF thing. What whole OMF thing?
Ah, I see. Thanks for explaining. Yeah, I can't find any way around the OMF thing, and it's definitely not worth messing with CMake, so I guess this can't be...
@aubade Creating strings in a destructor is undefined behavior? Do you have a link to where that's said in the language specification? I think I have some of my own...
Out of curiosity, what was the rationale for creating DSFMLC instead of using [the official C binding](http://www.sfml-dev.org/download/csfml/)?
Personally, I'd strongly prefer DSFML to rely on the standard library when it can. That's what the standard library is there for, after all.
Thanks for the report. We're not noticing anything like this in our own testing. Can you share a protocol file that's demonstrating the problem? If you're not comfortable publishing it...
I'm not sure if this is exactly the same thing: ``` workerd/server/server.c++:3069: error: Uncaught exception: kj/compat/http.c++:3939: disconnected: worker_do_not_log; Request failed due to internal error ``` (Note ` kj/compat/http.c++:3939` instead of...
Migrated to RSS-488.
Stale, pretty sure this has been solved by now.