GNU bug report logs - #13022
hash-table accessors no longer work on vectors

Previous Next

Package: guile;

Reported by: Daniel Hartwig <mandyke <at> gmail.com>

Date: Wed, 28 Nov 2012 16:04:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#13022: closed (hash-table accessors no longer work on vectors)
Date: Thu, 29 Nov 2012 20:16:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Nov 2012 21:13:42 +0100
with message-id <87r4nc5frd.fsf <at> gnu.org>
and subject line Re: bug#13022: hash-table accessors no longer work on vectors
has caused the debbugs.gnu.org bug report #13022,
regarding hash-table accessors no longer work on vectors
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
13022: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13022
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Daniel Hartwig <mandyke <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: hash-table accessors no longer work on vectors
Date: Thu, 29 Nov 2012 00:00:51 +0800
Straight out of (guile) Hash Table Examples:

scheme@(guile-user)> (define h (make-vector 7 '()))
scheme@(guile-user)> (hashq-set! h 'foo "bar")
ERROR: In procedure hashq-set!:
ERROR: In procedure scm_hash_fn_create_handle_x: Wrong type argument in position 1 (expecting hash-table): #(() () () () () () ())



[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Daniel Hartwig <mandyke <at> gmail.com>
Cc: 13022-done <at> debbugs.gnu.org
Subject: Re: bug#13022: hash-table accessors no longer work on vectors
Date: Thu, 29 Nov 2012 21:13:42 +0100
Daniel Hartwig <mandyke <at> gmail.com> skribis:

> Straight out of (guile) Hash Table Examples:
>
> scheme@(guile-user)> (define h (make-vector 7 '()))
> scheme@(guile-user)> (hashq-set! h 'foo "bar")
> ERROR: In procedure hashq-set!:
> ERROR: In procedure scm_hash_fn_create_handle_x: Wrong type argument in position 1 (expecting hash-table): #(() () () () () () ())

I removed the faulty example from the doc, thanks!

Ludo’.


This bug report was last modified 12 years and 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.