Florian Wolters
Florian Wolters
I've just played around with v0.1.0-rc and the problem still exists. The parser should work similar to documentation generators such as `javadoc` and `doxygen`, i.e. a line break without a...
I've just tried to get Compiler Explorer up and running on my Windows 11 machine using both MSVC (MSVS 2022) and Clang (from LLVM). It works, except that I am...
> The `group.clang.compilerType=clang` will not work for clang on windows. You should use `compilerType=win32` in this case. > > Or perhaps better is to use the changes that were recently...
Thanks for your replies. > You might be able to set it in `group.clang.options=` I've changed my .properties line as follows: group.clang.options=-Xclang -fuse-ld\=lld -finclude-default-header That indeed changes the linker to...
Alright. I've expected something as this. I don't know of any RYM guidelines. > i believe rounded track lengths are preferred for db entries Can you provide a link for...
Yes, I will create a PR tomorrow. Ah, I see: https://github.com/zeromq/libzmq/pull/2295 seems to implement exactly what I mean: The modern CMake-Package approach as described in the link posted by myself.
Sorry, I totally forgot this one. The MinGW 6.3.0 build seems to work now in the `develop` head, but the VC 14.0 build fails with another error now. Sadly I...
Can this be merged please? The warning is still occuring with v2.1.0: [INFO] --- license:2.1.0:download-licenses (download-licenses) @ hello_world --- [WARNING] There were 0 download errors - check the warnings above
I can't exactly confirm the stacktrace in the OP with Apache Maven v3.9.2 and "license-maven-plugin" v2.1.0, but I also get a NPE if creating a Maven Site with the following...
I agree with @arvidn, getting rid of the non-const `get` function leads to cleaner code, imo. Strong types should not be mutable by directly setting the value of the underlying...