unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#57123: compile discards multiple values
@ 2022-08-10 18:10 Jean Abou Samra
  0 siblings, 0 replies; only message in thread
From: Jean Abou Samra @ 2022-08-10 18:10 UTC (permalink / raw)
  To: 57123

Example:

scheme@(guile-user)> (eval '(values 1 2) (current-module))
$1 = 1
$2 = 2
scheme@(guile-user)> (use-modules (system base compile))
scheme@(guile-user)> (compile '(values 1 2) #:env (current-module))
$3 = 1
scheme@(guile-user)>


Tested with Guile 3.0.7.

A workaround can be found at
https://lists.gnu.org/archive/html/guile-user/2022-08/msg00043.html






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-10 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10 18:10 bug#57123: compile discards multiple values Jean Abou Samra

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