COLAMAroro

Results 6 issues of COLAMAroro

Criterion version: 2.3.3 OS: Fedora 30 Compiler: GCC 9.2.1 ```c #include #include #include static void skip(void) { cr_skip_test("Minimal skip"); } TestSuite(c, .init=skip); Test(c, should_skip, .signal=SIGSEGV) { strlen(NULL); } Test(c, should_skip_too)...

Bug

**Describe the bug** When re-drafting a tweet when someone has been explicitly unchecked for mentions, the new draft comes back to it's default about recipients **To Reproduce** Steps to reproduce...

bug

Visual Studio offers cross-platform compilation using CMake, and offers to use a WSL Distribution as a running and debugging environment. While Ubuntu and Debian (from the Windows Store) works as...

help wanted
testing
triagle

Remove a non-standard suffix on a floating-point literal, causing build failures on clang/LLVM fixes #504

### Expected behavior The module should build without any issue ### Actual behavior The module fails to build, with the following error message ```log cpu_usage2.c:127:25: error: invalid suffix 'D' on...

### What version of Bun is running? 1.0.26-canary.51+2264bb3d0 ### What platform is your computer? Microsoft Windows NT 10.0.22631.0 x64 ### What steps can reproduce the bug? Install the official [Bun...

bug
vscode
windows