-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typechecker:handle_type_error({type_error,bin,0,... #75
Comments
Also, this is failing because it's unable to cast a binary of an asterisk |
If I pass the
Line 0 is quite wrong as well, and type |
Thanks for the bug report! We will want to fix this one as part of #59. |
It seems binary types are not being handled by the type error path? So should be a simple fix. Although the fact that the binary is not passed in like it is for strings/charlists seems odd? Also
typelib:pp_type(Ty)
does not seem to add the remote module name to the type so I just get something liket()
instead oftest_path:t()
or so, and with how commont
is as a type name that's not terribly helpful, plus just seeingt
isn't really helpful either, it would be nice to get a list of types drilled down. :-)The text was updated successfully, but these errors were encountered: