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
Interesting. The record definition is not available in the module, but it shouldn't have to be. is_record/3 shouldn't look up the record. It should just check if it's a tuple with the right size and the first element is the record name.
Josef tried to distinguish between tuples and records, but it's not really possible in situations like this.
A minimal repro:
The text was updated successfully, but these errors were encountered: