unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* srfi-1 take and drop seriously broken
@ 2016-11-19 18:34 Jan Synáček
  2016-11-19 21:18 ` Jan Nieuwenhuizen
  2016-11-19 22:55 ` Panicz Maciej Godek
  0 siblings, 2 replies; 12+ messages in thread
From: Jan Synáček @ 2016-11-19 18:34 UTC (permalink / raw)
  To: guile-devel

Hi,

scheme@(guile-user)> ,use (srfi srfi-1)
scheme@(guile-user)> (take (list 1 2 3) 4)
ERROR: In procedure list-head:
ERROR: In procedure list-head: Wrong type argument in position 1
(expecting pair): ()

scheme@(guile-user) [1]> (drop (list 1 2 3) 4)
ERROR: In procedure list-tail:
ERROR: In procedure list-tail: Wrong type argument in position 1
(expecting pair): ()

Please, tell me that this is just a mistake... This can't be true. I
still can't believe it. This is from 2.0.11. Please, tell me that the
implementation is fixed in 2.2.

Yours truly puzzled,
-- 
Jan Synáček



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

end of thread, other threads:[~2016-11-21 10:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-19 18:34 srfi-1 take and drop seriously broken Jan Synáček
2016-11-19 21:18 ` Jan Nieuwenhuizen
2016-11-19 21:52   ` tomas
2016-11-20  3:32     ` Eli Zaretskii
2016-11-20 10:18       ` tomas
2016-11-20 10:39   ` Jan Synáček
2016-11-19 22:55 ` Panicz Maciej Godek
2016-11-20 10:42   ` Jan Synáček
2016-11-20 11:23     ` Panicz Maciej Godek
2016-11-20 18:31       ` dsmich
2016-11-21  7:34         ` Jan Synáček
2016-11-21 10:21           ` Panicz Maciej Godek

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