Roberto Turrado Camblor
Roberto Turrado Camblor
…_SQLITE_STD_OPTIONAL_SUPPORT in order to use null values via std::optional with a C++17 (or later) compiler.
Hi! I believe I'm following exactly the same steps in these two workflows: https://github.com/rturrado/the_modern_cpp_challenge/tree/unixlike-builds/.github/workflows - Running on an `ubuntu-22.04` runner. - Updating, upgrading, installing `gcc` 12. - Checking out my...
I've just commented out the unused parameter as I've seen you do in other parts of the code, with `/*variableName*/`.
Hi there! I have this project, [libqasm](https://github.com/QuTech-Delft/libqasm), which is doing: ``` def build_requirements(self): self.tool_requires("tree-gen/1.0.6") ``` at `conanfile.py`. Later on, at `CMakeLists.txt`, it tries to find a package, and a binary...
Hi all, Sorry if this question doesn't belong here. I believe the CLion's conan plugin uses cmake-conan (as stated [here](https://blog.conan.io/introducing-new-conan-clion-plugin/)), but this may well be more an issue of the...
In order to do this, the `assets.yml` GitHub Actions workflow needs to be working properly.
With the same format Olaf implemented for QX simulator.
This PR can never go into develop since this branch is completely hacky. It just contains the necessary changes for the Quantum Inspire people to do their integration test. It...
Current build line looks something like: ``` conan build . -s:h compiler.cppstd=23 -s:h openql/*:build_type=Release -o openql/*:build_tests=True -o openql/*:disable_unitary=True -b missing ``` As a result of the conversation for this [issue](https://github.com/conan-io/cmake-conan/issues/565)...
- `Python/MacOS` job is part of the GitHub Actions `test` workflow. - I've observed from a few weeks ago that `test/v1x/python/test_condex.py` fails to finish very often. - I wonder if...