Cristian Le

Results 260 issues of Cristian Le

Currently if you run doxygen, it generates various errors like: ``` catch_clara.hpp:81: warning: Detected potential recursive class relation between class Catch::Clara::Detail::UnaryLambdaTraits and base class Catch::Clara::Detail::UnaryLambdaTraits< decltype(&L::operator())>! ``` These and others...

In pytest, `xfail(strict=false)` (default xfail) the tests are run, but the test_suite does not fail if the individual test fails. This is different from skipping tests or negating them in...

`v4` type of branches must be synchronized with the latest tag release, otherwise it is counter to how github actions work. This should be an easy fix on the release...

There are two useful informations that can be extracted from a CMake project - `cmake_minimum_required` - `project(VERSION)` Unfortunately it would not be possible to extract them via json/yaml/toml, but if...

service-badge

https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html I was doing a quick search in the test folder, but I don't quite see the parameter expansion other than default `-`, nor do I see nesting of operations....

enhancement

Hi everyone, Just wanted to let you guys know of 2 projects that could be useful for this project: - [`packit`](https://github.com/packit/packit) - Basically a CI interface for submitting jobs to...

The documentation could use some improvement to point to: - How to cache the containers, venv, etc. - How to re-use the artifacts, e.g. in order to combine the tasks...

I am not sure if this is a bug or documentation issue. Basically I saw [CMake's documentation](https://gitlab.kitware.com/cmake/cmake/-/blob/master/Help/command/file.rst?ref_type=heads&plain=1) that uses `parsed-literal`, and I wanted to port that design to my myst...

question

### Describe the gap in the current documentation Let's say that we want to link to [`sphinx:usage/quickstart#intersphinx`](https://www.sphinx-doc.org/en/master/usage/quickstart.html#intersphinx). Navigating through sphinx's `objects.inv` we find the relative object `std.doc.usage/quickstart` pointing to the...

documentation

### Describe the feature you'd like to request Currently only substitution works for direct expansion of variables. It would be nice to have support for `{% for %}` directives and...

enhancement