/gnu/home/

Atom feed' href='https://git.koszko.org/guix/atom/doc/images/shepherd-graph.dot?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/doc/images/shepherd-graph.dot
AgeCommit message (2020-03-19repl: Return stack traces along with exceptions....* guix/repl.scm (repl-prompt): New variable. (stack->frames): New procedure. (send-repl-response)[frame->sexp, handle-exception]: New procedure. Pass HANDLE-EXCEPTION as a pre-unwind handler. (machine-repl): Define 'tag'. Bump protocol version to (0 1 1). Wrap 'loop' call in 'call-with-prompt'. Ludovic Courtès
2020-03-19repl: Allow clients to send their protocol version....* guix/repl.scm (send-repl-response): Add #:version. (machine-repl): Make 'loop' an internal define with a 'version' parameter. Pass VERSION to 'send-repl-response'. Send (0 1) as the protocol version. If the first element read from INPUT matches (() repl-version _ ...), interpret it as the client's protocol version. Ludovic Courtès