Re: gnu: guile: Add guile-wisp

2015-10-11 Thread Mark H Weaver
Christopher Allan Webber writes: > From ba284a78424dc87577983066aa04a8503d7a1e32 Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Fri, 18 Sep 2015 16:58:31 -0500 > Subject: [PATCH] gnu: guile: Add guile-wisp Pushed with one minor change: > +

Re: gnu: guile: Add guile-wisp

2015-10-06 Thread Christopher Allan Webber
Mark H Weaver writes: > Christopher Allan Webber writes: > >> From 8d29d47c0558c24562c2c0760e1f05a78b064838 Mon Sep 17 00:00:00 2001 >> From: Christopher Allan Webber >> Date: Fri, 18 Sep 2015 16:58:31 -0500 >> Subject: [PATCH] gnu: guile: Add guile-wisp >>

Re: gnu: guile: Add guile-wisp

2015-09-20 Thread Ludovic Courtès
Christopher Allan Webber skribis: > But if you use guile-2.0 from Guix, you get the following issue: > > scheme@(guile-user)> ,L wisp > While executing meta-command: > ERROR: In procedure setlocale: Invalid argument IMO this is a bug in WISP: it should gracefully handle ‘setlocale’ errors

Re: gnu: guile: Add guile-wisp

2015-09-19 Thread Mark H Weaver
Christopher Allan Webber writes: > From 8d29d47c0558c24562c2c0760e1f05a78b064838 Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Fri, 18 Sep 2015 16:58:31 -0500 > Subject: [PATCH] gnu: guile: Add guile-wisp > > * gnu/packages/guile.scm (guile-wisp): New vari

Re: gnu: guile: Add guile-wisp

2015-09-19 Thread Christopher Allan Webber
Ricardo Wurmus writes: > Christopher Allan Webber writes: > >> But if you use guile-2.0 from Guix, you get the following issue: >> >> scheme@(guile-user)> ,L wisp >> While executing meta-command: >> ERROR: In procedure setlocale: Invalid argument >> scheme@(guile-user)> ,L wisp >> While

Re: gnu: guile: Add guile-wisp

2015-09-19 Thread Ricardo Wurmus
Christopher Allan Webber writes: > But if you use guile-2.0 from Guix, you get the following issue: > > scheme@(guile-user)> ,L wisp > While executing meta-command: > ERROR: In procedure setlocale: Invalid argument > scheme@(guile-user)> ,L wisp > While executing meta-command: > ERRO

gnu: guile: Add guile-wisp

2015-09-18 Thread Christopher Allan Webber
rom: Christopher Allan Webber Date: Fri, 18 Sep 2015 16:58:31 -0500 Subject: [PATCH] gnu: guile: Add guile-wisp * gnu/packages/guile.scm (guile-wisp): New variable. --- gnu/packages/guile.scm | 78 +- 1 file changed, 77 insertions(+), 1 deletion(-) diff