-
Notifications
You must be signed in to change notification settings - Fork 580
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
Convert the Legacy Puppet functions to the Modern format #1260
Comments
What's your view on if they should be name spaced with |
Somehow this doesn't link back to #1259 but that's where this came up. In #1259 (comment) I stated pretty much the same as @b4ldr that I do feel stdlib is special and can be in the global namespace. |
Hello! 👋 This issue has been open for a while and has had no recent activity. We've labelled it with If you are waiting on a response from us we will try and address your comments on a future Community Day. Alternatively, if it is no longer relevant to you please close the issue with a comment. |
This still needs doing... |
Since the release of the Modern Puppet function format several of the functions and all new ones to be added have been written in it, however the vast majority of the original functions remain in the Legacy format.
While they are still functional and will not currently cause any errors in their use, they are still outdated and using a format that has been fazed out, potential causing potential problems down the line.
As such it would be best to update them now before any issues can arise.
The text was updated successfully, but these errors were encountered: