unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
To: guile-devel@gnu.org
Subject: [PATCH] define guile-test as non-declarative
Date: Mon, 11 Mar 2024 02:05:10 +0100	[thread overview]
Message-ID: <87le6pr2zg.fsf@web.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 977 bytes --]

Hi,


this gets rid of a warning in our testsuite (guile-test): it uses load
but is not marked as non-declarative.


The patch:


From 6b7dcf5e77aebe5ad9e22d7cd7c568bc5ed5fccd Mon Sep 17 00:00:00 2001
From: Arne Babenhauserheide <arne_bab@web.de>
Date: Mon, 11 Mar 2024 01:50:29 +0100
Subject: [PATCH] guile-test: define as non-declarative

* test-suite/guile-test (define-module): add #:declarative? #f because
  it uses load
---
 test-suite/guile-test | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test-suite/guile-test b/test-suite/guile-test
index 5da9c048b..74e1c9ca4 100755
--- a/test-suite/guile-test
+++ b/test-suite/guile-test
@@ -91,6 +91,7 @@
   :use-module (system vm coverage)
   :use-module (srfi srfi-11)
   :use-module (system vm vm)
+  #:declarative? #f
   :export (main data-file-name test-file-name))

 \f
--
2.41.0


Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

             reply	other threads:[~2024-03-11  1:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-11  1:05 Dr. Arne Babenhauserheide [this message]
2024-03-15 13:40 ` [PATCH] define guile-test as non-declarative Dr. Arne Babenhauserheide

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87le6pr2zg.fsf@web.de \
    --to=arne_bab@web.de \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).