Summary
Incorrect capture of `begin'
Metadata
- Id: c36acca767953bfd8e59290abf0f28e7d0e98e56
- Trac id: 47
- Type: defect
- Reporter: Abdulaziz Ghuloum
- Owner: felix
- Cc:
- Status: closed
- Component: expander
- Estimated difficulty:
- Resolution: fixed
- Priority: critical
- Milestone:
- Version: 4.0.8
- Changetime: 2009-12-01 16:01:13 UTC
- Created: 2009-06-24 19:51:02 UTC
- Keywords:
Description
(let ((begin (lambda (x y) (printf "x=~s y=~s\n" x y)))) 1 2)
(prints "x=1 y=2")
Changes and comments
[2009-06-24 19:51:13 UTC] felix changed priority from major to critical
[2009-06-25 09:54:23 UTC] felix changed status from new to closed
[2009-06-25 09:54:23 UTC] felix set resolution to fixed
[2009-06-25 09:54:23 UTC] felix wrote:
Fixed in r15057