GNU bug report logs -
#65757
[PATCH] guix: packages: Support package/inherit by package-field-location.
Previous Next
Full log
Message #16 received at 65757-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Simon Tournier <zimon.toutoune <at> gmail.com> writes:
> Hi Maxim,
>
> On Wed, 06 Sep 2023 at 16:41, Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:
>
>> --8<---------------cut here---------------start------------->8---
>> modified guix/packages.scm
>> @@ -762,7 +762,7 @@ (define (package-field-location package field)
>> (go-to-location port line column)
>> (match (read port)
>> ((or ('package inits ...)
>> - ('package/inherit parent inits ...))
>> + ('package/inherit _ inits ...))
>> (let ((field (assoc field inits)))
>> (match field
>> ((_ value)
>> --8<---------------cut here---------------end--------------->8---
>>
>> And it now works; yay! Will install shortly.
>
> Oops! Indeed, sorry for missing the obvious. Thanks for the fix.
>
> Cheers,
> simon
>
> PS: For the record, the change you made is:
>
> - ('package/inherit inits ...))
> + ('package/inherit _ inits ...))
>
> because the one above would be equivalent :-) – if I understand enough
> Guile patterning matching.
The one with 'parent' was working as well, but because the binding was
never used, Guile was emitting a warning, silence by renaming 'parent'
to '_' :-).
--
Thanks,
Maxim
This bug report was last modified 1 year and 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.