[erlang-questions] bug: EPP reply messages fill (shell) mailbox when calling make
Ladislav Lenart
lenartlad@REDACTED
Thu Jan 10 15:21:46 CET 2008
Hello,
I've just noticed that after calling make:all() from Erlang shell,
the shell mailbox gets filled with messages {epp_reply, Pid, ok}
and {epp_reply, Pid, {eof, Line}}.
These messages are sent by epp during check_includes/3 in make.
I think they should be collected from the mailbox by epp API
functions (or not sent at all?).
Ladislav Lenart
More information about the erlang-questions
mailing list