sociomantic-tsunami / swarm

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

Deprecate FieldSizeSum template #382

Closed gavin-norman-sociomantic closed 5 years ago

gavin-norman-sociomantic commented 5 years ago

Puh... weird build failures with dmd 2.078:

/tmp/.rdmd-2000/rdmd-main.d-6459E5EBE73EA008484AF341F7B4ABB8/objs/test-client_auth.o:(.data.rel.ro+0x15e8): undefined reference to `_D15integrationtest3neo6common3Get12__ModuleInfoZ'
collect2: error: ld returned 1 exit status

If I copy the SizeofTuple template into swarm, rather than importing it from ocean, the builds pass.

gavin-norman-sociomantic commented 5 years ago

Added a workaround commit to fix the weird build problems.