Alan Knight

Results 7 comments of Alan Knight

What problem are you seeing with dartdocgen? It's still being used to generate api.dartlang.org and the content at dartdocs.org, so it ought to be able to work with the SDK....

OK, it doesn't understand that layout. dartdocgen --sdk usr/local/Cellar/dart/1.11.1 or wherever the SDK directory is located, might work. On Thu, Jul 16, 2015 at 10:07 AM Jana Moudrá [email protected] wrote:...

or similarly ``` void parseMonth(input, dateFields) { var possibilities; switch(width) { case 5: possibilities = symbols.NARROWMONTHS; break; case 4: possibilities = symbols.MONTHS; break; case 3: possibilities = symbols.SHORTMONTHS; break; default:...

Another example. ``` testHtml('DOM clobbering of attributes with multiple nodes', validator, "" "", ""); ``` It's very unclear from this formatting that the last two arguments are two strings, the...

I think removing that is likely to break Intl's ability to format Int64. We rely on being able to ask things like someNumber.remainder(1) == 0

Special-casing it in Intl means adding a dependency on fixnum, which I'd prefer not to do. Not doing this makes BigInt less useful. For example, you can't format it with...

It might be easier, and easier to keep up to date with rolls, to tweak the scripts that generate the dart:html and related libraries to generate with a name change...