Re: 'guix build' and garbage collection

2017-04-07 Thread Ludovic Courtès
Chris Marusich skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi! >> >> Chris Marusich skribis: >> >>> Do you know why the intensional model hasn't been deployed in the 11 >>> years since the thesis was published? To learn more, I can think of a >>> few places to look (Nix email lists,

Re: 'guix build' and garbage collection

2017-04-06 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > Hi! > > Chris Marusich skribis: > >> Do you know why the intensional model hasn't been deployed in the 11 >> years since the thesis was published? To learn more, I can think of a >> few places to look (Nix email lists, other Nix-related research papers),

Re: 'guix build' and garbage collection

2017-04-04 Thread Ludovic Courtès
Hi! Chris Marusich skribis: > Do you know why the intensional model hasn't been deployed in the 11 > years since the thesis was published? To learn more, I can think of a > few places to look (Nix email lists, other Nix-related research papers), > but if you have specific recommendations, it wo

Re: 'guix build' and garbage collection

2017-04-03 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > Hi Chris, > > Chris Marusich skribis: > >> My understanding is that Nix builds derivations in a temporary >> directory. My understanding is that eventually, we copy the results of >> the build into the final, content-addressed store path. Since we don't

Re: 'guix build' and garbage collection

2017-04-03 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > My understanding is that Nix builds derivations in a temporary > directory. My understanding is that eventually, we copy the results of > the build into the final, content-addressed store path. Since we don't > know the final, content-addressed store path un

Re: 'guix build' and garbage collection

2017-04-02 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > Hi Chris, > > Chris Marusich skribis: > >> I saw this in guix/scripts.build.scm: >> >> (and (build-derivations store drv mode) >> (for-each show-derivation-outputs drv) >> (for-each (cut register-root store <> <>) >>(map (lambda (

Re: 'guix build' and garbage collection

2017-04-02 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > I saw this in guix/scripts.build.scm: > > (and (build-derivations store drv mode) > (for-each show-derivation-outputs drv) > (for-each (cut register-root store <> <>) >(map (lambda (drv) > (map cdr >

'guix build' and garbage collection

2017-04-01 Thread Chris Marusich
Hi, I saw this in guix/scripts.build.scm: --8<---cut here---start->8--- (and (build-derivations store drv mode) (for-each show-derivation-outputs drv) (for-each (cut register-root store <> <>) (map (lambda (drv) (m