-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Analyzer throw Unhandled exception #25779
Comments
Please review: |
Looks good to me! Thanks! Let me know if you have any trouble committing the change. |
@bwilkerson |
Have you followed the steps here: https://github.com/dart-lang/sdk/wiki/Contributing ? |
@bwilkerson kzhao@MacBook-Pro-3:sdk (fix_analyzer_unhandled_exception) $ git cl land Presubmit checks passed. BUG= Review URL: https://codereview.chromium.org/1693223002 . Please make sure you have the correct access rights |
@kevmoo Can you look into why he doesn't have permission to commit? Thanks! |
I don't think folks can commit directly unless they are committers. We haven't traditionally given that out unless folks met with the Chromium guidelines: https://www.chromium.org/getting-involved/become-a-committer (TL;DR 10-20 non-trivial patches) Our traditional approach is described here: https://www.chromium.org/developers/contributing-code#TOC-Committing-a-patch-for-a-non-committer (which links to https://www.chromium.org/developers/contributing-code/external-contributor-checklist) Since this is GitHub, I often just encourage folks to re-send it as a pull request, which you can LGTM & accept with one click. |
Agreeing with @jmesserly – can we run w/ a pull request here? Or one could land the CL using |
@kzhdev Have you signed the CLA agreement? |
...I noticed the email you have for https://codereview.chromium.org/user/kzhdev is different than your github email, @kzhdev |
Closed with 7199398 |
@bwilkerson @kevmoo |
Nope. I'm not sure what the problem was, but every bot that failed when running with the code you wrote has since started passing again. |
@bwilkerson |
in analyzer/src/dart/element/element.dart:1588, evaluationResult need to be null checked
The text was updated successfully, but these errors were encountered: