DartBot

Results 132 issues of DartBot

**Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#16701_ --- Right now errors are a string -> string map. It would be better to have them match the planned internationalized message format.

type-enhancement

**Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#16696_ --- they're warnings in html, but it would be good to explain this :) look for bogusCommentState in the tokenizer. More info here:...

type-enhancement

**Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#16695_ --- (Moved from dart-lang/web-ui#­217) These are a couple minor improvements we can do to give early feedback to our users: when there is...

type-bug

**Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#16693_ --- I don't see these warnings in the current WhatWG spec, for example: http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html#the-before-head-insertion-mode

type-bug

**Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#15593_ --- For the logging package, we can use the new environment compile-time constants to help optimize at production time. See also http://blog.sethladd.com/2013/12/compile-time-dead-code-elimination-with.html See...

type-question

**Issue by [seaneagan](https://github.com/seaneagan)** _Originally opened as dart-lang/sdk#12030_ --- The logging package should provide support for converting LogRecords into Strings. In Java's logback these are called Layouts: http://logback.qos.ch/manual/layouts.html For example: class...

type-enhancement

_Originally opened as dart-lang/sdk#12031_ _This issue was originally filed by @seaneagan_ --- Now that Logger uses Streams (issue #7), what is the purpose of LoggerHandler? AFAIK, typedefs are not exposed...

next-breaking-release

_Originally opened as dart-lang/sdk#20140_ _This issue was originally filed by alexanderqn...@gmail.com_ --- **What steps will reproduce the problem?** 1. Create an HTTP server 2. Transform requests with MimeMultipartTransformer 3. listen()...

type-bug

**Issue by [alan-knight](https://github.com/alan-knight)** _Originally opened as dart-lang/sdk#21287_ --- I spent a bit of time wondering why my transformer wasn't working before realizing I'd written transformer: instead of transformers: in my...

type-enhancement

**Issue by [sigmundch](https://github.com/sigmundch)** _Originally opened as dart-lang/sdk#8630_ --- We might need some additional line-breaks on the formatting of multiple warnings/errors. In the current form, I visually group the last sentence...

type-enhancement
contributions-welcome
good first issue
P3