Summary
map/for-each sometimes misbehave in interpreted code
Metadata
- Id: ea03a7580f37a34c3273ba25da39dcd6885323ec
- Trac id: 1313
- Type: defect
- Reporter: LemonBoy
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty: medium
- Resolution: duplicate
- Priority: major
- Milestone: someday
- Version: 4.11.0
- Changetime: 2017-10-19 15:48:31 UTC
- Created: 2016-08-13 13:55:14 UTC
- Keywords:
Description
`(map + #f)` rightfully gives an error because `#f` is not a list `(map + #f '())` on the other hand happily returns `()`
Changes and comments
[2016-08-25 20:45:54 UTC] sjamaan set difficulty to medium
[2017-10-19 15:48:31 UTC] sjamaan changed status from new to closed
[2017-10-19 15:48:31 UTC] sjamaan set resolution to duplicate
[2017-10-19 15:48:31 UTC] sjamaan wrote:
More extensively documented in #1422