chrisosaurus / dodo

scriptable in place file editor
MIT License
4 stars 1 forks source link

repl parser error handling #17

Closed chrisosaurus closed 9 years ago

chrisosaurus commented 9 years ago

the repl added in #15 doesn't check the output from parse before running execute, it may be worthwhile skipping execution if the parse step failed.

we also need to look at what kind of feedback the repl should provide in the case of error, even a simple 'an error occurred during the step' should suffice.

chrisosaurus commented 9 years ago

Also closing this as it was addressed in #19 thanks again @phillid