rikkimax / Dvorm

An orm for D with Vibe support.
MIT License
17 stars 2 forks source link

Build with no warnings #5

Closed rjframe closed 8 years ago

rjframe commented 8 years ago

Dub defaults to failing on warning, so this fixes the line unreachable warnings by adding a variable to store the return value.

Also fixes dub.json to prevent upgrades for major and minor releases; without it, dub installs a newer mysql-native with breaking changes.

rikkimax commented 8 years ago

Thank you for this. I was going to rewrite it myself but your changes would have been just that.

Please note I am not actively adding features anymore.