Re: [PATCH] gnu: guile-json: Update to 0.4.0.

2014-08-16 Thread David Thompson
Cyril Roelandt writes: > On 08/17/2014 01:32 AM, David Thompson wrote: >> Okay to push? >> > > OK with me. Pushed! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH] gnu: guile-json: Update to 0.4.0.

2014-08-16 Thread Cyril Roelandt
On 08/17/2014 01:32 AM, David Thompson wrote: > Okay to push? > OK with me. Cyril.

[PATCH] gnu: guile-json: Update to 0.4.0.

2014-08-16 Thread David Thompson
Okay to push? >From cdf2b286544e721da213ca306fe87897e1326b34 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 16 Aug 2014 19:30:26 -0400 Subject: [PATCH] gnu: guile-json: Update to 0.4.0. * gnu/packages/guile.scm (guile-json): Update to 0.4.0. --- gnu/packages/guile.scm | 4 ++-- 1 file

[PATCH] Export 'check-package-freshness'

2014-08-16 Thread Alex Kost
Ludovic Courtès (2014-08-13 20:03 +0400) wrote: [...] > Alex Kost skribis: > > [...] > >> Also I think "guix.el" should check for freshness too, so >> ‘check-package-freshness’ should probably be exported. > > Yes, probably in the (gnu packages) module? Here is the patch for that. I'm not sure

Re: [PATCH] Emacs interface for Guix

2014-08-16 Thread Alex Kost
Ludovic Courtès (2014-08-16 16:24 +0400) wrote: > (Sorry for replying to messages in the wrong order. :-)) Sorry, I had sent old patches before you sent this message :) Ignore my previous message (with the subject "[PATCH] manifest-transaction") please. > Alex Kost skribis: > >> Ok, I'm attac

Re: [PATCH] Emacs interface for Guix

2014-08-16 Thread Ludovic Courtès
(Sorry for replying to messages in the wrong order. :-)) Alex Kost skribis: > Ok, I'm attaching these patches. But there are several issues there: > > - I fixed a typo in "tests/profiles.scm" (“profile” -> “profiles”) – Is > it ok to do this in that commit or should there be a separate commi

[PATCH] manifest-transaction

2014-08-16 Thread Alex Kost
Ludovic Courtès (2014-08-16 13:27 +0400) wrote: [...] > Computed strings like impede correct internationalization. The whole > sentences must be kept intact, to make sure people can translate them > correctly. So that means repeating things a bit, but that’s > unavoidable. Ah, indeed, I didn't

Re: Problems when trying to install a package via guile API

2014-08-16 Thread Ludovic Courtès
David Thompson skribis: > ERROR: In procedure #: > ERROR: Wrong type to apply: # > >0 (# # /gnu/store/mq7cx62…>) This looks like a miscompilation issue: it seems that the module where that happens didn’t have the ‘derivation?’ macro visible at build time, and so at run-time it aborts

Re: [PATCH] Emacs interface for Guix

2014-08-16 Thread Ludovic Courtès
Alex Kost skribis: > (define* (manifest-show-transaction manifest transaction #:key dry-run?) > "Display what will/would be installed/removed from MANIFEST by TRANSACTION." [...] > (format (current-error-port) > (N_ "The following package ~:[will~;would~] be > ~a:~%

REPL meta-commands

2014-08-16 Thread Ludovic Courtès
Hi from Munich! I committed yesterday the (guix monad-repl) module, which adds meta-commands to the Guile REPL (which I needed for demos of my talk.) Quoth the manual: --8<---cut here---start->8--- Note that the ‘(guix monad-repl)’ module extends Guile’s REP