yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Code generator should probably warn if you pass it unrecognized options #183

Closed jdkoren closed 8 years ago

jdkoren commented 8 years ago

Since the code generator accepts options that modify the behavior of plugins, it would be useful if options that are unrecognized print a warning during builds. This would make it apparent if an option is extraneous, has a typo in it, or similar.

Note that code generator plugins could also accept options that are unknown to squidb; perhaps the plugins themselves can report the options they accept.

sbosley commented 8 years ago

Closed by #203, nice work @jdkoren!