Re: Optimizing union.scm

2014-03-27 Thread Mark H Weaver
Here's a second draft of union.scm, incorporating your suggestions. I haven't yet replaced the use of the hash table, though. Mark ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013, 2014 Ludovic Courtès l...@gnu.org ;;; Copyright © 2014 Mark H Weaver

Re: [PATCH] Add (guix svn-download).

2014-03-27 Thread Ludovic Courtès
I realize you’re not in the ‘guix’ group on Savannah. I can add you, but I need to know what your Savannah account is (or you need to create one if you don’t have one already.) Thanks. :-) Ludo’.

Re: core-updates merged!

2014-03-27 Thread Ludovic Courtès
Thompson, David dthomps...@worcester.edu skribis: On Wed, Mar 26, 2014 at 12:14 PM, Ludovic Courtès l...@gnu.org wrote: Thompson, David dthomps...@worcester.edu skribis: On Wed, Mar 26, 2014 at 11:46 AM, Ludovic Courtès l...@gnu.org wrote: I've just merged core-updates in master, and Hydra

Re: Optimizing union.scm

2014-03-27 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: Here's a second draft of union.scm, incorporating your suggestions. I haven't yet replaced the use of the hash table, though. Looks good to me! Ludo’.

Re: [PATCH] Add (guix svn-download).

2014-03-27 Thread Sree Harsha Totakura
On 03/27/2014 10:30 AM, Ludovic Courtès wrote: I realize you’re not in the ‘guix’ group on Savannah. I can add you, but I need to know what your Savannah account is (or you need to create one if you don’t have one already.) Thanks. :-) Yes, I did not have an account on Savannah. I just

Re: [PATCH] Add (guix svn-download).

2014-03-27 Thread Ludovic Courtès
Sree Harsha Totakura sreehar...@totakura.in skribis: On 03/27/2014 10:30 AM, Ludovic Courtès wrote: I realize you’re not in the ‘guix’ group on Savannah. I can add you, but I need to know what your Savannah account is (or you need to create one if you don’t have one already.) Thanks. :-)

Re: wip-signed-archives progress report

2014-03-27 Thread Nikita Karetnikov
Nikita: comments welcome on the two commits I just pushed in wip-signed-archives. Thanks for working on it. One question: in the past, you told me to avoid ‘false-if-exception’. If it’s an issue here, can we replace it with something else? pgpNylqhDAzdE.pgp Description: PGP signature

0.6 is around the corner!

2014-03-27 Thread Ludovic Courtès
Hello, 0.6 is getting ready! The remaining items are Mark’s new union.scm, and Nikita’s signed-substitutes support. I think we can expect to have them in shape within a few days, hopefully. So it’s definitely time to report any issues you may have. Comments welcome! Ludo’.

Proposal: prefetch tarballs in a batch

2014-03-27 Thread Nikita Karetnikov
By default, Guix fetches source tarballs on demand. You download a tarball, configure and install, move to the next one, and so on. But it may be useful to fetch all the prerequisites before building. For instance, you travel frequently and don’t usually have Internet access. So it’d be nice