<div dir="ltr">Hi!<br><div class="gmail_extra"><br><div class="gmail_quote">2017-05-12 5:52 GMT+02:00 getonga <span dir="ltr"><<a href="mailto:getonga@qq.com" target="_blank">getonga@qq.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>I compile the 20.0-rc1, and build the doc myself. And I learn that gen_fsm module is deprecated. When compiled the source code, an error will be occured:</div><div>Warning: gen_fsm:start_link/3 is deprecated and will be removed in a future release; use gen_statem:start/3</div><div>Or something else.</div><div><br></div><div>When I look into the doc, the gen_fsm module's all function docs are deleted, and I check the doc source, it is modified.</div><div><br></div><div>But I think the function doc should be remaind, there are still a lot of projects using gen_fsm. When we look into doc, we can get the function meaning as before.</div><div>Just like the module random. The random module is deprecated, but the function docs are not deleted,  we can still refer to it.</div><br></blockquote><div><br></div><div><br></div><div>The docs for gen_fsm are still available at <a href="http://erlang.org">erlang.org</a>, and will be also after 20, but not in the latest version thats all.  It is really simple to migrate a gen_fsm to a gen_statem and the 20 gen_fsm man page gives an example of how. The random module is sort of semi deprecated and is not representative of how things have been deprecated before. When changing the crypto API a while back all documentation of deprecated functions where removed at the same time as the compiler started to warn. I belive we have not added the compiler warnings for random yet. Of course the code for gen_fsm will still be around for some time due to backwardscompatibilit reasons but we want to discurage all use of it. </div><div><br></div><div>Regards Ingela Erlang/OTP team - Ericsson AB</div><div><br></div><div><br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div></div>