-
Notifications
You must be signed in to change notification settings - Fork 582
Puppet 4 functions #1079
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
Puppet 4 functions #1079
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1079 +/- ##
=========================================
- Coverage 4.54% 2.86% -1.69%
=========================================
Files 183 319 +136
Lines 5238 8104 +2866
=========================================
- Hits 238 232 -6
- Misses 5000 7872 +2872
Continue to review full report at Codecov.
|
I've started some work to finalise this in https://github.com/DavidS/puppetlabs-stdlib/tree/modules-1882-move-function-api and https://tickets.puppetlabs.com/browse/IAC-114 |
@DavidS you're on vacation so don't answer this til you get back, but can this PR be closed in favor of forward movement in IAC-114? |
# | ||
# @summary | ||
# @summary | ||
# **DEPRECATED:** This function will be removed when Puppet 3 support is dropped; please migrate to the new parser's typing system. |
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.
Given that V3 support was dropped in 2019, should this function be kept or dropped 9e8ce94#diff-12e598daecade60b04e493f45c134fec9287ac7471114d95d1995b4fb651a6c8
@binford2k There is more work to be done on this. This comment is in relation to both this PR and @DavidS WIP PR mentioned above: https://github.com/DavidS/puppetlabs-stdlib/tree/modules-1882-move-function-api Also this is the ticket in relation to this: https://tickets.puppetlabs.com/browse/IAC-114 |
Recreating #1078 with a fork and rubocop fixes.