Re: Merged a lot

On Mon, Jan 14, 2013 at 11:18 AM, Marcos Caceres <w3c@marcosc.com> wrote:

>
>
> On Monday, January 14, 2013 at 4:11 PM, Brian Kardell wrote:
>
> > It isn't a stupid question at all - as I said, they are reworking grunt.
> Your version was the latest until just a few days ago and there are
> significant breaking changes including this one.
>
>
> Love it :) Ok, so, I'm going to continue manually linting and testing in
> the browser for now (just to not be held up while that transition goes on).
>
> About the tests, I'm still working on them but here is where I'm heading
> with them (example as an AMD module):
>
> http://pastebin.com/AxaAt6eD
>
> This file sits under test/modules/WebIDL.Boolean-tests.js
>
> This makes the tests completely self contained modules that load in their
> own dependencies - which is _really_ nice, IMO.
>
> What I like about this structure is that it allows for pasting in the spec
> text to test(assertion, …);
>
> Let me know what you guys think!
>
>
> --
> Marcos Caceres
>
>
>
>

Presumably the intent is to layer these tests with integration tests that
do the whole flow from IDL string through Robin's parser into our impl,
etc..?

-- 
Brian Kardell :: @briankardell :: hitchjs.com

Received on Monday, 14 January 2013 16:21:17 UTC