all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 9cc6b048a07f910f530dfd6bd4f2bf99f3f45328 711 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
This patch adjusts to slightly different 'read-error' in Guile 3.0.6
compared to earlier versions:

  https://github.com/artyom-poptsov/guile-ssh/issues/28

--- a/tests/dist.scm
+++ b/tests/dist.scm
@@ -183,8 +183,8 @@ Unbound variable: e"
    rrepl-get-result))
 
 (test-error-with-log/= "rrepl-get-result, unknown # object error"
-  'node-repl-error "Reader error: scm_lreadr: #<unknown port>:1:3: \
-Unknown # object: (#\\<): scheme@(guile-user)> \
+  'node-repl-error "Reader error: #f: #<unknown port>:1:3: \
+Unknown # object: (\"#<\"): scheme@(guile-user)> \
 $4 = #<session #<undefined>@#<undefined>:22 (disconnected) 453fff>"
   (call-with-input-string
    (string-append  "scheme@(guile-user)> $4 = "

debug log:

solving 9cc6b048a0 ...
found 9cc6b048a0 in https://git.savannah.gnu.org/cgit/guix.git

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.