Closed MoritzMaxeiner closed 8 years ago
Wow removing 1.1K lines. That's a great cleanup! But doesn't this mean you temporarily loose ldc stable support? Afaict the latest ldc version ships with 2.071, but it's still in beta.
For backwards compatibility it would probably require a __VERSION__ >= 2071
at first, I use 2.070 myself still because my production-level project isn't ready for 2.071 yet due to some regressions in win64 that I haven't addressed yet
It's possible that this would work with 2.070, I'd have to check
$ dub test --compiler=ldc2
runs fine for me, so I believe they may have been added earlier. I'll have a look.
Oh I completely forgot that the unit tests covered all the way down to 2.068. OK Thanks for this!
Remove everything that is shipped with druntime 2.071. Sadly, there still seem to be some things (like
SO_REUSEPORT
) to be missing (meaning this module is not yet obsolete).