-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Meta Issue - Tracks all issues needed to deploy Dart 2.0 #30272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Zach, I have moved this comment over to the top block to have everything in one place. |
Re: full unit test coverage for the parser. Should we also be testing packages such as 'source_gen' that are heavily dependent on analyzer? The list above explicitly mentions parser errors and type checking. Do we have a clear road map for generating other errors in FE? Do we have a plan for how we're going to handle discrepancies between the errors produced by FE and those produced by analyzer? (This impacts quick fixes and the "// ignore" feature. |
yes, added them to the list as well
I'll start a thread offline about this. |
I am setting the milestone of this bug as 2.0-Beta1 which is more reasonable as we want all the above to be done before declaring beta complete. |
Which subitem can I use to track the added support of runtime checks to dart2js and the VM? I see no item for "implement runtime checks" (for strong mode features). I'd like to use such an issue in the Strong mode docs. cc @kwalrath |
issue #31312 was used to track support for runtime checks in the VM |
@a-siva - thanks. The issue is closed, so will VM support be available in the next dev release (2-dev.27)? |
We are consolidating all the Dart 2 features under the --preview-dart-2 flag and this consolidation should happen by the next dev release (2-dev-24). |
Thanks, |
@a-siva - when will |
We are one CL away from @sivachandra to get to that point, I have created #32296 to track this |
We're now tracking issues needed for Dart2 Stable in the Dart2-Beta 3/Beta4/Stable milestones. Closing this meta-issue. |
This is a meta-issue to track in one place all pending tasks to ship the shared FE to all of our tools
Analyzer integration
resynthesize element model from kernel
@informational
dataimplement type checker in FE
copy FE type-inference results to analyzer ast
complete fasta-parser for analyzer
Error recovery revisited
FE features for Dart2js integration
dart:_internal
in native unit testsFE features for bazel integration
Kernel Support
Dart VM and Flutter Engine/tools
FE Completeness
Speed
Memory footprint
Maturity & Cleanup
libraries.json
to fasta on the command line #29882The text was updated successfully, but these errors were encountered: