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
Traced::Routine takes a rather gory approach to wrapping routines, a compile-time only form of changes to Routine.wrap from Rakudo that didn't persist, but allowed multis to be wrappable from traits. This poses a problem with upcoming dispatch changes; once they land, Traced::Routine should depend on Routine.wrap instead.
The text was updated successfully, but these errors were encountered:
Traced::Routine
takes a rather gory approach to wrapping routines, a compile-time only form of changes toRoutine.wrap
from Rakudo that didn't persist, but allowed multis to be wrappable from traits. This poses a problem with upcoming dispatch changes; once they land,Traced::Routine
should depend onRoutine.wrap
instead.The text was updated successfully, but these errors were encountered: