[erlang-bugs] R15B03 PLT three unknown types
Björn-Egil Dahlberg
wallentin.dahlberg@REDACTED
Thu Nov 29 20:53:52 CET 2012
Type spec fix written - will be out later.
// Björn-Egil
2012/11/29 Tuncer Ayaz <tuncer.ayaz@REDACTED>
> Building a fairly complete PLT for R15B03 Dialyzer correctly reports
> three unknown types:
>
> Unknown types:
> ct:hook_options/0
> inet:host_name/0
> ssl:sslsock/0
>
> Grepping the tree for the types:
>
> lib/common_test/src/ct_netconfc.erl:
> -export_type([hook_options/0,
> lib/common_test/src/ct_netconfc.erl:
> -type hook_options() :: [hook_option()].
>
> lib/common_test/src/ct_netconfc.erl:
> -type host() :: inet:host_name() | inet:ip_address().
>
> lib/diameter/src/transport/diameter_tcp.erl:
> {socket :: inet:socket() | ssl:sslsock(), %% accept or connect socket0
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://erlang.org/mailman/listinfo/erlang-bugs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20121129/037c0197/attachment.htm>
More information about the erlang-bugs
mailing list