ohmu / poni

poni - a systems configuration software
http://melor.github.com/poni/
Apache License 2.0
44 stars 18 forks source link

Poni should not allow null settings #43

Open saaros opened 10 years ago

saaros commented 10 years ago

Poni enforces datatypes on its settings meaning that you can't ever change a setting's datatype. This is problematic with settings that default to null as the only acceptable value in NoneType is None.

Poni should raise warnings or errors when they are used, there's no good reason to allow them.