(MODULES-8193) - Wrapper methods created for inbuilt 4.x functions#1151
(MODULES-8193) - Wrapper methods created for inbuilt 4.x functions#1151tphoney merged 2 commits intopuppetlabs:masterfrom david22swan:MODULES-8193
Conversation
|
Tested wrappers by replacing mentions of the actual functions within the code. |
|
This pr has been created to allow users to continue to utilize the same function calls after having moved to puppet 4, as the change in naming between the 3.x and 4.x functions would cause breakages for anyone that makes the switch without updating their function calls. |
|
Unit tests would be great for this, to show that we at least have the happy path tested. |
|
just waiting on the tests .... to finish |
|
Having some trouble getting the deprecation warning check to work. I've done the wrappers a little differently than how it is in stdlib |
|
So these new wrapper functions, are they mentioned in the readme, do they come out when strings is run ? |
|
Made a strings run, the functions are now in the reference.md. |
These were created to bridge the gap between the 4.x and 3.x functions and account for the difference in their naming.
|
@david22swan sorry to point it out |
These were created to bridge the gap between the 4.x and 3.x functions and account for the difference in their naming.