salmans / Razor

5 stars 0 forks source link

Redirect user to "Incomplete Mode" when an incomplete model is returned #44

Closed thedotmatrix closed 9 years ago

thedotmatrix commented 9 years ago

(in feature/repl-interaction; soon to be in razor) Right now, the Model mode implicitly checks for a next model before transitioning to a model dependent mode. This mode (or another implicit mode) should check for an incomplete model, and stop the user before going forward. It should explain the incomplete issue and allow for configuration changes to either ignore the problem, or re-run the chase in hopes of getting a complete model.

thedotmatrix commented 9 years ago

duplicate of #23 - closing