From: nalaginrut <nalaginrut@gmail.com>
To: "Chris K. Jester-Young" <cky944@gmail.com>
Cc: guile-devel@gnu.org
Subject: Re: SRFI 9's default printer doesn't handle cyclic data structures
Date: Tue, 26 Jul 2011 11:45:27 +0800 [thread overview]
Message-ID: <1311651927.3008.4.camel@Renee-desktop> (raw)
In-Reply-To: <20110726033359.GA15555@yarrow.destinee.acro.gen.nz>
> [Crossposted from bug-guile@ since my message isn't posting there. :-(]
>
> Hi there,
>
> I've been playing around with Guile's implementation of SRFI 45 (which
> uses SRFI 9), and have noticed something interesting: if you run the
> following code in the REPL, printing out the value of the promise will
> cause a stack overflow:
>
> (use-modules (srfi srfi-45))
> (define promise (delay promise))
> (force promise)
>
> #<promise val: module/ice-9/format.scm:38:0: In procedure format:
> module/ice-9/format.scm:38:0: Throw to key `vm-error' with args `(vm-run "VM: Stack overflow" ())'.
>
> However, if I change the SRFI 45 code to use Guile's native records,
> it prints correctly:
>
> #<promise val: #<value tag: eager proc: #-1#>>
>
> For reproducibility, I attached the diff to make SRFI 45 use Guile
> native records.
>
> So, it seems like SRFI 9's record printer doesn't handle cycles in the
> record data very well. Unfortunately I don't know how to fix this (I
> tried looking at the printer for Guile's native records, but couldn't
> figure out what made it special enough to handle cycles correctly), so
> no fix is attached.
>
> Many thanks,
> Chris.
Well, I got such a problem too. But some guy told be
set-record-type-printer! is helpful. So I just write a new printer for
my record for testing. I think it's unnecessary to change the module
since the printer is always used in REPL. :)
--
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
--hacker key--
v4sw7CUSMhw6ln6pr8OSFck4ma9u8MLSOFw3WDXGm7g/l8Li6e7t4TNGSb8AGORTDLMen6g6RASZOGCHPa28s1MIr4p-x hackerkey.com
---end key---
next prev parent reply other threads:[~2011-07-26 3:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-26 3:33 SRFI 9's default printer doesn't handle cyclic data structures Chris K. Jester-Young
2011-07-26 3:45 ` nalaginrut [this message]
2011-07-26 4:56 ` nalaginrut
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=1311651927.3008.4.camel@Renee-desktop \
--to=nalaginrut@gmail.com \
--cc=cky944@gmail.com \
--cc=guile-devel@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).