Bob Nystrom
Bob Nystrom
The CFE issue is [here](https://github.com/dart-lang/sdk/issues/51576). Echoing a comment there on the main issue here for posterity: This is a language versioned changed. It's an error to use `:` as a...
I think so. This change is @lrhn's baby, but as far as I know, it's done.
Closing this because switch expressions are now enabled in the bleeding edge Dart SDK. 🎉
No idea. Deferred loading is mostly a mystery to me. Maybe @lrhn, @eernst, or @leafpetersen would know?
No, I suggested they file this issue. :)
> "throw if null operator" For what it's worth, the language already has a "if-null expression" (`??`), so a separate "throw if null expression" might be confusingly read as "throw...
> While the operator could accurately be thought of as a cast, that isn't now it's presented to the user in the exception that's thrown: It may not be how...
> which I think comes with worse downsides (imo), and is overall more confusing/magic. Since this is only a prototype anyway, maybe it's worth adding support for these capabilities and...
> Only a bit over 10% of users have bothered to use either lint Yeah, it's hard to get good data from that. I scraped a big corpus of pub...
Many files contain only a couple of local variables (often just one), so that can make the data appear a little more "all or nothing" since the denominator is so...