guix-patches
[Top][All Lists]
Advanced

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

[bug#28487] [PATCH] cuirass: Add gnu-system build spec.


From: Jan Nieuwenhuizen
Subject: [bug#28487] [PATCH] cuirass: Add gnu-system build spec.
Date: Thu, 28 Sep 2017 18:04:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Ludovic Courtès writes:

>>     (match o
>>       (($ <license>) ...)
>
> I would make it:
>
>   (match o
>     ((? license?)
>      ...))

Oops, something like this was already pushed here:

     > Anyway, with this fixed, OK to push.

     Thanks, pushed with all this fixed to master as 
516b53828e90018126b79e7600cae9aa531e06d7

Sure hope I didn't interpret the OK to push too lightly.  Mentioned
commit above is the second patch, the first is here

    
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=66bc1d2aaf74fc7eb4ef9b3519c69bd37142ffb3

>> so I was wondering why you didn't export <license>.  Now it makes sense:
>> you simply cannot use record destructors if you don't export <..> in the
>> first place.  For GOOPS that's a bit different, you don't have class?
>> for each <class>.
>
> Yes.  I think the “spirit of GOOPS” is that class objects are public.

Yeah...and then you have to be `careful'; not so nice come to think of it.

Greetings,
janneke

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com





reply via email to

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