> On Fri, Jul 11, 2008 at 7:10 PM, Maciej Stachowiak <[EMAIL PROTECTED]> wrote: > > This may be tricky to define, since many possible > > candidate implementations are open source and developed > > collaboratively by community contributors and overlapping sets of > > vendors. For example, would Rhino and SpiderMonkey count as > > sufficiently independent implementations? > > Similarly, if we end up with, f.e., both WebKit and Spidermonkey using > decNumber as our internal implementation of Decimal, does that count > as two interoperable implementations? It seems like we'd be at risk > of mostly testing that code against itself, so I would hope that we > look for such reuse cases when we're making sure that we actually have > usefully-distinct implementations of features to validate the spec.
<chuckle> Isn't that the idea of open-source software -- that by using the same software you get the same results (fdlibm, for example)? But a good point .. the 'new' issue here is that the same code in the different environments ends up with the same calls to the underlying library and yields the same results. (The decNumber code is quite stable, for example -- averaging fewer than one detected bug/year since its first release in 2001, is used in numerous IBM, SAP, and other vendors' products, and is part of the verification suite for power.org, PowerPC, and IBM mainframe hardware.) Mike Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
_______________________________________________ Es4-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es4-discuss
