Jenny Messerly
Jenny Messerly
ah chatted about that example, it's probably the same issue. Any ListBase/Mixin that uses a `length` field will be broken (because that is what ListMixin does: implement all members in...
thanks for collecting all of these! > Cannot (re)define local Object, Error classes in core.js. This can be worked around by attaching the classes to some namespace (here core is...
:+1: , that would be super useful.
> If we add a final annotation, I don't think it should be specific to strong mode. agreed, these seem like useful static checking things (similar to `@override`) > I'm...
> I can't say about the "strong is" and "strong as" because I don't understand them well enough. Would they provide value beyond the normal 'is' and 'as' operators when...
btw, the code came from here in async_star_test.dart: ``` dart test("call delays", () { var list = []; f() async* { list.add(1); yield 2; } var res = f().forEach(list.add); list.add(0);...
@devoncarew it's a goal, eventually :). For now it's not. As you can see, we have issues in packages we depend on. Also some issues are hard to fix without...
I'll go fork another bug for the package:html issues, that one seems like a big offender :)
html bug is https://github.com/dart-lang/html/issues/38
update: we're blocked on html, and it's blocked on #337