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
"We cannot just do a super call to value:during: because the GS implementation does not return a result value and also does not produce an error when the dynamic var was not found."
3
+
| phasOldValueoldValueresult |
4
+
"Implementation cannot send a supercall to value:during: because:
5
+
- this method needs to return the value
6
+
- the defaultValue may not be invoked here to support throwing errors as defaultValue
7
+
- nil may not remain installed as the default value once the block has finished running"
0 commit comments