jonathanperret / paysage

Paysage is a visual shared playground for code.
http://paysage.xyz
GNU Affero General Public License v3.0
19 stars 8 forks source link

Intercept runtime errors in draw() to better attribute them #95

Closed jonathanperret closed 7 years ago

jonathanperret commented 7 years ago

We now wrap the user's draw() function to catch any error, report it attributed to the correct code object, and stop the sketch.

The renderer was reorganized a bit to make it amenable to automated testing.

Fixes #81.