-
Notifications
You must be signed in to change notification settings - Fork 821
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
FIX Ensure environment is checked before enabling deprecations #11055
FIX Ensure environment is checked before enabling deprecations #11055
Conversation
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.
Good catch, that didn't occur to me when we approved the previous change.
MOG
I think I've still got it wrong - I'm gonna add checking the static |
PR turned to draft for further changes
0366ccf
to
36c6394
Compare
There we go, this should be correct and tests all scenarios.
|
36c6394
to
24b71f4
Compare
And one last change to make the relationship between the static and the env variable clearer. This is ready for review now. |
It's quite hard to read compared to what it was before, but I think we need both the nested and the elseif stanzas.
|
24b71f4
to
52e5b8c
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.
This should target 4.13? PR that was originally made targeted 4.13 - #11053
Yup, I must have forgotten to swap the target branch. Fixed and force-pushed to kick off tests again. |
52e5b8c
to
bc6f5f7
Compare
Issue