Nicholas Shahan
Nicholas Shahan
I want to bring this package to your attention: https://pub.dev/documentation/dart_internal/latest/extract_type_arguments/extract_type_arguments-library.html It requires an out of spec feature from the compilers to support it but it was deemed too breaking to...
> Those two features are not quite the same: The improved type inference which is discussed in this issue is a static analysis, and the 'extract_type_arguments' library provides a feature...
Assigning to low as this will probably go away in some upcoming refactoring and rewrites.
Does this take time to deploy the changes from your fix? I just got a LUCI email today and the link goes to https://dart-ci.firebaseapp.com/ (the top of the page) instead...
> The links in the emails should be correct and deep links to the relevant commit. Thanks, you are right. I didn't notice that the link in the email contained...
The debug symbols project referenced above was deprioritized so that hasn't happened yet but there are no technical blockers for it in the future. AFAIK this is still a deficiency...
Instance extension methods in Dart are treated as syntactic sugar for a static method that takes an instance of the "on" type as the first argument of the method. If...
The debug symbols project referenced above was deprioritized so that hasn't happened yet but there are no technical blockers for it in the future. AFAIK this is still a deficiency...
@kallentu It will be helpful if the CFE can provide predicates to identify which variables are created by the lowering for wildcards. We already have other predicates for other lowerings...
A change has landed in Chrome that resolves this issue. This will be available in chrome stable v128 with a possibility of being cherry picked to beta v127. Chrome issue:...