IRC channel logs

2016-12-18.log

back to list of logs

<webshinra_>(hello world)
<amz3>o/
<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: hi!
<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
<amz3>fosdem planning is out
<amz3> https://fosdem.org/2017/schedule/track/gnu_guile/
<stis>hello guilers!
<daviid>obá!
<civodul>\\o/
<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*))
<janneke>
<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
<janneke>but i have no clue how to do that
<OrangeShark>amz3: I believed I fixed that, it was the git clone module didn't have the correct module name
<wingo>greets