vyzo
vyzo
no issue, just tribal knowledge unfortunately. Lets use this one.
It has bitrotted.
there might be some api changes.
wait, it fails!!!
The concurrency bug has been sighted before in CI. It is not a compiler bug, it is a concurrent module evaluation issue during expansion in parallel builds as far as...
macro-case-type is type directed evaluation of sorts. Wr can use type-of for this, we disnt have it back then.
Of course, this is wip. I made the server identifiers pairs of server id and ensemble domain. I will do supervisors, executors, and yes tests, next.
demo teaser: ``` $ cat hello.ss (export main) (import :std/sugar :std/actor :std/io :std/logger :std/config) (def (main server-id) (let (cfg (load-ensemble-server-config (string->server-identifier server-id))) (become-ensemble-server! cfg (cut start-hello! cfg)))) (def (start-hello! cfg)...
Let me fix the remaining broekn commands in gxensemble first.