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
If you have two :before methods that are both applicable but neither one is dominant over the other, the order they are applied is indeterminate. This matters for the threading method combinations because they can transform the value. :around methods can transform the value for the CLOS method combination as well (are we already erroring for :around methods?).
We should either error like we do for ambiguous primary methods or at least log a warning (probably just once)
The text was updated successfully, but these errors were encountered:
If you have two
:before
methods that are both applicable but neither one is dominant over the other, the order they are applied is indeterminate. This matters for the threading method combinations because they can transform the value.:around
methods can transform the value for the CLOS method combination as well (are we already erroring for:around
methods?).We should either error like we do for ambiguous primary methods or at least log a warning (probably just once)
The text was updated successfully, but these errors were encountered: