[erlang-bugs] typo in R14B03 ssl.erl
Joseph Wayne Norton
norton@REDACTED
Fri May 20 12:44:55 CEST 2011
Hello.
There is a typo in the R14B03 ssl.erl module.
"proplist:property()" should be "proplists:property()" ... correct?
https://github.com/erlang/otp/commit/adcf5eb5f43ed83a0bb9aacdffa155c0b02ed0c3
I noticed this issue when building a new dialyzer PLT for R14B03. See the
"$(PLT):" make target in Makefile
(https://github.com/hibari/hibari/blob/master/Makefile).
Unknown types:
proplist:property/0
done in 30m0.46s
done (warnings were emitted)
make: *** [~/.dialyzer_plt.R14B03] Error 2
$ find otp -name "*.erl" -exec grep 'proplist:property()' {} \; -print
-spec setopts(#sslsocket{}, [proplist:property()]) -> ok | {error,
reason()}.
~/otp/lib/ssl/src/ssl.erl
thanks,
Joe N
--
norton@REDACTED
More information about the erlang-bugs
mailing list