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
Add GenericParameters to exec signature.
This change adds GenericParameters to Function.exec. This is currently
unused, but will be used once the genericsTake2 branch is merged in.
This is a backwards incompatible change in general, and extensions will
not be able to recompile with this change in. However, the call sites
for all uses of general exec have been updated to use reflection to fall
back to the old 3 argument version if the new method call fails.
All core classes have been updated, which also necessitated changes to
caller sites in some places as well.
0 commit comments