-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modes error #7
Comments
Hi Tomas, you are right, it is nice to have a deeper use-errors catching... I will try to implement such a feature tomorrow. Thank you for your help! |
Hi Tomas, I have just uploaded a modified version that try to provide a more clear error message when typo in the modes name is inserted. As an example, if you try to build the cumbersome example with the following command
you will obtain (in bold character) the following error message
Is this the feature you request? |
Thank you, this is exactly what I asked for. I do however find the "-)" a bit confusing, I think this is a very unusual way of indicating list items, and if it is a simple change I would prefer either "->" or plain "-", but it is not a real problem. |
Nice suggestion, I have opted for a plain "-". See you soon. |
Looks nice! |
Hello Stefano,
when I try to build and make a typo in the mode name, there is no proper error handling, I'm just handed an stack trace and told that the section is missing.
It seems like it would be good to have something that catches this error and tells the user they entered the wrong mode name instead.
Thank you for your nice builder!
The text was updated successfully, but these errors were encountered: