Skip to content
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

(PDK-450) remove stdlib dependency #278

Merged
merged 1 commit into from
Sep 5, 2017

Conversation

DavidS
Copy link
Contributor

@DavidS DavidS commented Aug 31, 2017

Having the stdlib dependency in there, but not in the rspec-puppet fixtures
leads to painful expectations: stdlib functions are available, but using
them in the code leads to test failures. Adding it to the fixtures would
cause the default PDK workflow to require a online connection, so this
instead removes the unforced dependency.

Having the stdlib dependency in there, but not in the rspec-puppet fixtures
leads to painful expectations: stdlib functions are available, but using
them in the code leads to test failures. Adding it to the fixtures would
cause the default PDK workflow to require a online connection, so this
instead removes the unforced dependency.
@DavidS DavidS force-pushed the remove-stdlib-dependency branch from eac4e16 to f6a431a Compare August 31, 2017 11:19
@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.707% when pulling f6a431a on DavidS:remove-stdlib-dependency into 3ef0637 on puppetlabs:master.

@puppetlabs puppetlabs deleted a comment from coveralls Aug 31, 2017
Copy link

@james-stocks james-stocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@james-stocks
Copy link

Code LGTM, and the approach of removing the dependency instead of adding more to the template to support it sound good; but the latter should maybe get one more +1

@DavidS
Copy link
Contributor Author

DavidS commented Aug 31, 2017

Yeah. For reference, https://tickets.puppetlabs.com/browse/PDK-460 also needs to be done to fully "solve" this issue.

@DavidS DavidS added the bug label Sep 1, 2017
@DavidS DavidS merged commit 7a9d833 into puppetlabs:master Sep 5, 2017
@DavidS DavidS deleted the remove-stdlib-dependency branch September 5, 2017 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants