guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] gnu: Make 'mount' interface in static Guile consistent w


From: Thompson, David
Subject: Re: [PATCH 1/2] gnu: Make 'mount' interface in static Guile consistent with Guix API.
Date: Fri, 19 Jun 2015 08:02:54 -0400

On Fri, Jun 19, 2015 at 7:42 AM, Ludovic Courtès <address@hidden> wrote:
> David Thompson <address@hidden> skribis:
>
>> From 6efe8e786674d40e01df48c7df9a952107831ad9 Mon Sep 17 00:00:00 2001
>> From: David Thompson <address@hidden>
>> Date: Thu, 18 Jun 2015 20:21:41 -0400
>> Subject: [PATCH 1/2] gnu: Make 'mount' interface in static Guile consistent
>>  with Guix API.
>>
>> Rather than expecting a pointer, the version of 'mount' in
>> guile-static-stripped now takes a string for the 'options' argument, just 
>> like
>> the 'mount' procedure in (guix build syscalls).
>>
>> * gnu/packages/patches/guile-linux-syscalls.patch (mount): Expect a string or
>>   #f for 'options' argument.
>> * gnu/build/file-systems.scm (mount-file-system): Use new 'mount' interface.
>
> LGTM!
>
> Please make sure there are no remaining calls to ‘mount’ that use
> pointers instead of strings, if you haven’t already.

I can't find any remaining calls to do this.  Pushed.  Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]