<div dir="ltr">I cooked another one for myself (a little shorter than yours) but than I decide it is wrong idea. Auto recompilation is good toy but contraindication to reliability.<br><br><div class="gmail_quote">On Wed, Aug 13, 2008 at 9:18 AM, Paul Guyot <span dir="ltr"><<a href="mailto:pguyot@kallisys.net">pguyot@kallisys.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
<br>
Do you know of an auto-recompilation server, i.e. a process that<br>
looks for changes in source files and recompiles whatever changed in<br>
the background?<br>
<br>
There is eunit's watcher, but from I gather reading the source, it is<br>
not an auto-recompilation server. It is opt-in (you must declare<br>
modules to watch), it doesn't recompile and it uses code:purge/1<br>
instead of code:soft_purge/1 (which can kill a process).<br>
<br>
I've cooked a simple one, but since this is a very small (<200 lines)<br>
albeit useful program, I guess there should be a more mature<br>
implementation around, but I couldn't find one with a Google search.<br>
<br>
Paul<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>--Hynek (Pichi) Vychodil<br>
</div>