Veikko Immonen
Veikko Immonen
The `terminated` member in `_zloop_t` is only used in `zloop_timer_end` to check whether the timer can be removed immediately or via the zombie list. The `terminated` member is initialized to...
If using an `action()` to convert the input values into custom data types, the default value poses an issue when using `choices()`. `m_choices` is a `vector` so the default value...
Previously, the only way for the user to get a list of allowed choices was to run the command with an incorrect choice. This commit adds the list of allowed...
I don't have any experience in developing VS Code extensions so I don't even try to make a proper patch, but I found out that here: https://github.com/microsoft/vscode-cmake-tools/blob/406216a5309d5d5997b8567c0fb98c04bbf563e2/src/debugger.ts#L219 the `compilerPath.replace` operation...