unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* error from hashq-cons-get-handle
@ 2003-03-23 22:52 Kevin Ryde
  2003-05-03 20:44 ` Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2003-03-23 22:52 UTC (permalink / raw)


In guile 1.6.3 built on a recent i386 debian, I noticed
hashq-cons-get-handle seems to call hashx-get-handle with too many
arguments.  For instance,

	(use-modules (ice-9 hcons))
	(define t (make-hash-table 123))
	(hashq-cons-set! t '(x . y) 123)
	(display (hashq-cons-get-handle t '(x . y)))

gives

	ERROR: Wrong number of arguments to hashx-get-handle

where I hoped it might print something like "((x . y) . 123)".


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: error from hashq-cons-get-handle
  2003-03-23 22:52 error from hashq-cons-get-handle Kevin Ryde
@ 2003-05-03 20:44 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2003-05-03 20:44 UTC (permalink / raw)
  Cc: bug-guile

Kevin Ryde <user42@zip.com.au> writes:

> In guile 1.6.3 built on a recent i386 debian, I noticed
> hashq-cons-get-handle seems to call hashx-get-handle with too many
> arguments.

Fixed in both branches, thanks!

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-03 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-23 22:52 error from hashq-cons-get-handle Kevin Ryde
2003-05-03 20:44 ` Marius Vollmer

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).