aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-11-30 16:07:17 -0500
committerKevin O'Connor <kevin@koconnor.net>2016-11-30 21:20:09 -0500
commit17dcb4275246a3826766d2b102b26ad6b3e931a6 (patch)
tree73e1e029f6216ff0e9a958574d288d7e5d7dd709 /docs
parent2f97b2d7c250d4612654824633122b63d917a937 (diff)
downloadkutter-17dcb4275246a3826766d2b102b26ad6b3e931a6.tar.gz
kutter-17dcb4275246a3826766d2b102b26ad6b3e931a6.tar.xz
kutter-17dcb4275246a3826766d2b102b26ad6b3e931a6.zip
klippy: Validate that options in the config file exist
Check that all options specified in the config file are valid. This catches possible typos and spelling errors in variable names that have a default. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Todo.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/Todo.md b/docs/Todo.md
index 74c6790a..b634c173 100644
--- a/docs/Todo.md
+++ b/docs/Todo.md
@@ -4,18 +4,10 @@ features still to be implemented. In no particular order:
Host user interaction
=====================
-* Improve error reporting:
-
- * Improve error checks on config file values. If a parameter is
- incorrect or missing a more friendly error message should be
- presented to the user.
-
- * Warn on any unused config settings (to catch spelling errors or
- fields defined in an incorrect section).
-
- * Find a better way to report errors. Octoprint sometimes doesn't
- highlight an error (one has to look in the terminal tab to find the
- error) and errors written to the log can be non-obvious to a user.
+* See if there is a better way to report errors. Octoprint sometimes
+ doesn't highlight an error (one has to look in the terminal tab to
+ find the error) and errors written to the log can be non-obvious to
+ a user.
* Improve startup: