<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 24, 2015 at 6:28 PM, Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Fantastic release!<br>
<br>
There's an impressive number of interesting things. My pet peeves are optimized time handling, timers and references; variables as keys in maps; optional callbacks; cached dialyzer native compiles; erlang:get_keys; ets stuff; zlib:inflateChunk; maps for supervisor specs; and the io_lib:scan_format functions.<br>
<br>
I am not sure what is meant by:<br>
<br>
   OTP-10923  The Test Server application has been marked as obsolete and<br>
              will be removed from OTP in the next major release (OTP<br>
              19.0).<br></blockquote><div><br></div><div>There is a separate erlang application named test_server which is used by the common_test application. We don't think there<br></div><div>are any use of the test_server APIs directly it is always used via common_test.<br><br></div><div>What we plan to do is to move the test_server modules into the common_test application and remove them from the documentation. It will be internal APIs in common_test.<br><br></div><div>By doing this it will be easier to make improvements in CommonTest without need to keep the test_server APIs and behaviour compatible.<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
What's the replacement?<br></blockquote><div>Everything is included in CommonTest, no need for test_server as a separate application.<br><br></div><div>/Kenneth, Erlang/OTP Ericsson<br></div></div></div></div>