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: Ludovic Courtès
Subject: Re: [PATCH 1/2] gnu: Make 'mount' interface in static Guile consistent with Guix API.
Date: Fri, 19 Jun 2015 13:42:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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.

Thanks,
Ludo’.



reply via email to

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