honu icon indicating copy to clipboard operation
honu copied to clipboard

tests/macros.rkt fails.

Open mromyers opened this issue 10 years ago • 4 comments

It currently fails with an unbound identifier exception, caused by the testx macro. Is this supposed to work?

mromyers avatar Aug 04 '15 19:08 mromyers

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.

kazzmir avatar Aug 04 '15 19:08 kazzmir

do

mromyers avatar Aug 04 '15 19:08 mromyers

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'?

kazzmir avatar Aug 04 '15 19:08 kazzmir

It appears that way.

> testx 5 * 2
2

mromyers avatar Aug 04 '15 19:08 mromyers