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
nuk_user_session.erl:30: Invalid type specification for function nuk_user_session:new/0. The success typing is () -> #{'user':=#{}, 'username':='anonymous'}
Indeed, the opaque session() type defines username => string(), and we are setting an atom.
The text was updated successfully, but these errors were encountered:
Per dialyzer:
Indeed, the opaque
session()
type definesusername => string()
, and we are setting an atom.The text was updated successfully, but these errors were encountered: