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

lib: extract validateNumber validator #22249

Closed
wants to merge 1 commit into from

Conversation

maclover7
Copy link
Contributor

Pulls out another common argument validator to internal/validators

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Pulls out another common argument validator to `internal/validators`
@nodejs-github-bot nodejs-github-bot added the lib / src Issues and PRs related to general changes in the lib or src directory. label Aug 10, 2018
@maclover7
Copy link
Contributor Author

@trivikr
Copy link
Member

trivikr commented Aug 12, 2018

@maclover7
Copy link
Contributor Author

@trivikr
Copy link
Member

trivikr commented Aug 14, 2018

@maclover7
Copy link
Contributor Author

Re node-test-commit-linux failures, alpine-latest-x64 is a known infrastructure flake and test.async-hooks/test-callback-error failing on fedora-latest-x64 is a known flaky test being tracked at #15985. Since all failures are non specific to this PR, going to go ahead and land this.

@maclover7 maclover7 closed this Aug 14, 2018
@maclover7
Copy link
Contributor Author

Landed in 3e44b8c

@maclover7 maclover7 deleted the jm-validatenumber branch August 14, 2018 15:35
maclover7 added a commit that referenced this pull request Aug 14, 2018
Pulls out another common argument validator to `internal/validators`

PR-URL: #22249
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@targos
Copy link
Member

targos commented Aug 19, 2018

Should this be backported to v10.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label.

targos pushed a commit that referenced this pull request Aug 24, 2018
Pulls out another common argument validator to `internal/validators`

PR-URL: #22249
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos pushed a commit that referenced this pull request Sep 3, 2018
Pulls out another common argument validator to `internal/validators`

PR-URL: #22249
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos pushed a commit that referenced this pull request Sep 6, 2018
Pulls out another common argument validator to `internal/validators`

PR-URL: #22249
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib / src Issues and PRs related to general changes in the lib or src directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants