unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* head array-map! type check
@ 2004-12-15 23:13 Kevin Ryde
  2004-12-22 16:58 ` Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2004-12-15 23:13 UTC (permalink / raw)


Running

    (array-map! (make-array 99 5) noop (make-array 99 5) (make-array 99 5))

Gives

    Backtrace:
    In current input:
       3: 0* [array-map! #(99 99 99 ...) #<primitive-procedure noop> ...]

    <unnamed port>:3:1: In procedure array-map! in expression (array-map! (make-array 99 5) noop ...):
    <unnamed port>:3:1: Wrong type (expecting uniform vector): #(#(99 99 99 99 99))
ABORT: (wrong-type-arg)

Is there a good reason for this, or has some type checking gone
astray?


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


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

end of thread, other threads:[~2004-12-22 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-15 23:13 head array-map! type check Kevin Ryde
2004-12-22 16:58 ` 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).