From: Ken Raeburn <raeburn@raeburn.org>
To: guile-devel <guile-devel@gnu.org>
Subject: Re: more compilation failures: -DSCM_DEBUG_TYPING_STRICTNESS=2
Date: Tue, 1 Sep 2009 02:26:36 -0400 [thread overview]
Message-ID: <A0B354DC-71BB-4C2A-A441-372926A14BA2@raeburn.org> (raw)
In-Reply-To: <AEB8F600-F8F9-474E-84B4-A9B1B978FF02@raeburn.org>
On Sep 1, 2009, at 02:23, Ken Raeburn wrote:
> I can clean some of this up trivially -- SCM_PACK/SCM_UNPACK as
> needed, change == to scm_is_eq. The initializers make it slightly
> less trivial, and I can imagine different courses of action.
Okay, not quite so trivial as I blithely asserted.
It looks like the eval code is going to be annoying too -- lots of
case labels that are constructed by making SCM values and then
extracting bits from them with ISYMNUM, which won't work with a
union. I'm thinking, maybe an enum or list of macros to define the
basic set of integers, and then apply SCM_MAKISYM to the enumerator
values, and then we can refer to the values symbolically without
extracting bits out of constructed SCM values?
The smob creation macros play fast and loose with types, and accept
anything that can be cast to scm_t_bits... which doesn't include union
types like SCM in this mode; extracting values is similarly messy.
I'm not sure that can be cleaned up without changing the API.
There are also bits that I suspect won't build cleanly if SCM is an
integer (STRICTNESS=0), too.
Ken
next prev parent reply other threads:[~2009-09-01 6:26 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-01 6:23 more compilation failures: -DSCM_DEBUG_TYPING_STRICTNESS=2 Ken Raeburn
2009-09-01 6:26 ` Ken Raeburn [this message]
2009-09-16 19:20 ` Andy Wingo
2009-11-18 5:52 ` Ken Raeburn
2009-11-18 9:37 ` Ludovic Courtès
2009-11-18 20:40 ` Ken Raeburn
2009-11-18 21:18 ` Andy Wingo
2009-11-18 23:09 ` Ludovic Courtès
2009-09-01 19:47 ` Ludovic Courtès
2009-09-01 22:29 ` Ken Raeburn
2009-09-02 8:08 ` Ludovic Courtès
2009-09-02 18:17 ` Ken Raeburn
2009-09-03 11:48 ` Ludovic Courtès
2009-09-08 23:37 ` Neil Jerram
2009-09-09 1:41 ` Ken Raeburn
-- strict thread matches above, loose matches on Subject: below --
2009-09-01 4:52 Ken Raeburn
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=A0B354DC-71BB-4C2A-A441-372926A14BA2@raeburn.org \
--to=raeburn@raeburn.org \
--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).