msoucy / dproto

D Protocol Buffer mixins to create structures at compile time
Boost Software License 1.0
37 stars 16 forks source link

Add missing isArray symbol import to dproto.attributes #76

Closed WebDrake closed 8 years ago

WebDrake commented 8 years ago

isArray is used in dproto.attributes without having been imported from std.traits. For whatever reason this does not trigger any problems when dub test is used, but it certainly shows up when trying to build a dub project using dproto as a dependency!

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 74.818% when pulling 8fce01435edd418d44d2437d4ae4ff15b2f24ef7 on WebDrake:fix-isarray-import into c2b05847b6ecb499d48fd19cbe70c3daf86cca6c on msoucy:master.

WebDrake commented 8 years ago

Thanks very much! Any chance of a v2.0.1 release to get this fix in?

msoucy commented 8 years ago

Sorry, didn't comment. Made the release that day

WebDrake commented 8 years ago

Thanks again! :-)