-
Notifications
You must be signed in to change notification settings - Fork 8
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
Possible to have more informative error messages? #31
Comments
yes, confirmed error. |
Today I was working on better error handling.
I have released 09-23 today. |
Reopening this because the line:
in a .py file instantly crashes 2024.09.23 |
This only happens with the windows distribution and the error happens in the python3.11.dll |
If one has a very basic Python file such as:
which is loaded in:
Then the last line will generate the error:
WARNING: Ignoring unknown function 'pcurrent_tool' in file gcptest.scad, line 9
which is quite confusing to a naïve programmer --- would it be possible to have the message instead explain that the function was not called correctly?
The text was updated successfully, but these errors were encountered: