You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pupetlabs-stdlib version 4.10.0, the validate_re function was "improved" to include not allowing its use on any value other than a string. This breaks existing code that relied on undef being treated the same as an empty string in the previous version.
I will submit a PR to fix the failing validate_re instances.
The text was updated successfully, but these errors were encountered:
In
pupetlabs-stdlib
version 4.10.0, thevalidate_re
function was "improved" to include not allowing its use on any value other than a string. This breaks existing code that relied onundef
being treated the same as an empty string in the previous version.I will submit a PR to fix the failing
validate_re
instances.The text was updated successfully, but these errors were encountered: