Closed tmpvar closed 10 years ago
right now if you do display(cube(10).translate(10))
display(cube(10).translate(10))
we should bubble that error up to the editor and show that error message at the correct location.
s(e)
error
methods
net-oce
handle
op_*
Then instead of doing nothing on invalid args, it will show the user what they got wrong! Ideally at the exact character where it all went wrong
right now if you do
display(cube(10).translate(10))
we should bubble that error up to the editor and show that error message at the correct location.
s(e)
instead of throwingerror
method tomethods
(similar to https://github.com/solids/livecad/blob/master/frontend/js/main.js#L93)net-oce
argument hints to not includehandle
onop_*
Then instead of doing nothing on invalid args, it will show the user what they got wrong! Ideally at the exact character where it all went wrong