sociomantic-tsunami / dlsproto

Distributed Log Store protocol definition, client, fake node, and tests
Boost Software License 1.0
3 stars 18 forks source link

Drop compatibility for anything less than v2.092 #127

Closed Geod24 closed 1 year 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.

Again, this will go red until we fix Swarm.

Geod24 commented 1 year ago

Good to go: https://github.com/Geod24/dlsproto/actions/runs/3169079725