Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

map exceptions missing &irritants #12

Open
hyln9 opened this issue Sep 12, 2014 · 2 comments
Open

map exceptions missing &irritants #12

hyln9 opened this issue Sep 12, 2014 · 2 comments
Labels

Comments

@hyln9
Copy link
Owner

hyln9 commented Sep 12, 2014

Ikarus Scheme version 0.0.3+ (revision 1430, build 2008-03-25)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

(map + 1)
Unhandled exception
Condition components:

  1. &assertion
  2. &who: map
  3. &message: "improper list"

(map + 1 2)
Unhandled exception
Condition components:

  1. &assertion
  2. &who: map
  3. &message: "not a list"

Launchpad Details: #LP206838 Derick Eddington - 2008-03-25 18:13:51 -0400

@hyln9 hyln9 added the high label Sep 12, 2014
@hyln9
Copy link
Owner Author

hyln9 commented Sep 12, 2014

Will fix.

Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-03-25 21:40:54 -0400

@hyln9
Copy link
Owner Author

hyln9 commented Sep 12, 2014

For this error case, I suggest &irritants should be lengths of the lists.

Ikarus Scheme version 0.0.3+ (revision 1434, build 2008-03-29)
Copyright (c) 2006-2008 Abdulaziz Ghuloum

(map + '(1) '(2 3))
Unhandled exception
Condition components:

  1. &assertion
  2. &who: map
  3. &message: "length mismatch"

Launchpad Details: #LPC Derick Eddington - 2008-03-30 01:23:22 -0400

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant