tlarsen4google

Results 5 comments of tlarsen4google
trafficstars

Sorry, but what is actually happening is that our team is simply not running dartfmt on _entire files_ because they have special _huge_ (512 entries) byte tables in Lists that...

Perhaps there at least need to be ways to control the aggressiveness of dartfmt? E.g. something like this (though I'm just making up the format as an example and don't...

Real world example: ``` /** * Basic one-byte 608 CC char set, mostly ASCII. * Indexed by (char-0x20). */ static const List ccUtfTable0 = const [ 0x20, 0x21, 0x22, 0x23,...

No, #139 is not sufficient. Please see the closed captioning 608 character set table I added. dartfmt would have to simply _leave that section alone_ for information to not be...

Ah, but #golang takes a very hard line by: - having _no_ compiler warnings _at all_ (if it is worth output, it is an error) (compared with Dart having problems,...