Re: Keywords in GOOPS methods v3
Mikael Djurfeldt <[email protected]>
| Newsgroups | gmane.lisp.guile.devel,gmane.lisp.guile.user |
|---|---|
| Message-ID | <CAA2XvwJz4_Haw+J98r2SxgoyEFDBZ9jZMzBPM6_FMQaeyBQ0kQ@mail.gmail.com> |
I just pushed this to Savannah. On Mon, Nov 25, 2024 at 11:28 AM Mikael Djurfeldt <[email protected]> wrote: > This is the third attempt at introducing keyword aware methods in GOOPS. > > What is new in v3 is that keyword arguments and default parameters to > keyword arguments are handled correctly when using (next-method). Now only > those keyword arguments actually present in a call get forwarded to the > next-method. > > I've also committed these changes to > > https://github.com/mdjurfeldt/guile/tree/goops-keyword > > Best regards, > Mikael > >