-
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
Add an sdkVersionConstraint
getter to WorkspacePackage
#54043
Comments
Let me summarize where I think that conversation landed. Let me know if I've misunderstood. We're moving from We're moving from We're postponing the decision about whether to wrap these values in an internal object for convenience and safety until we've had a change to understand what the impact would actually be. |
That sounds right. Does it follow that |
Do you mean |
Yes, the proposal is that there will be a new |
@keertip For visibility. |
sdkVersionConstraint
getter to WorkspacePackage
@keertip: I was possibly going to take a look at this (unless you want to?) |
@pq, that's fine by me, have not had the cycles to start on this as yet. |
See: #54043. In a follow-up, we'll: * deprecate `AnalysisOptions.sdkVersionConstraint` and * update all callers to use `PubWorkspacePackage` Change-Id: Ie24861d50168de79e6a6db511887aea5148987f5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/340021 Commit-Queue: Phil Quitslund <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
Implemented w/ a354347. |
See discussion in https://dart-review.googlesource.com/c/sdk/+/335063/3/pkg/analysis_server/lib/src/services/user_prompts/dart_fix_prompt_manager.dart.
The text was updated successfully, but these errors were encountered: