unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] define guile-test as non-declarative
@ 2024-03-11  1:05 Dr. Arne Babenhauserheide
  2024-03-15 13:40 ` Dr. Arne Babenhauserheide
  0 siblings, 1 reply; 2+ messages in thread
From: Dr. Arne Babenhauserheide @ 2024-03-11  1:05 UTC (permalink / raw)
  To: guile-devel

[-- 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 --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] define guile-test as non-declarative
  2024-03-11  1:05 [PATCH] define guile-test as non-declarative Dr. Arne Babenhauserheide
@ 2024-03-15 13:40 ` Dr. Arne Babenhauserheide
  0 siblings, 0 replies; 2+ messages in thread
From: Dr. Arne Babenhauserheide @ 2024-03-15 13:40 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: guile-devel

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


"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

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

Reviewed by Andy Wingo on IRC ⇒ merged and pushed. Thank you!

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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-15 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-11  1:05 [PATCH] define guile-test as non-declarative Dr. Arne Babenhauserheide
2024-03-15 13:40 ` Dr. Arne Babenhauserheide

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).