jonathanperret / paysage

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

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

Closed jonathanperret closed 6 years ago

jonathanperret commented 6 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.