You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current addType API, when applied to 3rd party classes, requires monkeypatching the 3rd party classes. It would be nice to devise an API for registering a full set of CustomType callbacks that would apply on a type. The library could still monkeypatch as a matter of implementation, but perhaps using Symbols so it cannot conflict with existing symbols.
The text was updated successfully, but these errors were encountered:
The current
addType
API, when applied to 3rd party classes, requires monkeypatching the 3rd party classes. It would be nice to devise an API for registering a full set ofCustomType
callbacks that would apply on a type. The library could still monkeypatch as a matter of implementation, but perhaps usingSymbol
s so it cannot conflict with existing symbols.The text was updated successfully, but these errors were encountered: