Ivan Zrno
Ivan Zrno
**Description** I would like to write BDD tests where the same set of checks is executed for different preconditions to reduce code duplication. Another older issue had the same question...
There is a setting in vs code for clangd: Trace. _Names a file that clangd should log a performance trace to, in chrome trace-viewer JSON format._ I couldn't find any...
Is it possible to disable the cSpell output in the "PROBLEMS" tab in vscode? I only want compiler or static analysis messages in there and I want to see the...
Issue Type: Bug https://github.com/fwcd/vscode-kotlin/issues/35 Extension version: 3.5.0 VS Code version: Code 1.50.0 (93c2f0fbf16c5a4b10e4d5f89737d9c2c25488a3, 2020-10-07T06:10:52.432Z) OS version: Windows_NT x64 10.0.18362 System Info |Item|Value| |---|---| |CPUs|Intel(R) Xeon(R) CPU E3-1240 v6 @ 3.70GHz...
I am using mold to build my unit tests locally and everything is working fine. The cross-compiler we use has recently been updated to the 12.2.1 version of GCC. When...
When building embedded firmware printing the memory usage is often very beneficial. When I try to use mold with the `arm-none-eabi-gcc` compiler with the flag `--print-memory-usage` I get the error...