[racket] tests/eli-tester feedback (Was: Racket unit testing)

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Thu Feb 17 09:35:11 EST 2011

On Thu, Feb 17, 2011 at 9:33 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> I think it is very useful to be able to test that your macro has good
> syntax errors.

Yes, I certainly agree.  My point was just that we have mechanisms,
albeit clunky ones, for testing this already -- for correct macro
expansions we have far fewer tools.

>
> Jay
>
> 2011/2/17 Sam Tobin-Hochstadt <samth at ccs.neu.edu>:
>> On Thu, Feb 17, 2011 at 8:18 AM, Jakub Piotr Cłapa <jpc-ml at zenburn.net> wrote:
>>> I don't think that having to use a separate form just to test macros would
>>> be a bad idea.
>>
>> The primary hard part about testing macros is not syntax errors, but
>> writing an "alpha-equvialent-to" comparison function, which to my
>> knowledge has not ever been written in Racket.
>> --
>> sam th
>> samth at ccs.neu.edu
>>
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/users
>
>
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://faculty.cs.byu.edu/~jay
>
> "The glory of God is Intelligence" - D&C 93
>



-- 
sam th
samth at ccs.neu.edu



Posted on the users mailing list.