<amz3>meh I fixed the last unit test but I can't push :( <amz3>framagit.org seems broken ***random-nickname is now known as random-nick
<amz3>OrangeShark: I have an issue with guile-git <amz3>OrangeShark: I can't compile git/clone.scm <amz3>OrangeShark: can you reproduce? <janneke>bah...error:#f:(~a ~s invalid syntax (syntax-rules +++ () ((_ <expr> +++) (let* () ( <janneke>hmm, even my patched guile-1.8 does not load nyacc's syntax-case macro <janneke>ahh, nyacc uses not only syntax-case... <janneke>it uses R7RS syntax-rules' ellipsis as well <janneke>hmm, now to see if i can backport that extension to mes <janneke>r7rs ellipsis seems to work in guile-1.8 now...but mes :-( <janneke>error:#f:(~a ~s invalid syntax (() () *unspecified*)) <amz3>why are you workign with guile 1.8? <janneke>amz3: i'm tryin to get nyacc running on Mes <janneke>but nyacc uses very new r6rs/r7rs syntax-case and syntax-rules extensions <janneke>guile-2.0's psyntax is so integrated with guile (modules and whatnot), that it's impossible to use that in Mes <janneke>guile-1.8 has something very close to 5.9f psyntax, which i can interchange with Mes <janneke>i would rather like to remove syntax-rules ellipsis and syntax-case from nyacc <OrangeShark>amz3: I believed I fixed that, it was the git clone module didn't have the correct module name