guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated: Add #:declarative? #f to (srfi sr


From: Daniel Llorens
Subject: [Guile-commits] branch master updated: Add #:declarative? #f to (srfi srfi-64)
Date: Thu, 09 Apr 2020 10:59:16 -0400

This is an automated email from the git hooks/post-receive script.

lloda pushed a commit to branch master
in repository guile.

The following commit(s) were added to refs/heads/master by this push:
     new 2b4e45c  Add #:declarative? #f to (srfi srfi-64)
2b4e45c is described below

commit 2b4e45ca1b89a942200b7b9f46060dddc44d2876
Author: Daniel Llorens <address@hidden>
AuthorDate: Thu Apr 9 16:58:17 2020 +0200

    Add #:declarative? #f to (srfi srfi-64)
    
    This is needed for test-log-to-file to work.
---
 module/srfi/srfi-64.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/srfi/srfi-64.scm b/module/srfi/srfi-64.scm
index 81dcc5d..925726f 100644
--- a/module/srfi/srfi-64.scm
+++ b/module/srfi/srfi-64.scm
@@ -48,7 +48,8 @@
    test-on-group-begin-simple test-on-group-end-simple
    test-on-bad-count-simple test-on-bad-end-name-simple
    test-on-final-simple test-on-test-end-simple
-   test-on-final-simple))
+   test-on-final-simple)
+  #:declarative? #f) ; #f needed for test-log-to-file
 
 (cond-expand-provide (current-module) '(srfi-64))
 



reply via email to

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