sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Drop compatibility for anything less than v2.092 #429

Closed Geod24 closed 3 years ago

Geod24 commented 3 years ago
Since we want to drop support for dmd-transitional,
we need to settle on the minimum supported version of DMD.
Due to the various deprecations and some codeggen bugs in -O -inline,
only v2.092.0 and higher is able to compile our code correctly.

Additionally we now only test on bionic instead of xenial,
and reduced coverage to only the latest version of the compiler.

This comes as a replacement of #405 . In it, @daniel-zullo-sociomantic mentioned a codegen bug which was fixed in v2.089.1.