Michael Thomsen
Michael Thomsen
CR in https://dart-review.googlesource.com/c/sdk/+/202144
CR has landed. @munificent can we close this bug?
Transferred to new repo for official image
Should we consider adding a new tag for it, e.g. ? ``` name: helloworld executables: helloworld: runtime: aot ```
cc @sigurdm any idea why pub has different behavoir here?
It seems a bit premature to take points away before the old APIs are clearly marked as deprecated and new APIs are marked stable?
This is actively being considered. We're looking into options for how to get a representative count of downloads / `pub gets`, even for cases where the package is still in...
This is actively being worked on; we're adding various telemetry to enable this. But it will take a while before this is complete enough that we can start displaying it.
Should update GOOD to also include this 2nd case: ```dart class A {} class B extends A {} A? a; var v = a as B?; ``` cc @pq
Would like to undetstand how this affects Google3 before making a choice.