unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: Thien-Thi Nguyen <ttn@gnuvola.org>
Cc: guile-user@gnu.org, Ian Price <ianprice90@googlemail.com>
Subject: Re: Guile-SDL 0.4.0 available
Date: Fri, 16 Dec 2011 15:30:51 +0100	[thread overview]
Message-ID: <874nx0a8ro.fsf@pobox.com> (raw)
In-Reply-To: <87iplgg4b3.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Fri, 16 Dec 2011 12:10:40 +0100")

On Fri 16 Dec 2011 12:10, Thien-Thi Nguyen <ttn@gnuvola.org> writes:

> () Ian Price <ianprice90@googlemail.com>
> () Fri, 16 Dec 2011 01:32:29 +0000
>
>    Andy Wingo <wingo@pobox.com> writes:
>
>    > It works with Guile 2.0 if you replace:
>    >
>    >     #define MAKE_HASH_TABLE(size) \
>    >       (scm_make_vector (REASONABLE_BUCKET_COUNT (size), SCM_EOL))
>    >
>    > with
>    >
>    >     #define MAKE_HASH_TABLE(size) \
>    >       (scm_c_make_hash_table (size))
>
>    I can confirm that with this change it works. Thanks ttn for the
>    release, and thanks andy for saving me some debugging time :)
>
> OK, this is a good first and second step.  Now the sticking point:
> i am worried that ‘scm_c_make_hash_table’ is undocumented.

Patches very much welcome :-) If neither of you has time, please send a
mail to bug-guile@gnu.org so that we don't forget about it.

Andy
-- 
http://wingolog.org/



      reply	other threads:[~2011-12-16 14:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15 11:14 Guile-SDL 0.4.0 available Thien-Thi Nguyen
2011-12-15 12:23 ` Andy Wingo
2011-12-16  1:32   ` Ian Price
2011-12-16 11:10     ` Thien-Thi Nguyen
2011-12-16 14:30       ` Andy Wingo [this message]

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=874nx0a8ro.fsf@pobox.com \
    --to=wingo@pobox.com \
    --cc=guile-user@gnu.org \
    --cc=ianprice90@googlemail.com \
    --cc=ttn@gnuvola.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).