Jacob MacDonald

Results 160 issues of Jacob MacDonald

Related to https://github.com/dart-lang/test/issues/1706. We might be able to implement a fairly basic heuristic to detect this situation, and direct users to `flutter test`.

type-enhancement

Closes https://github.com/dart-lang/language/issues/3555 Specifies a bit more precisely how augmenting constructors are handled: - specifies what it means if there is no explicit body - specifies that all the same parameter...

augmentation-libraries

Both the v2 and v3 firebase collections contain elements using the tags `firebase-auth` and `firebase-document`. This makes composing together multiple elements which use different firebase api versions impossible.

The current ones only work for js element proxies, we need CoreResizableDart and CoreResizerDart in order to make `core-list-dart` work as expected.

Original report https://code.google.com/p/dart/issues/detail?id=22235, copied below: Reported by robbishop65, Feb 2 I have some code with a core-list-dart being added at runtime as the result of a user action and then...

see original report https://groups.google.com/a/dartlang.org/forum/?utm_medium=email&utm_source=footer#!msg/web/wM3diTT5Ceg/98pfjFUs6wQJ. dart repro: https://gist.github.com/jakemac53/8a4e59c61acbeb80d1cc js clone which works: http://jsbin.com/giregemanu/1/edit

Mangling names would be hard due to the js-interop, but we should be able to save a lot of space by just removing comments and collapsing whitespace. We should do...

These are all failing in dartium on the bots (but not locally)