Get rid of mkstr, it causes troubles with namespaces in with-remote (via
commitbc3e289bba6edb51df4d89a4b11ae6988a461cdf
authorVitaly Mayatskikh <v.mayatskih@gmail.com>
Fri, 24 Apr 2009 15:21:25 +0000 (24 17:21 +0200)
committerVitaly Mayatskikh <v.mayatskih@gmail.com>
Fri, 24 Apr 2009 15:21:25 +0000 (24 17:21 +0200)
treef2f24d025c0b0985bc910deae21b93bc3f6ac286
parent43a55d3938ac47f19efb873c4eb6e62572abb31a
Get rid of mkstr, it causes troubles with namespaces in with-remote (via
swizard).

Pass macro's body inside of progn, remotee should see all body's forms.

Pass message inside "(eval (read-from-string" in node-exec to avoid unhandled
errors on remotee while parsing this message (handler-case not yet ready and
can't catch anything.

Signed-off-by: Vitaly Mayatskikh <v.mayatskih@gmail.com>
cluster.lisp
tests.lisp