-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Analyzer: can't handle InvocationMirror and references to noSuchMethod() #3524
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
legacy-area-analyzer
Use area-devexp instead.
P3
A lower priority bug or feature request
Milestone
Comments
Added this to the M1 milestone. |
Removed Priority-Medium label. |
copybara-service bot
pushed a commit
that referenced
this issue
Aug 15, 2022
This is a cherry-pick to beta. Changes: ``` > git log --format="%C(auto) %h %s" 9bf4289..27adcf4 https://dart.googlesource.com/pub.git/+/27adcf41 Fix remaining usages of path.prettyUri on git uris (#3524) ``` Diff: https://dart.googlesource.com/pub.git/+/9bf4289d6fd5d6872a8929d6312bbd7098f3ea9c~..27adcf41ab43023c45dafb4ef9b1e3ec0885f102/ Change-Id: I6f7c3eb4f78bede25e342f4c8976ec7141db2128
copybara-service bot
pushed a commit
that referenced
this issue
Aug 23, 2022
Changes: ``` > git log --format="%C(auto) %h %s" ac7db6c..ec35d46 https://dart.googlesource.com/pub.git/+/ec35d462 Fix null-safety warning in dart.dart (#3514) https://dart.googlesource.com/pub.git/+/7d30cf0b Allow pubspec key 'funding' (#3529) https://dart.googlesource.com/pub.git/+/8ff63a8e Fix remaining usages of path.prettyUri on git uris (#3524) https://dart.googlesource.com/pub.git/+/bc32a30e Fix typo "exitcode" (#3511) ``` Diff: https://dart.googlesource.com/pub.git/+/ac7db6c07318efa4a8712110275eaf70f96a6d00~..ec35d46261b610e558dfd0d8525ca3fc8387b4b7/ Change-Id: I535f4fab8940ee8400ef75369d35fb4c1ee3adab Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255990 Reviewed-by: Sarah Zakarias <zarah@google.com> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
copybara-service bot
pushed a commit
that referenced
this issue
Aug 23, 2022
This reverts commit 78636aa. Reason for revert: This breaks the google3 roll. We need to roll frontend_server_client first. Original change's description: > Bump pub to ec35d46261b610e558dfd0d8525ca3fc8387b4b7 > > Changes: > ``` > > git log --format="%C(auto) %h %s" ac7db6c..ec35d46 > https://dart.googlesource.com/pub.git/+/ec35d462 Fix null-safety warning in dart.dart (#3514) > https://dart.googlesource.com/pub.git/+/7d30cf0b Allow pubspec key 'funding' (#3529) > https://dart.googlesource.com/pub.git/+/8ff63a8e Fix remaining usages of path.prettyUri on git uris (#3524) > https://dart.googlesource.com/pub.git/+/bc32a30e Fix typo "exitcode" (#3511) > > ``` > > Diff: https://dart.googlesource.com/pub.git/+/ac7db6c07318efa4a8712110275eaf70f96a6d00~..ec35d46261b610e558dfd0d8525ca3fc8387b4b7/ > Change-Id: I535f4fab8940ee8400ef75369d35fb4c1ee3adab > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255990 > Reviewed-by: Sarah Zakarias <zarah@google.com> > Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> TBR=sigurdm@google.com,zarah@google.com Change-Id: I9f46b5a63f8c3f0b11a9fe1d348696b1f988e5ca No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256080 Reviewed-by: Sigurd Meldgaard <sigurdm@google.com> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Jonas Jensen <jonasfj@google.com>
copybara-service bot
pushed a commit
that referenced
this issue
Aug 25, 2022
This is a reland of commit 78636aa Original change's description: > Bump pub to ec35d46261b610e558dfd0d8525ca3fc8387b4b7 > > Changes: > ``` > > git log --format="%C(auto) %h %s" ac7db6c..ec35d46 > https://dart.googlesource.com/pub.git/+/ec35d462 Fix null-safety warning in dart.dart (#3514) > https://dart.googlesource.com/pub.git/+/7d30cf0b Allow pubspec key 'funding' (#3529) > https://dart.googlesource.com/pub.git/+/8ff63a8e Fix remaining usages of path.prettyUri on git uris (#3524) > https://dart.googlesource.com/pub.git/+/bc32a30e Fix typo "exitcode" (#3511) > > ``` > > Diff: https://dart.googlesource.com/pub.git/+/ac7db6c07318efa4a8712110275eaf70f96a6d00~..ec35d46261b610e558dfd0d8525ca3fc8387b4b7/ > Change-Id: I535f4fab8940ee8400ef75369d35fb4c1ee3adab > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255990 > Reviewed-by: Sarah Zakarias <zarah@google.com> > Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Change-Id: I9c50c7b5ea01fc24cc97b328766ad7d2b9c4b36e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256280 Reviewed-by: Sarah Zakarias <zarah@google.com> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This issue was closed.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
legacy-area-analyzer
Use area-devexp instead.
P3
A lower priority bug or feature request
This issue was originally filed by zundel@google.com
For the analyzer, this should be just a matter of getting the right library files in place.
The text was updated successfully, but these errors were encountered: