sociomantic-tsunami / ocean

General purpose, platform-dependent, high-performance library for D
Other
61 stars 56 forks source link

[v6.0.0] Drop compatibility for anything less than v2.092 #837

Closed Geod24 closed 4 years ago

Geod24 commented 4 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.

As was already done in the nodes, and will be done in the protos / swarm once the deprecation is fixed.

codecov[bot] commented 4 years ago

Codecov Report

Merging #837 into v6.x.x will decrease coverage by 0.53%. The diff coverage is n/a.