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
Fix issue #4191: The spec should warn against using mixin(__FUNCTION__)
The text of the warning pretty much says it all. mixin(__FUNCTION__) is
an unreliable way to get a function's symbol and should not be used -
but it seems to be a common solution to the problem given that we don't
currently have a way to get at the symbol directly. So, this adds a
warning against using mixin(__FUNCTION__) and explains how to do it in a
reliable way instead.
0 commit comments