schveiguy / io

Core I/O functionality
Boost Software License 1.0
25 stars 9 forks source link

Remove manual File.opAssign #48

Closed MoonlightSentinel closed 3 years ago

MoonlightSentinel commented 3 years ago

The bug requiring it was fixed already and the current implementation violated DIP1000 (but was not detected due to another bug...).


Blocking dlang/dmd#12260

MoonlightSentinel commented 3 years ago

CI failures seem unrelated(?)

schveiguy commented 3 years ago

Ugh, this is the issue with CI's set up by others that I don't understand.

schveiguy commented 3 years ago

I tried to restart the build, it won't let me on Travis, have no UI to do so on AppVeyor. Maybe a force-push?

MoonlightSentinel commented 3 years ago

@schveiguy Done

schveiguy commented 3 years ago

Thanks

schveiguy commented 3 years ago

I don't need a release for this, right? buildkite works with master?

MoonlightSentinel commented 3 years ago

BuildKite uses the latest tag IIRC.

schveiguy commented 3 years ago

Tagged a new release.

MoonlightSentinel commented 3 years ago

Thanks!