Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Created October 12, 2016 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbergstroem/a1f09a3f1974e3dbf214b93a1c5997fc to your computer and use it in GitHub Desktop.
Save jbergstroem/a1f09a3f1974e3dbf214b93a1c5997fc to your computer and use it in GitHub Desktop.
# 51fc9b3c12f8660e3f9d47b036f1758c259f1206
ok 1 fixes-url: skipping fixes-url # SKIP
ok 2 line-length: line-lengths are valid
ok 3 metadata-end: metadata is at end of message
not ok 4 pr-url: Commit must have a PR-URL. (null)
---
{ found: null,
compare: '===',
wanted: '',
at:
{ line: 0,
column: 0,
body:
[ '',
'This adds process.emitExperimentalWarning() which can used to',
'communicate to our users that a feature they are using is experimental',
'and can be changed/removed at any time.',
'',
'Ref: https://github.com/nodejs/node/issues/9036' ] } }
...
not ok 5 reviewers: Commit must have at least 1 reviewer. (null)
---
{ found: null,
compare: '===',
wanted: '',
at:
{ line: 0,
column: 0,
body:
[ '',
'This adds process.emitExperimentalWarning() which can used to',
'communicate to our users that a feature they are using is experimental',
'and can be changed/removed at any time.',
'',
'Ref: https://github.com/nodejs/node/issues/9036' ] } }
...
ok 6 subsystem: valid subsystems [process]
ok 7 title-length: Title is <= 50 columns.
# 2806e9e3f2ce02086ca96121f5229c35bb19c4f2
ok 1 fixes-url: skipping fixes-url # SKIP
ok 2 line-length: line-lengths are valid
ok 3 metadata-end: metadata is at end of message
not ok 4 pr-url: Commit must have a PR-URL. (null)
---
{ found: null,
compare: '===',
wanted: '',
at:
{ line: 0,
column: 0,
body:
[ '',
'This is currently an experimental feature, so we should make sure users',
'are aware that it can be changed at any time.',
'',
'Ref: https://github.com/nodejs/node/issues/9036' ] } }
...
not ok 5 reviewers: Commit must have at least 1 reviewer. (null)
---
{ found: null,
compare: '===',
wanted: '',
at:
{ line: 0,
column: 0,
body:
[ '',
'This is currently an experimental feature, so we should make sure users',
'are aware that it can be changed at any time.',
'',
'Ref: https://github.com/nodejs/node/issues/9036' ] } }
...
not ok 6 subsystem: Invalid subsystem: "internal" (internal: emit experimental warning when using --inspect)
---
{ found: 'internal: emit experimental warning when using --inspect',
compare: 'indexOf() !== -1',
wanted:
[ 'benchmark',
'build',
'deps',
'doc',
'lib',
'node',
'src',
'test',
'tools',
'assert',
'async_wrap',
'buffer',
'child_process',
'cluster',
'console',
'constants',
'crypto',
'debugger',
'dgram',
'dns',
'domain',
'events',
'fs',
'http',
'https',
'module',
'net',
'os',
'path',
'process',
'punycode',
'querystring',
'readline',
'repl',
'stream',
'string_decoder',
'sys',
'timers',
'tls',
'tty',
'url',
'util',
'v8',
'vm',
'zlib' ],
at: { line: 0, column: 0, body: undefined } }
...
not ok 7 title-length: Title must be <= 50 columns.
---
{ found: 56,
compare: '<=',
wanted: 50,
at:
{ line: 0,
column: 50,
body: 'internal: emit experimental warning when using --inspect' } }
...
0..14
# tests 14
# pass 6
# fail 6
0..14
# tests 14
# pass 6
# fail 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment