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
redbug doesn't seem to like tuple_size/1 in guards. It can be fixed in redbug itself or as a workaround in Rexbug, converting tuple_size(x) == y to is_tuple(x) and size(x) == y.
The former is probably the correct thing to do, the latter is probably much convenient to do right now.
The text was updated successfully, but these errors were encountered:
redbug
doesn't seem to liketuple_size/1
in guards. It can be fixed in redbug itself or as a workaround in Rexbug, convertingtuple_size(x) == y
tois_tuple(x) and size(x) == y
.The former is probably the correct thing to do, the latter is probably much convenient to do right now.
The text was updated successfully, but these errors were encountered: