David Dalcino

Results 91 comments of David Dalcino

Is there anything left to do here? Do we really need to fork `project_options`? Honestly, I don't see a pressing need to do so at the moment. I am tempted...

Whoa, that merge really didn’t work out. I’m not clear on what happened to Visual Studio, and I really wasn’t expecting the template janitor to fire. Any ideas here?

> @ddalcino on gcc Debug build the CI failed to install cmake is anything wrong? That looks like an issue with setup-cpp. Looks like it resolved itself though. If you're...

> @lefticus there are still some pending questions about the user/developer mode. And the combinatorial complexity of all the supported platforms, toolchains etc. Also, it was proposed by @ClausKlein to...

> One of the problems with docker images is that it is hard to lock down all the dependencies, and as the dependencies change for example the .deb files the...

For what it's worth, Kitware's instructions for installing CMake on Ubuntu have changed: https://apt.kitware.com/ Also, for what it's worth, most users can get away with ripping out that whole block...

This is a good idea, but it's trivial to add `ms-gsl/3.1.0` or `gsl-lite/0.37.0` to `CONAN_EXTRA_REQUIRES`.

> Likely caused by: [8358dd9#diff-ad2b60fd0fe67776e1dcc7801bcaeed4934823e3103a9d2ae656073002304eb1R115-R117](https://github.com/jurplel/install-qt-action/commit/8358dd9cdba87272a800a5567000bdc8cc647dd6#diff-ad2b60fd0fe67776e1dcc7801bcaeed4934823e3103a9d2ae656073002304eb1R115-R117) Yes, you are correct. The offending code is here: https://github.com/jurplel/install-qt-action/blob/2b22cf195fa48dc1e494764aa3327355adee76eb/action/src/main.ts#L103-L105 The architecture `android_armv7` exists for most versions of Qt, but it does not exist for...

Good question. I would lean towards using `android` for the special cases of Qt 5.14 & 5.15, and `android_armv7` for all other cases. However, you could make the argument that...

On second thought, maybe it would be more appropriate to have the action run `aqt list-qt` to find out what architectures are available, and pick something from that list. There’s...