IRC channel logs

2016-03-11.log

back to list of logs

<rain1>that's interesting
<rain1>./module/system/base/pmatch.scm ?
<paroneayea>yeah
<paroneayea>I guess I figured it out
<paroneayea>it only runs it if the guard is satisfied
<paroneayea>which I guess is the normal ways that work
<paroneayea>but I first looked for docs, then tried to read that macro
<paroneayea>not an easy macro to rea
<paroneayea>d
<rain1>I'm curious why you're using that!
<paroneayea>rain1: *I'm* not.
<rain1>ah okay :)
<paroneayea>rain1: as said, I'm rebasing bipt's elisp-on-guile stuff
<paroneayea>and trying to changelog-docuemnt it
<paroneayea>and *that* code uses it
<rain1>it is tricky code, with the failure continuations
<rain1>much shorter than foofs match though
<paroneayea>I just might succeed at this.
<paroneayea>maybe we'll get the elisp updates into master after all!
<linas>mark_weaver: glurg. My tee did not work due to (use-modules (ice-9 readline)) (activate-readline) in my ~/.guile file.
<linas>But of course.
<linas>mark_weaver also FYI, the guile-2.1 from git from a few months ago, works great for me.
<paroneayea> https://gitlab.com/dustyweb/guile/commit/644a9894f1d371561a65aac278d7cc2eb28e896a this was an epic commit to annotate with changelog stuff
<paroneayea>not everything is the best
<paroneayea>but it's done at least
<lfam>Now that is a big commit message
<paroneayea>holy damn
<paroneayea>I think I've done it.
<rain1>Are there tools for phasing when doing macro stuff?
<rain1>in my code I have: define function f, define syntax-case macro that uses f, then a use of the macro
<rain1>guile complains that f is not defined. I think it's a phase issue
<daviid>paste a snipset otherwise nobody will care
<daviid>rain1: ^^
<paroneayea>well maybe people will care, but they can't easily help at least :)
<cojy>it's a pretty straight forward question if you know about syntax-case and phasing
<cojy>i dont see anything grepping through guile sources, probably have to do (define-syntax f (lambda (_) actual-f)) :/
<holomorph>\\o/
<paroneayea>hi holomorph !
<paroneayea>I got guile-emacs entirely rebasedwith all the changelog things
<holomorph>hooray!
<paroneayea> https://gitlab.com/dustyweb/guile/tree/merge-bipt-elisp-wip
<paroneayea>I guess I should send an email to the list asking for merge! :)
<holomorph>yup
<daviid>paroneayea: amazing!
<paroneayea>:)
<paroneayea>email sent.
<civodul>Hello Guilers!
<amz3`>héllo
<lloda`>backtraces forget variable names and show instead a generic 'val'. Any way around this?
<lloda`>(this is master)
<lloda`>I also see 'tmp' in addition to 'val'
<amz3`>what's up guilers ?
<rain1>hello amz
***karswell` is now known as karswell
<paroneayea>wingo: mark_weaver: civodul: btw, see guile-devel; I rebased bipt's elisp branch on top of guile master. I'd like to get it merged soon so it doesn't bitrot. Could one of you look?
<wingo>sure
<paroneayea>I also added changelog style commits to all of them
<paroneayea>yay thanks wingo :)
<wingo>prolly not right now b/c friday afternoon
<wingo>but i'm ok with merging in principle, will read it first :)
<paroneayea>wingo: ok! Should I re-ping you next week, or leave you to it?
<wingo>re-ping plz if i haven't done it :) maybe this w/e i can get to it tho.
<paroneayea>wingo: yay!
<paroneayea>I'm looking forward to having this in properly :)
<wingo>me too :)
<JeanLouis>could someone help me set up the with-mail-out option for mcron
<JeanLouis>info mcron: The command (with-mail-out action . user) can be used to direct output from the action (which may be a procedure, list, or string) into an e-mail to the user.
<JeanLouis>I was thinking (with-mail-out (job ....) user@host) but it is not working that way
<JeanLouis>it is pure guile
<dsmith-work>Happy Friday, Guilers!!
<amz3`>yeah!
<dsmith-work>Woo! guile emacs one step closer...
<JeanLouis>dsmith-work: last time I tried it, it was slow slow
<paroneayea>JeanLouis: yes, and it will be if you try it this time too, because very little has been optimized yet
<paroneayea>the main work at the moment is getting bipt's stuff into guile master proper
<paroneayea>hopefully we can improve speed and fix bugs after that happens
<paroneayea>patches welcome of course :)
<janneke>ACTION sent new patch to -devel