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 ;;; Copyright © 2014 Mark H Weaver ;;; ;;; This file i

Re: New GMP release

2014-03-27 Thread Andreas Enge
On Wed, Mar 26, 2014 at 04:38:05PM +0100, Ludovic Courtès wrote: > I read your message just after hitting “push” on the merge. > So I guess it’s for the next round. :-) > > Note that you can also add ‘gmp-6.0’ in ‘master’ if that’s useful, but > just leave the default GMP unchanged. > > WDYT? L

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" skribis: > On Wed, Mar 26, 2014 at 12:14 PM, Ludovic Courtès wrote: >> "Thompson, David" skribis: >> >>> On Wed, Mar 26, 2014 at 11:46 AM, Ludovic Courtès wrote: I've just merged core-updates in master, and Hydra has already built most of it. So that brings glibc 2

Re: Optimizing union.scm

2014-03-27 Thread Ludovic Courtès
Mark H Weaver 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 c

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

2014-03-27 Thread Ludovic Courtès
Sree Harsha Totakura 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. :-) > > Yes, I did no

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 to

Re: wip-signed-archives progress report

2014-03-27 Thread Ludovic Courtès
Nikita Karetnikov skribis: >> 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? What did I sa