-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add full support for dart 2.0 mode in command line Dart and SDK #31807
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
Related bugs that should be addressed for this support to be complete
Other FE issues that need to be fixed to get to being fully functional
Steps for later once the kernel format has stabilized
|
For my own edification, the current way to run the VM with the CFE is using the script |
Will Dart2 run Dart1 programs or |
The SDK is gradually moving to running Dart 2 only. As the SDK gets to Dart 2 only, you'd need a separate SDK installed to run Dart 1. |
Don't you think this will cause issues if people use Dart apps that are not yet ported? |
Can you open a new issue?
…On Wed, Jan 10, 2018 at 11:31 PM, Günter Zöchbauer ***@***.*** > wrote:
Don't you think this will cause issues if people use Dart apps that are
not yet ported?
There can't be 2 dart.exe in the path at the same time.
Sorry for the noise in this thread, is it worth creating a new issue for
that?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31807 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACAsWyJBkE77_qnWkA6Zv4GhHFOVZTXfks5tJbjHgaJpZM4RYA_i>
.
|
@a-siva, it looks like |
Not yet, we are still one CL away from it, --strong and --reify-generic-methods is not on when --preview-dart-2 is specified. |
This is done. |
This is a meta bug to track support for dart 2.0 mode in command line Dart and SDK.
The idea is we need to get to a point where one could say
dart --preview-dart-2 hello.dart
and it works.
The text was updated successfully, but these errors were encountered: