[Pkg-javascript-commits] [node-json5] branch master updated (5e7b83a -> e3026b2)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Feb 9 15:11:56 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository node-json5.
from 5e7b83a Import Debian patch 0.5.0-1
new 822670a New upstream version 0.5.1
new 8d57fa9 Update upstream source from tag 'upstream/0.5.1'
new 992b7b8 modernize
new 1aa632d embed tests from submodule
new 34375c0 update copyright
new 789aedb enable tests
new 496a64b disable failing tests
new 0c151cb enable autopkgtest
new 6835a14 update changelog
new 7a14691 add mocha as build dep
new 0396006 add upstream bug
new e3026b2 fix permissions
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitmodules | 3 +++
CHANGELOG.md | 11 +++++++++++
LICENSE.md | 21 +++++++++++++++++++++
README.md | 7 ++++---
debian/changelog | 9 +++++++++
debian/compat | 2 +-
debian/control | 8 ++++----
debian/copyright | 4 ++++
debian/json5-tests/LICENSE.md | 21 +++++++++++++++++++++
test/readme.md => debian/json5-tests/README.md | 13 ++++++-------
.../json5-tests}/arrays/empty-array.json | 0
.../json5-tests}/arrays/leading-comma-array.js | 0
.../arrays/lone-trailing-comma-array.js | 0
.../json5-tests}/arrays/no-comma-array.errorSpec | 0
.../json5-tests}/arrays/no-comma-array.txt | 0
.../json5-tests}/arrays/regular-array.json | 0
.../json5-tests}/arrays/trailing-comma-array.json5 | 0
.../block-comment-following-array-element.json5 | 0
.../block-comment-following-top-level-value.json5 | 0
.../comments/block-comment-in-string.json | 0
.../block-comment-preceding-top-level-value.json5 | 0
.../comments/block-comment-with-asterisks.json5 | 0
.../inline-comment-following-array-element.json5 | 0
.../inline-comment-following-top-level-value.json5 | 0
.../comments/inline-comment-in-string.json | 0
.../inline-comment-preceding-top-level-value.json5 | 0
.../comments/top-level-block-comment.errorSpec | 0
.../comments/top-level-block-comment.txt | 0
.../comments/top-level-inline-comment.errorSpec | 0
.../comments/top-level-inline-comment.txt | 0
.../comments/unterminated-block-comment.txt | 0
.../json5-tests}/misc/empty.txt | 0
.../json5-tests}/misc/npm-package.json | 0
.../json5-tests}/misc/npm-package.json5 | 0
.../json5-tests}/misc/readme-example.json5 | 0
.../json5-tests}/misc/valid-whitespace.json5 | 0
.../json5-tests}/new-lines/.editorconfig | 0
.../json5-tests}/new-lines/.gitattributes | 0
.../json5-tests}/new-lines/comment-cr.json5 | 0
.../json5-tests}/new-lines/comment-crlf.json5 | 0
.../json5-tests}/new-lines/comment-lf.json5 | 0
.../json5-tests}/new-lines/escaped-cr.json5 | 0
.../json5-tests}/new-lines/escaped-crlf.json5 | 0
.../json5-tests}/new-lines/escaped-lf.json5 | 0
.../numbers/float-leading-decimal-point.json5 | 0
.../json5-tests}/numbers/float-leading-zero.json | 0
...ailing-decimal-point-with-integer-exponent.json5 | 0
.../numbers/float-trailing-decimal-point.json5 | 0
.../numbers/float-with-integer-exponent.json | 0
.../json5-tests}/numbers/float.json | 0
.../json5-tests}/numbers/hexadecimal-empty.txt | 0
.../numbers/hexadecimal-lowercase-letter.json5 | 0
.../numbers/hexadecimal-uppercase-x.json5 | 0
.../numbers/hexadecimal-with-integer-exponent.json5 | 0
.../json5-tests}/numbers/hexadecimal.json5 | 0
.../json5-tests}/numbers/infinity.json5 | 0
.../numbers/integer-with-float-exponent.txt | 0
.../numbers/integer-with-hexadecimal-exponent.txt | 0
.../numbers/integer-with-integer-exponent.json | 0
.../integer-with-negative-float-exponent.txt | 0
.../integer-with-negative-hexadecimal-exponent.txt | 0
.../integer-with-negative-integer-exponent.json | 0
...integer-with-negative-zero-integer-exponent.json | 0
.../integer-with-positive-float-exponent.txt | 0
.../integer-with-positive-hexadecimal-exponent.txt | 0
.../integer-with-positive-integer-exponent.json | 0
...integer-with-positive-zero-integer-exponent.json | 0
.../numbers/integer-with-zero-integer-exponent.json | 0
.../json5-tests}/numbers/integer.json | 0
.../json5-tests}/numbers/lone-decimal-point.txt | 0
.../json5-tests}/numbers/nan.json5 | 0
.../negative-float-leading-decimal-point.json5 | 0
.../numbers/negative-float-leading-zero.json | 0
.../negative-float-trailing-decimal-point.json5 | 0
.../json5-tests}/numbers/negative-float.json | 0
.../json5-tests}/numbers/negative-hexadecimal.json5 | 0
.../json5-tests}/numbers/negative-infinity.json5 | 0
.../json5-tests}/numbers/negative-integer.json | 0
.../json5-tests}/numbers/negative-noctal.js | 0
.../json5-tests}/numbers/negative-octal.txt | 0
.../negative-zero-float-leading-decimal-point.json5 | 0
...negative-zero-float-trailing-decimal-point.json5 | 0
.../json5-tests}/numbers/negative-zero-float.json | 0
.../numbers/negative-zero-hexadecimal.json5 | 0
.../json5-tests}/numbers/negative-zero-integer.json | 0
.../json5-tests}/numbers/negative-zero-octal.txt | 0
.../numbers/noctal-with-leading-octal-digit.js | 0
.../json5-tests}/numbers/noctal.js | 0
.../json5-tests}/numbers/octal.txt | 0
.../positive-float-leading-decimal-point.json5 | 0
.../numbers/positive-float-leading-zero.json5 | 0
.../positive-float-trailing-decimal-point.json5 | 0
.../json5-tests}/numbers/positive-float.json5 | 0
.../json5-tests}/numbers/positive-hexadecimal.json5 | 0
.../json5-tests}/numbers/positive-infinity.json5 | 0
.../json5-tests}/numbers/positive-integer.json5 | 0
.../json5-tests}/numbers/positive-noctal.js | 0
.../json5-tests}/numbers/positive-octal.txt | 0
.../positive-zero-float-leading-decimal-point.json5 | 0
...positive-zero-float-trailing-decimal-point.json5 | 0
.../json5-tests}/numbers/positive-zero-float.json5 | 0
.../numbers/positive-zero-hexadecimal.json5 | 0
.../numbers/positive-zero-integer.json5 | 0
.../json5-tests}/numbers/positive-zero-octal.txt | 0
.../numbers/zero-float-leading-decimal-point.json5 | 0
.../numbers/zero-float-trailing-decimal-point.json5 | 0
.../json5-tests}/numbers/zero-float.json | 0
.../json5-tests}/numbers/zero-hexadecimal.json5 | 0
.../numbers/zero-integer-with-integer-exponent.json | 0
.../json5-tests}/numbers/zero-integer.json | 0
.../json5-tests}/numbers/zero-octal.txt | 0
.../json5-tests}/objects/duplicate-keys.json | 0
.../json5-tests}/objects/empty-object.json | 0
.../objects/illegal-unquoted-key-number.errorSpec | 0
.../objects/illegal-unquoted-key-number.txt | 0
.../objects/illegal-unquoted-key-symbol.errorSpec | 0
.../objects/illegal-unquoted-key-symbol.txt | 0
.../objects/leading-comma-object.errorSpec | 0
.../json5-tests}/objects/leading-comma-object.txt | 0
.../objects/lone-trailing-comma-object.txt | 0
.../json5-tests}/objects/no-comma-object.txt | 0
.../objects/reserved-unquoted-key.json5 | 0
.../json5-tests}/objects/single-quoted-key.json5 | 0
.../objects/trailing-comma-object.json5 | 0
.../json5-tests}/objects/unquoted-keys.json5 | 0
.../strings/escaped-single-quoted-string.json5 | 0
.../json5-tests}/strings/multi-line-string.json5 | 0
.../json5-tests}/strings/no-comma-array.errorSpec | 0
.../json5-tests}/strings/single-quoted-string.json5 | 0
.../strings/unescaped-multi-line-string.errorSpec | 0
.../strings/unescaped-multi-line-string.txt | 0
.../todo/unicode-escaped-unquoted-key.json5 | 0
.../json5-tests}/todo/unicode-unquoted-key.json5 | 0
debian/patches/disable-failing-tests.patch | 15 +++++++++++++++
debian/patches/interpreter.patch | 12 ------------
debian/patches/series | 2 +-
debian/rules | 13 ++++++++++---
debian/tests/control | 4 ++++
lib/json5.js | 5 ++++-
package.json | 10 +++++-----
package.json5 | 14 +++++++-------
test/parse.js | 7 ++++++-
test/stringify.js | 1 +
143 files changed, 137 insertions(+), 45 deletions(-)
create mode 100644 .gitmodules
create mode 100644 LICENSE.md
create mode 100644 debian/json5-tests/LICENSE.md
copy test/readme.md => debian/json5-tests/README.md (61%)
rename {test/parse-cases => debian/json5-tests}/arrays/empty-array.json (100%)
rename {test/parse-cases => debian/json5-tests}/arrays/leading-comma-array.js (100%)
rename {test/parse-cases => debian/json5-tests}/arrays/lone-trailing-comma-array.js (100%)
rename {test/parse-cases => debian/json5-tests}/arrays/no-comma-array.errorSpec (100%)
rename {test/parse-cases => debian/json5-tests}/arrays/no-comma-array.txt (100%)
rename {test/parse-cases => debian/json5-tests}/arrays/regular-array.json (100%)
rename {test/parse-cases => debian/json5-tests}/arrays/trailing-comma-array.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/comments/block-comment-following-array-element.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/comments/block-comment-following-top-level-value.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/comments/block-comment-in-string.json (100%)
rename {test/parse-cases => debian/json5-tests}/comments/block-comment-preceding-top-level-value.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/comments/block-comment-with-asterisks.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/comments/inline-comment-following-array-element.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/comments/inline-comment-following-top-level-value.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/comments/inline-comment-in-string.json (100%)
rename {test/parse-cases => debian/json5-tests}/comments/inline-comment-preceding-top-level-value.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/comments/top-level-block-comment.errorSpec (100%)
rename {test/parse-cases => debian/json5-tests}/comments/top-level-block-comment.txt (100%)
rename {test/parse-cases => debian/json5-tests}/comments/top-level-inline-comment.errorSpec (100%)
rename {test/parse-cases => debian/json5-tests}/comments/top-level-inline-comment.txt (100%)
rename {test/parse-cases => debian/json5-tests}/comments/unterminated-block-comment.txt (100%)
rename {test/parse-cases => debian/json5-tests}/misc/empty.txt (100%)
rename {test/parse-cases => debian/json5-tests}/misc/npm-package.json (100%)
rename {test/parse-cases => debian/json5-tests}/misc/npm-package.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/misc/readme-example.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/misc/valid-whitespace.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/new-lines/.editorconfig (100%)
rename {test/parse-cases => debian/json5-tests}/new-lines/.gitattributes (100%)
rename {test/parse-cases => debian/json5-tests}/new-lines/comment-cr.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/new-lines/comment-crlf.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/new-lines/comment-lf.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/new-lines/escaped-cr.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/new-lines/escaped-crlf.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/new-lines/escaped-lf.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/float-leading-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/float-leading-zero.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/float-trailing-decimal-point-with-integer-exponent.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/float-trailing-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/float-with-integer-exponent.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/float.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/hexadecimal-empty.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/hexadecimal-lowercase-letter.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/hexadecimal-uppercase-x.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/hexadecimal-with-integer-exponent.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/hexadecimal.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/infinity.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-float-exponent.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-hexadecimal-exponent.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-integer-exponent.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-negative-float-exponent.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-negative-hexadecimal-exponent.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-negative-integer-exponent.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-negative-zero-integer-exponent.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-positive-float-exponent.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-positive-hexadecimal-exponent.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-positive-integer-exponent.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-positive-zero-integer-exponent.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer-with-zero-integer-exponent.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/integer.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/lone-decimal-point.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/nan.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-float-leading-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-float-leading-zero.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-float-trailing-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-float.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-hexadecimal.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-infinity.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-integer.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-noctal.js (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-octal.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-zero-float-leading-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-zero-float-trailing-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-zero-float.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-zero-hexadecimal.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-zero-integer.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/negative-zero-octal.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/noctal-with-leading-octal-digit.js (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/noctal.js (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/octal.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-float-leading-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-float-leading-zero.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-float-trailing-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-float.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-hexadecimal.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-infinity.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-integer.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-noctal.js (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-octal.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-zero-float-leading-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-zero-float-trailing-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-zero-float.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-zero-hexadecimal.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-zero-integer.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/positive-zero-octal.txt (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/zero-float-leading-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/zero-float-trailing-decimal-point.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/zero-float.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/zero-hexadecimal.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/zero-integer-with-integer-exponent.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/zero-integer.json (100%)
rename {test/parse-cases => debian/json5-tests}/numbers/zero-octal.txt (100%)
rename {test/parse-cases => debian/json5-tests}/objects/duplicate-keys.json (100%)
rename {test/parse-cases => debian/json5-tests}/objects/empty-object.json (100%)
rename {test/parse-cases => debian/json5-tests}/objects/illegal-unquoted-key-number.errorSpec (100%)
rename {test/parse-cases => debian/json5-tests}/objects/illegal-unquoted-key-number.txt (100%)
rename {test/parse-cases => debian/json5-tests}/objects/illegal-unquoted-key-symbol.errorSpec (100%)
rename {test/parse-cases => debian/json5-tests}/objects/illegal-unquoted-key-symbol.txt (100%)
rename {test/parse-cases => debian/json5-tests}/objects/leading-comma-object.errorSpec (100%)
rename {test/parse-cases => debian/json5-tests}/objects/leading-comma-object.txt (100%)
rename {test/parse-cases => debian/json5-tests}/objects/lone-trailing-comma-object.txt (100%)
rename {test/parse-cases => debian/json5-tests}/objects/no-comma-object.txt (100%)
rename {test/parse-cases => debian/json5-tests}/objects/reserved-unquoted-key.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/objects/single-quoted-key.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/objects/trailing-comma-object.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/objects/unquoted-keys.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/strings/escaped-single-quoted-string.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/strings/multi-line-string.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/strings/no-comma-array.errorSpec (100%)
rename {test/parse-cases => debian/json5-tests}/strings/single-quoted-string.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/strings/unescaped-multi-line-string.errorSpec (100%)
rename {test/parse-cases => debian/json5-tests}/strings/unescaped-multi-line-string.txt (100%)
rename {test/parse-cases => debian/json5-tests}/todo/unicode-escaped-unquoted-key.json5 (100%)
rename {test/parse-cases => debian/json5-tests}/todo/unicode-unquoted-key.json5 (100%)
create mode 100644 debian/patches/disable-failing-tests.patch
delete mode 100644 debian/patches/interpreter.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-json5.git
More information about the Pkg-javascript-commits
mailing list