Gleb Mazovetskiy
Gleb Mazovetskiy
There is this closed (unmerged) ZeroTierOne PR that adds ARM support: https://github.com/zerotier/ZeroTierOne/pull/1837 Perhaps we should update to the latest libzt / ZeroTierOne first and see if it fixes the issue
Error: > Source/multi.cpp:647:57: error: cannot pass non-trivial object of type 'devilution::int32_net_t' (aka 'endian_int') to variadic function; expected type from format string was 'int' [-Wnon-pod-varargs] app_fatal("Invalid size of game data: %d",...
Looks like `if constexpr` is not supported on GCC 6 at all
I'd need to play test this to have an opinion -- it's hard to say
@stefanmielke Not in particular, but I think a few people who use controllers should playtest this before we merge it in. If it's simply better, don't think we need a...
It's entirely static analysis, so you can also just run it using MRI, even if your app uses JRuby.
I'll push a release after a week or two have passed, to let potential bugs get discovered.
v1.0.14 is now out! Release was somewhat delayed due to another unrelated bug.
We may want to consider adding jruby to the test suite to prevent regressions.