[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 07/07: Update NEWS
From: |
Mikael Djurfeldt |
Subject: |
[Guile-commits] 07/07: Update NEWS |
Date: |
Mon, 25 Nov 2024 15:54:18 -0500 (EST) |
mdj pushed a commit to branch main
in repository guile.
commit a3c77cb8dabfd75a9ca5a383058b7fc4a7437e57
Author: Mikael Djurfeldt <mikael@djurfeldt.com>
AuthorDate: Mon Nov 25 21:44:06 2024 +0100
Update NEWS
---
NEWS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/NEWS b/NEWS
index 83788adc7..36b83f254 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,14 @@ downright unusable (e.g., <https://bugs.gnu.org/72378>),
non-conforming
(e.g., <https://bugs.gnu.org/72383>), or buggy (e.g.,
<https://bugs.gnu.org/72372>).
+** GOOPS: Introduce new forms method* and define-method*
+
+The module (oop goops) now exports method* and define-method* which are
+the counterparts of lambda* and define* in they provide support for
+advanced argument handling such as optional and keyword arguments. The
+implementation fully supports (next-method) calls, also for keyword
+arguments. The new syntax is documented in the Guile Reference manual.
+
* Changes to the distribution
* Bug fixes
- [Guile-commits] branch main updated (c51fcfffb -> a3c77cb8d), Mikael Djurfeldt, 2024/11/25
- [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 <=