Pär Björklund

Results 19 comments of Pär Björklund

It should probably be possible to stage this to roll out the changes for the node flags separately. I'm guessing that the loader won't do anything until the flag in...

I haven't looked at them, I only know that if you try to import them the normal way it fails and node suggest the method I used in the commit....

This should fix most issues https://github.com/Paxxi/compiler-explorer/commit/c1bd1e2f449ffadc01b9bc1a73a00d26e386493f I hope 😄 Tested with node 16.15.1

Linux distros are slow to add newer versions so it could make it a hassle to install the correct version. Is v9 available in any version of Ubuntu right now?...

Looking at https://packages.ubuntu.com/search?suite=default&section=all&arch=any&keywords=clang-format&searchon=names it appears that clang-format 9 isn't available in Ubuntu yet. If that's correct it's not feasible to require that they install or have it installed already unless...

Oh, I read the (devel) as it not being released yet, sorry about that 😄

I encountered this as well. We really should specify `NO_MODULE` to find_package to get rid of these issues. It's the reason I spent time to make sure all our depends...

Switching to another build system wouldn't make things easier for us. A lot of the work on windows is that we have to write our own build systems because libraries...

I've been thinking a lot about this PR and I thought I wanted this. After testing it I'm convinced that this is the wrong way to go. There are no...

> > It makes the library building experience way worse not supporting multiple configs. > > This is not Kodis fault, Microsoft doesn't let you mix Debug and Release configurations....