Patrick Quist
Patrick Quist
One other thing we've been thinking of was to refresh the discovery nightly after installation (for the current version), but that would still not be a guarantee to the new...
> Is there a CDN somewhere in the project? If there is, we could set up version metadata caching with eTags and it could be updated on demand only when...
It might cause issues, but it could be that those were solved by some other change. The main issue is a different one, namely that it might cause the remote...
Sorry I didn't clarify. The point is that the MSVC servers are quite unstable at times, but they still usually work again after a couple of tries. But when the...
This is interesting info, thanks. Though the options are not really chosen by us as you might think. They are usually/sometimes based on popular arguments used by users in the...
The more info the more excellent! but how can a computer interpret this excellence, that is the question. So if we do /? and interpret the lines -> how can...
right its more about that currently the sorting is based on keywords like 'optimization', but maybe 'maximum' should count +1 and speed +1 ? https://github.com/compiler-explorer/compiler-explorer/blob/master/lib/compiler-arguments.js#L94
> @partouf Is it possible just to display all of the help there? No, there's just not enough UI space, but we did recently add this https://github.com/compiler-explorer/compiler-explorer/pull/3597 Which adds the...
I recently added support for TurboC using Dosbox https://github.com/compiler-explorer/compiler-explorer/blob/main/docs/TurboC.md, but I was not able to add support to execute the resulting executable because the dos binary could not be objdumped...
So these are 2 separate issues: * MSVC not having LLVM installed correctly? We can check this. I think it's configured correctly (https://github.com/compiler-explorer/infra/blob/main/windows/msvce-config.json#L208), but in the vcpkg/installed folder that I...