sociomantic-tsunami / swarm

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

Fix variable shadowing + other compiler warnings #418

Closed don-clugston-sociomantic closed 4 years ago

don-clugston-sociomantic commented 4 years ago

There are a couple of instances of foreach variable shadowing, a missing return annotation, and some D1-style in operators which need D2 replacements.

After these changes, when my ocean fixes are merged, swarm unittests compile cleanly on dmd 2.092 beta, with the exception of the two 'escaping variable' issues which I created an issue about.