500-internal-server-error
500-internal-server-error
In the meantime I learned that the `LF` and `^D` behavior of `cat` on Windows is entirely due to Cygwin's `cygwin1.dll` and MSYS2's `msys-2.0.dll`, deep in the Unix environment emulation...
Hi, I'm not sure what you're actually looking for - the console doesn't show anything, and I'm not sure I know what is sensitive information that I'd want to censor...
+1, would love the additional flexibility - e.g., sometimes I like to do `case X: assignvar = 3; break;` or `case Y: callfunc(3); break;` which unfortunately counts as more than...
I've added the results for running `cmake ..` above. Enabling big objects and disabling tests against `std::filesystem` has also fixed the problems for me, thanks.
Nevermind, it seems it's still a problem from MSYS2 CLANG64. `-Wa,-mbig-obj` is not an argument for LLVM/Clang it seems: ``` clang++: warning: argument unused during compilation: '-Wa,-mbig-obj' [-Wunused-command-line-argument] ``` Along...
> Well, that is quite a difference, you reported it doesn't build with MinGW (which is a GCC), but you actually want to build with MSYS2-CLANG? I am trying to...
It seems the `#pragmas` don't catch Clang, only GCC. Fixing those fixes building on MSYS2 CLANG64. Also had to add more `#pragmas` around places to bypass the stuff Clang catches...
Hello, I'm still having problems with mixing this plugin with [my ESLint flat config](https://pastebin.com/JzngSy9M). [The fork mentioned in the OP](https://github.com/TomerAberbach/eslint-plugin-import/commit/05a9115f2209817bc643230831482b41c1913f12) seems to be a bit old. Is there any way...
For now I have a [`PKGBUILD` here](https://github.com/500-internal-server-error/aur-msys2/blob/main/mingw-w64-rustup/PKGBUILD), mostly taken from Arch with some modifications to better fit in MSYS2 (notably replacing symlinks to multicall binaries with hardlinks, to maintain the...
https://github.com/msys2/MINGW-packages/pull/20989 has been merged, this issue can be closed.