guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated (779a83d9c -> 27feb2bfd)


From: Ludovic Courtès
Subject: [Guile-commits] branch main updated (779a83d9c -> 27feb2bfd)
Date: Sat, 1 Jun 2024 05:52:35 -0400 (EDT)

civodul pushed a change to branch main
in repository guile.

    from 779a83d9c make-foreign-object-type: add #:super to provide superclasses
     new 7b92b2289 Don’t rely on integer wrapping in 
‘scm_gc_register_allocation’.
     new dce65edba Add language/wisp, Wisp tests, and SRFI-119 documentation
     new 37f9fd865 Update NEWS.
     new 27feb2bfd wisp: Use uninterned symbols instead of UUIDs.

The 4 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                           |    7 +
 am/bootstrap.am                |    3 +
 doc/ref/srfi-modules.texi      |   31 ++
 libguile/gc.c                  |    4 +-
 module/language/wisp.scm       |  785 ++++++++++++++++++++++++++++++
 module/language/wisp/spec.scm  |   70 +++
 test-suite/Makefile.am         |    3 +-
 test-suite/tests/srfi-119.test | 1040 ++++++++++++++++++++++++++++++++++++++++
 8 files changed, 1940 insertions(+), 3 deletions(-)
 create mode 100644 module/language/wisp.scm
 create mode 100644 module/language/wisp/spec.scm
 create mode 100644 test-suite/tests/srfi-119.test



reply via email to

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