unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Andrew Erlanger <andrew.erlanger@gmail.com>
To: 28837@debbugs.gnu.org
Subject: bug#28837: Guile 2.2.2: Loading srfi-1 with merge-generics breaks "map"
Date: Sat, 14 Oct 2017 13:30:01 -0400	[thread overview]
Message-ID: <871sm5d4di.fsf@ateguix.i-did-not-set--mail-host-address--so-tickle-me> (raw)


Re-creation:

1. Make a directory (I call it 'mytest')

2. In the directory, make a file f.scm containing:

(define-module (mytest f)
  #:use-module (oop goops)
  #:use-module (srfi srfi-1)
  #:duplicates (merge-generics))

3. In the directory, make a file test.scm containing:

(add-to-load-path (dirname (getcwd)))

(use-modules (mytest f))

4. Navigate to the directory in a terminal, and start the Guile REPL.

5. In the REPL, enter the two following commands:

(load "test.scm")

,in (mytest f) map

The last command returns:

While executing meta-command:
ERROR: Unbound variable: map

That is, the 'map' primitive becomes unbound in the context of (mytest
f). Any procedures which both
    (a) relying on map, and
    (b) are defined and exported in (mytest f),
throw the above error as well.

Please let me know if I can clarify.

- Andrew





             reply	other threads:[~2017-10-14 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-14 17:30 Andrew Erlanger [this message]
2017-10-17  1:11 ` bug#28837: Guile 2.2.2: Loading srfi-1 with merge-generics breaks "map" David Pirotte

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=871sm5d4di.fsf@ateguix.i-did-not-set--mail-host-address--so-tickle-me \
    --to=andrew.erlanger@gmail.com \
    --cc=28837@debbugs.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).