Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Feature or enhancement
Currently, on instantiating a type with an undefined abstract property named "name" we get the following error message:
TypeError: Can't instantiate abstract class IndexNode with abstract method nameThe name could be confused as a part of the sentence itself. It must be highlighted, most likely by surrounding the method names with single-quotes
Pitch
Could be implemented via a nondisruptive patch that would edit just the error message inObjects/typeobject.c
Previous discussion
A reference implementation was discussed at#97971.