[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (c51fcfffb -> a3c77cb8d)
From: |
Mikael Djurfeldt |
Subject: |
[Guile-commits] branch main updated (c51fcfffb -> a3c77cb8d) |
Date: |
Mon, 25 Nov 2024 15:54:16 -0500 (EST) |
mdj pushed a change to branch main
in repository guile.
from c51fcfffb psyntax: simplify free-id=?
new be2f965f8 GOOPS: Add support for keyword arguments in methods
new d619da8c3 GOOPS: Introduce new forms method* and define-method*
new 05de7e3e6 Remove method slot keyword-formals? introduced in 765f1d49
new 2d18afe5a Distinguish between lambda and lambda* in generated
procedures
new f057e02d9 Correctly pass on keyword arguments actually present in args
list
new 5307329d1 Document method* and define-method*
new a3c77cb8d Update NEWS
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
NEWS | 8 ++
doc/ref/goops.texi | 197 +++++++++++++++++++++++++++++++-
module/oop/goops.scm | 312 +++++++++++++++++++++++++++++++++++++++++++--------
3 files changed, 470 insertions(+), 47 deletions(-)
- [Guile-commits] branch main updated (c51fcfffb -> a3c77cb8d),
Mikael Djurfeldt <=
- [Guile-commits] 02/07: GOOPS: Introduce new forms method* and define-method*, Mikael Djurfeldt, 2024/11/25
- [Guile-commits] 03/07: Remove method slot keyword-formals? introduced in 765f1d49, Mikael Djurfeldt, 2024/11/25
- [Guile-commits] 04/07: Distinguish between lambda and lambda* in generated procedures, Mikael Djurfeldt, 2024/11/25
- [Guile-commits] 05/07: Correctly pass on keyword arguments actually present in args list, Mikael Djurfeldt, 2024/11/25
- [Guile-commits] 06/07: Document method* and define-method*, Mikael Djurfeldt, 2024/11/25
- [Guile-commits] 01/07: GOOPS: Add support for keyword arguments in methods, Mikael Djurfeldt, 2024/11/25
- [Guile-commits] 07/07: Update NEWS, Mikael Djurfeldt, 2024/11/25