[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25211: GOOPS #:class alocation broken in Guile 2.2
From: |
Andy Wingo |
Subject: |
bug#25211: GOOPS #:class alocation broken in Guile 2.2 |
Date: |
Wed, 01 Mar 2017 15:38:52 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
On Thu 15 Dec 2016 20:39, Christopher Allan Webber <address@hidden> writes:
> In Guile 2.2:
>
> (define-class <foo> ()
> (bar #:allocation #:class
> #:init-value 'baz))
>
> (slot-definition-allocation (class-slot-definition <foo> 'bar))
> => #:instance
Fixed. Thanks for the report!
Andy
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#25211: GOOPS #:class alocation broken in Guile 2.2,
Andy Wingo <=