Daniel Ludwig
Daniel Ludwig
I have to backup @quasar-pankaj here - at least _some_ of the options do not seem to have any effect. - `quickfix.auto_close_when_success = false` doesn't work for me. It always...
Oh, I totally missed this. Why GitHub doesn't make me _watch_ my own repositories by default? Yes, the plan is to publish both crates eventually. I'm just not sure about...
> I think the issue with Java can be worked around, in SharedLibraryLoader.java, if the path is checked for non-ascii characters before being fed into System.load() Yeah, but SharedLibraryLoader isn't...
> What we can do perhaps, is skip tests on MSVC by preseeding the cache. If that's possible, it would be a nice QoL change. In my current setup, the...
A huge speedup, and seems to work for me just fine. I don't think pre-seeding the COMPILER_SUPPORTS_xxx flags works though. Not sure what's wrong, but it looks like CHECK_CPU_ARCHITECTURE_X64 is...
Not the same warning, and a different compiler, but #119 changed the type of `CLAY__ELEMENT_DEFINITION_LATCH` to `uint8_t`, which triggers `C4365: '=': conversion from 'int' to 'uint8_t', signed/unsigned mismatch` when compiling...
C4365 is a level 4 warning. I've edited my previous comment. You are right about std library code. I usually `#pragma warning(push/pop)` if needed. But CLAY() macros live in scope...
Sonatype is deprecating that OSS repository/backend, and forces everyone to migrate to their new repository. old: `https://oss.sonatype.org/content/repositories/snapshots` new: `https://central.sonatype.com/repository/maven-snapshots/` Looks like they now pulled the plug on the old one,...
I re-deployed the snapshot version, and pushed a `1.10.0` release version. Can you check if it works for you? It's the first release I deploy after that Maven Central change,...