Thomas Nilefalk
Thomas Nilefalk
This bundle was exactly the combination I was looking for! Unfortunately I get some build errors: ``` 08:17:38 react.1 | > [email protected] start /home/thoni/Utveckling/epmd 08:17:38 react.1 | > if-env NODE_ENV=production...
I'm looking to watch all C files but ignore Emacs lock files. E.g. file.c # should match .#file.c # should not match I've tried various patterns, but as far as...
On Windows with WSL2, a loaded valid file, does not render if that file is from the "WSL side". - The file is loaded by the browser, so it is...
Currently `learning_mocks` are collected and reported when constraints are tallied, i.e. at the end of the test. This makes any learned calls not printed if the test fails with an...
The helper scripts in `tools` are used when running tests: - `cgreen_runner_output_diff` - `cgreen_xml_output_diff` They use `#!/bin/bash` which is not available automatically everywhere (such as on Alpine, #299).
I often get bit by the issue that the data pointed to when calling `will_set_contents_of_parameter(, pointer_to_data, length)` has to be retained until the actual call to the mock. This _is_...
Sometimes it is hard to figure out which calls to mocks did fail. Especially if you have a long sequence of calls to functions like `getChar()` or similar, a trace...
Homebrew is a popular package manager for MacOS. `Cgreen` should be a part of that for ease of use in that environment. brew install cgreen
In environments where it is not possible or practical to use the `cgreen-runner` it is still possible to avoid the manual labour of keeping your driver code updated when you...
Cgreen should supply a `cgreen.pc` file to support use of [`pkg-config`](https://www.freedesktop.org/wiki/Software/pkg-config/) where available.