swaldhoer

Results 14 issues of swaldhoer

Often in projects each test spot has a different person/entity in the lead. For the individual planing it would be beneficial if one could highlight this in the GANTT. I...

I think it would be good if one could specify the included/excluded files in the same way as black does it: ```toml [tool.isort] include = '\.pyi?$' extend-exclude = ''' /(...

# Problem I cannot build the most simple packages using flit, e.g., [flit_core/flit_core/tests/samples/with_data_dir](https://github.com/pypa/flit/tree/048c87c380ac41efc4b26222114e54f6581c64f6/flit_core/flit_core/tests/samples/with_data_dir). The reason ist, that ``pip install .`` is failing. ## Details ### Versions ```pwsh PS C:\Users\stefa\Documents> [System.Environment]::OSVersion.Version...

The ``Clang Power Tools`` project has the nice feature to download and install multiple versions of LLVM side by side on Windows, which is not supported by the default LLVM...

I took me something like 20 minutes to realize why the test case   ```c extern void testMyTest(void){} ```   wouldn't run although on first sight it looks like it fulfills the...

It would be good if `Ceedling` would provide the short SHA in the version identifier, at least for `Ceedling` and in the best case also for the vendored dependencies, i.e.,...

# State of the Documentation and Infrastructure The entire Ceedling documentation resides as MarkDown and PDF in the repository under the ``docs`` directory. The PDF format is used because [*"we...

For a function like this ```c MyFunction( void *bla, ) { /* */ } ``` CMock create a mock like this: ```c #define MyFunction_ReturnThruPtr_bla(bla) \ MyFunction_CMockReturnMemThruPtr_bla(__LINE__, bla, sizeof(void)) /* ^^^^^^^^^^^^^...

I think, it would be very nice to have a *dry run* option, to see what commands ceedling would run.

Thanks for the effort and the hard ground work of build and packaging `clang-format` for so many platforms. As you are already doing all the heavy lifting when building `clang-format`...