Skip to content
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

Warn users using alert() in case of compilation errors #491

Open
kortenkamp opened this issue Sep 25, 2016 · 1 comment
Open

Warn users using alert() in case of compilation errors #491

kortenkamp opened this issue Sep 25, 2016 · 1 comment
Assignees

Comments

@kortenkamp
Copy link
Member

It is a fatal error if CindyScript cannot be compiled, so it makes sense to emit this message through an alert() and not only on the cs- oder JavaScript-console, as the webpage will not behave as expected (or rather: it will behave not at all).

@gagern gagern self-assigned this Sep 26, 2016
@gagern
Copy link
Member

gagern commented Sep 26, 2016

or rather: it will behave not at all

With static geometry and perhaps some of the scripts compiling fine, chances are that the thing looks properly initialized at first glance, making lack of response for some interaction all the more surprising. We've had such situations already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants