On 03/16/2013 01:01 AM, Ludovic Courtès wrote:
Cyril Roelandt skribis:
guix/scripts/package.scm:592:39: In procedure #:
guix/scripts/package.scm:592:39: In procedure string-split: Wrong type
argument in position 1 (expecting string): #f
This is actually ‘string-split’ as called by ‘official-
Cyril Roelandt skribis:
> On 03/14/2013 02:44 PM, Ludovic Courtès wrote:
>> I can’t reproduce the problem with v0.1-237-gef86c39.
>>
>> Could you check whether it happens with current master, and if it does,
>> add some ‘pk’ calls in there to see what happens?
>>
>
> I can confirm this happens wi
Cyril Roelandt skribis:
> guix/scripts/package.scm:592:39: In procedure # guix/scripts/package.scm:588:37 (expr)>:
> guix/scripts/package.scm:592:39: In procedure string-split: Wrong type
> argument in position 1 (expecting string): #f
This is actually ‘string-split’ as called by ‘official-gnu-p
On 03/14/2013 02:44 PM, Ludovic Courtès wrote:
I can’t reproduce the problem with v0.1-237-gef86c39.
Could you check whether it happens with current master, and if it does,
add some ‘pk’ calls in there to see what happens?
I can confirm this happens with current master.
I don't really know w
Cyril Roelandt skribis:
> On 03/05/2013 08:47 PM, Ludovic Courtès wrote:
>> Hi!
>>
>> I just had a brain wave and couldn’t resist: commit ef010c0 changes
>> ‘guix package --install’ such that, when installing a GNU package, it
>> automatically reports the availability of a new upstream version.
>
Am Sonntag, 10. März 2013 schrieb Cyril Roelandt:
> This works well with GNU packages, but breaks other packages:
Ah, I noticed the same thing with a new package; I thought it was a mistake
in my recipe...
Andreas
On 03/05/2013 08:47 PM, Ludovic Courtès wrote:
Hi!
I just had a brain wave and couldn’t resist: commit ef010c0 changes
‘guix package --install’ such that, when installing a GNU package, it
automatically reports the availability of a new upstream version.
So, for instance, if you run it today:
The mind boggles... Awesome.
Alex
On Tue, 5 Mar 2013, 19:47:21 GMT, Ludovic Courtès wrote:
> Hi!
>
> I just had a brain wave and couldn’t resist: commit ef010c0 changes
> ‘guix package --install’ such that, when installing a GNU package, it
> automatically reports the availability of a new
Hi!
I just had a brain wave and couldn’t resist: commit ef010c0 changes
‘guix package --install’ such that, when installing a GNU package, it
automatically reports the availability of a new upstream version.
So, for instance, if you run it today:
--8<---cut here---start--