newspeaklanguage / newspeak

Newspeak is a live object-capability language in the Smalltalk tradition
https://newspeaklanguage.org/
Other
132 stars 11 forks source link

IDE should protect itself against buggy user views and print methods #93

Open gbracha opened 3 years ago

gbracha commented 3 years ago

User code can contribute object views to inspectors, and user printString methods are used in inspectors as well. The IDE needs to trap these to avoid crashes.

gbracha commented 1 year ago

Now that the IDE always goes to the debugger on crashes, this is less critical.