-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Remove "legacy-resolver" option, part 1 #9631
base: main
Are you sure you want to change the base?
Conversation
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
c48a7f7
to
708e39b
Compare
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
708e39b
to
1a22c40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My two cents here: The change looks good, but let's not merge this for 21.1.
I'm not sure any one of us will have the bandwidth to deal with the pitchforks that come in when we'll release this.
That sounds like a good call. |
Yup, sounds sensible. |
1a22c40
to
1c985e7
Compare
What's the state here? |
Same as #10946 (comment) -- the new resolver still does not have feature parity on a couple of workflows and we should cover those before we remove the legacy resolver. |
This is a subset of #9695
This is the first step on the road to fully remove the legacy resolver. The aims of this PR are strictly as follows:
--use-deprecated=legacy-resolver
Edit: thanks to #9739 the yaml tests issue has been eliminated.