[erlang-patches] Re: patch for sys:get_status to call format_status/2

Björn Gustavsson bgustavsson@REDACTED
Fri Nov 27 20:54:00 CET 2009


On Fri, Nov 27, 2009 at 7:31 PM, Steve Vinoski <vinoski@REDACTED> wrote:
> Since I never got a response on the patch below that I submitted in August,
> I've just resubmitted the patch below via a fork and a pull request on
> github.com. Let me know if anything's missing or if more is needed. For
> example, this is undocumented, and I wasn't sure if this should be
> documented in sys, gen_server, gen_fsm, or all the above so I left it
> undocumented.

Thanks!

If we are going to include it in OTP, it should be documented so that
people will know about it. I think that it should be documented in all
the places you mentioned (get_status() and callback function in sys,
the callback functions for the other modules).

Running the test suite with your modified sys, there is one failing
test case in gen_fsm_SUITE in the Stdlib test suite. Can you have
a look at that?

I have just added a new wiki page on how to run the tests:

   http://wiki.github.com/erlang/otp/running-tests

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-patches mailing list