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
Updated tests to not use tuple function applcation.
OTP 21 removed erlang:apply/3's ability to take a tuple as the first
argument, so the tests that used the functionality have been refactored to
no rely on it. the functionality is now tested behind an ifdef/if >= for
the otp version 21.
0 commit comments