-
Notifications
You must be signed in to change notification settings - Fork 2
FEA-3240: Support Dart v3 #116
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
base: master
Are you sure you want to change the base?
Conversation
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on Slack: #support-infosec. |
Is there anything I can do to help get this in? Dart 3 has been out for a while now, and a fair few projects have started moving over. |
Sorry @isaacharrisholt, I must have missed your message! We've been in the progress of migrating a massive dart 2 project and this update just hasn't been a priority for us at the moment If you want to take what I've got here, and polish it up, I'd be happy to give that a review. Otherwise it might be a few more months before we can commit to getting this merged |
FEA-3240
I recently discovered that analyzer
v5.13.0
can successfully analyze dart 3 code, which in relation means that scip-dart can run on dart3 codeThis pr updates the upper bound of the scip-dart cli to allow indexing using any dart version above
2.19.6
, and below dartv4
This pr also adds a special snapshot project just for these dart3 features. Reviewing the results of that snapshot file should verify dart 3 features ran on an analyzer
v5.13
The previous "dart 3 support branch" has now become the analyzer v6 branch: #68, since this bumps the required lower bound up to dart 3, it will need to stay in draft state