-
Notifications
You must be signed in to change notification settings - Fork 582
Remove deprecated downcase function #1318
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
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.
LGTM
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.
There also is an upcase
function we can remove for the same reason.
Do you think this (and lots of the similar PRs) actually needs be be marked as breaking? If the function has been built-in since Puppet 6 and we dropped 5 a long time ago?? Unlike say, |
Im not sure, i can go back and get them changed, this was more so the resulting version change would be a Major version, but i guess dropping puppet 6 will also do that... |
Note: Deprecated from Puppet 6.0.0, this function has been replaced with a
built-in
downcase
function.