-
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
Update dependencies in pkg/analyzer and release #26711
Comments
+1. I notice version skew between the warnings reported by the latest dev sdk and that reported by the last published analyzer version ( |
Ping? Not burning the world down, but it is causing some version skew across some important packages. |
For analysis_server, analyzer, analyzer_cli, compiler packages Progress on #26711 R=brianwilkerson@google.com Review URL: https://codereview.chromium.org/2172683002 .
This is blocking dart-lang/test#414. We need to upgrade analyzer to get better parsing, but if we do so its constraints mean our other dependencies are no longer strong-mode clean 😕. |
Also, it looks like analyzer 0.27.3 is incompatible with crypto 2.0.0 and web_socket_channel 1.0.4 for whatever reason. |
It looks like the source in the sdk repo supports the latest packages. A non-dev version of the /cc @bwilkerson |
We should get this assigned to someone now that it's tagged P1. @bwilkerson who can work on this? |
Anyone. It doesn't even need to be someone on the analyzer team. I'm not sure, based on the comments, what all needs to be done. My best guess is that analyzer's pubspec needs to be updated to allow html 0.13.0 (because it's in the checklist) and that we need to publish a non-alpha version of analyzer. Is that sufficient? What are the criteria for success? |
The version constraints for html have been updated (https://codereview.chromium.org/2202573002/). Is there anything else needed before we publish a non-alpha version? |
Version 0.27.4 of analyzer has now been published. Can someone please let me know whether this solves the problem. |
@kevmoo, are we good? |
We're good! Thanks! |
Will have to update DEPS and changes analyzer_cli, etc
Many things that use pkg/analyzer are not getting the latest version of pkg/crypto, pkg/convert because the latest version has not been published
The text was updated successfully, but these errors were encountered: