sociomantic-tsunami / swarm

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

Remove versioned code from Reopenable ClientStats test. #252

Closed nemanja-boric-sociomantic closed 6 years ago

nemanja-boric-sociomantic commented 6 years ago

The ClientStats/ReopenableFilesExt integration tests contains the static if (hasFeatures!(ocean, 3, 6)) branch to use ReopenablerFilesExt.reopenFile method which exists from ocean v3.6.0. This is needed as the v4.x.x major of swarm supports it. This can be removed in swarm v5.0.0.

gavin-norman-sociomantic commented 6 years ago

(Due to the inclusion of the keyword "deprecated", this will be caught in #235 ;)

nemanja-boric-sociomantic commented 6 years ago

Fixed in #252.