unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: Marco Maggi <marco.maggi-ipsu@poste.it>
Cc: guile-user@gnu.org
Subject: Re: [r6rs] quest to make the makers package work
Date: Sun, 20 Jun 2010 23:40:40 +0200	[thread overview]
Message-ID: <m339whcrhj.fsf@pobox.com> (raw)
In-Reply-To: <87y6ea6g6i.fsf@rapitore.luna> (Marco Maggi's message of "Sat, 19 Jun 2010 20:16:53 +0200")

Hello,

On Sat 19 Jun 2010 20:16, Marco Maggi <marco.maggi-ipsu@poste.it> writes:

> compilation with both packages fails with multiple errors like:
>
> ;;; key wrong-type-arg, throw_args ("dirname" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "string" #f) (#f))

This is an interesting error I just got too. It's because I moved
"the-last-stack" to another module, leaving behind an identifier-syntax
as a deprecated forwarding shim; but the-last-stack had already appeared
as a value in the expansion of some macros, so that compiled code was
not detected as needing re-expansion.

Specifically false-if-exception used to muck with the-last-stack, but
now it doesn't; but old code compiled with it still accesses the
deprecated code. An interesting bug, and one we'll see more of in the
future unfortunately. Vigilance and freedom, I guess...

Short answer: make clean in module/, and possibly nuke your cache, and
reinstall Guile (if you run it installed).

Cheers,

Andy
-- 
http://wingolog.org/



  reply	other threads:[~2010-06-20 21:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-08  8:15 [r6rs] quest to make the makers package work Marco Maggi
2010-06-16 20:40 ` Andy Wingo
2010-06-17  7:40   ` Marco Maggi
2010-06-18  8:26     ` Andy Wingo
2010-06-18 12:48       ` Julian Graham
2010-06-18 14:06         ` Julian Graham
2010-06-18 17:29           ` Andy Wingo
2010-06-19 18:16             ` Marco Maggi
2010-06-20 21:40               ` Andy Wingo [this message]
2010-06-18 15:30       ` Marco Maggi
  -- strict thread matches above, loose matches on Subject: below --
2010-06-08 14:58 Marco Maggi
2010-06-08 16:18 ` Julian Graham
2010-06-08 18:59   ` Marco Maggi

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=m339whcrhj.fsf@pobox.com \
    --to=wingo@pobox.com \
    --cc=guile-user@gnu.org \
    --cc=marco.maggi-ipsu@poste.it \
    /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).