sociomantic-tsunami / swarm

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

Remove usage and mentions of `ocean.stdc` #420

Closed Geod24 closed 4 years ago

Geod24 commented 4 years ago

All the functions and symbols used here have long been in druntime and can be used instead of the thin wrapper in ocean.

don-clugston-sociomantic commented 4 years ago

./src/swarm/neo/client/RetryTimer.d(17): Error: module string is in file 'core/sys/posix/string.d' which cannot be read

Should that be core.stdc.string ?

Geod24 commented 4 years ago

No, the module is too recent (2.089): https://github.com/dlang/druntime/commit/a2a88cf05cccbf70e7a1df167d28a45b827da5d4#diff-da1264dc2f78bd6c9e7fe0b1508f932f

Geod24 commented 4 years ago

Well actually it seems to be only using strerror so I'll try core.stdc.string

Geod24 commented 4 years ago

Ping @don-clugston-sociomantic

don-clugston-sociomantic commented 4 years ago

LGTM