honu
honu copied to clipboard
tests/macros.rkt fails.
It currently fails with an unbound identifier exception, caused by the testx macro. Is this supposed to work?
I think it should work. Which identifier is unbound?
On Tue, Aug 4, 2015 at 12:49 PM, mromyers [email protected] wrote:
It currently fails with an unbound identifier exception, caused by the testx macro. Is this supposed to work?
— Reply to this email directly or view it on GitHub https://github.com/racket/honu/issues/4.
do
testx is not supposed to parse the 'do' identifier as part of the x:expression clause. 'do' should be parsed by 'for'. is 'testx' somehow consuming the 'do'?
It appears that way.
> testx 5 * 2
2