(MODULES-2245) Fixes issue with assumption of strings#122
Merged
ferventcoder merged 1 commit intopuppetlabs:masterfrom Jul 16, 2015
cyberious:master
Merged
(MODULES-2245) Fixes issue with assumption of strings#122ferventcoder merged 1 commit intopuppetlabs:masterfrom cyberious:master
ferventcoder merged 1 commit intopuppetlabs:masterfrom
cyberious:master
Conversation
Contributor
Author
There was a problem hiding this comment.
validate_re always requires a string, so instead we are now using the is_integer method from stdlib and validating this way to avoid casting it to a string just to check if it is an integer
- Puppet < 4 casts numbers to string, now they remain numeric this is to hand that case for next release of Puppet Enterprise
Contributor
|
Minor nit with commit - |
Contributor
|
Second nit with commit - need an empty line between summary and message. |
Contributor
Author
|
fixed commit messages |
Contributor
|
please push :) |
Contributor
|
We can't even pass lint for our licensing!! |
Contributor
|
We need to add the lint bits in there. Perhaps as another issue . |
ferventcoder
added a commit
that referenced
this pull request
Jul 16, 2015
(MODULES-2245) Fixes issue with assumption of strings
Contributor
|
Darn it, meant to fix up the commit message prior to that merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this is to handle that case for next release of Puppet Enterprise