Activity log for bug #223362

Date Who What changed Old value New value Message
2008-04-27 23:08:14 leppie bug added bug
2008-04-28 04:11:01 Abdulaziz Ghuloum ikarus: status New Confirmed
2008-04-28 04:11:01 Abdulaziz Ghuloum ikarus: assignee aghuloum
2008-04-28 04:11:01 Abdulaziz Ghuloum ikarus: importance Undecided High
2008-04-28 18:27:30 Abdulaziz Ghuloum ikarus: status Confirmed Fix Committed
2008-12-26 15:11:14 Abdulaziz Ghuloum ikarus: statusexplanation Now I fixed it (in revision 1453) BUT the examples you cited do not match because the lambda symbol is not an identifier and so it cannot be free-identifier=? with the lambda identifier listed in the literals lists. So, now you get: Ikarus Scheme version 0.0.3+ (revision 1453, build 2008-04-28) Copyright (c) 2006-2008 Abdulaziz Ghuloum > (syntax-case '(lambda (x) x) (lambda) [(lambda (x) y) #'x]) Unhandled exception Condition components: 1. &message: "invalid syntax" 2. &syntax: form: (lambda (x) x) subform: #f > (syntax-case '(lambda (x) x) (lambda) [(lambda (x) y) #'x] [_ 'nop!]) nop! >
2008-12-26 15:11:14 Abdulaziz Ghuloum ikarus: milestone 0.0.4