[Pkg-javascript-commits] [node-shell-quote] branch tmp created (now 64c7e8d)

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:19:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a change to branch tmp
in repository node-shell-quote.

        at  64c7e8d   Do not use array-reduce

This branch includes the following new commits:

       new  d6469c9   crazy initial thing
       new  980aa58   failing parse test
       new  69c0f85   passing the parse test
       new  8b2224c   expand more escape sequences in parse()
       new  e1d6695   passing quote tests
       new  bc27efa   package.json
       new  6373c0f   readme with examples
       new  1c72261   using travis
       new  c6ff3dc   failing test for escaped space
       new  669b616   fix for escaped spaces
       new  a315125   failing test for unescaped metachars
       new  5ce339f   fixed unescaped metachars and bump
       new  8dbb280   failing test for: echo "foo = \"foo\""
       new  9d7b727   actually the test was wrong, module works fine
       new  590534a   failing tests for unimplemented env interpolation
       new  17d1fda   fixed a failing env test
       new  601b340   minor fix to an env test
       new  5891471   half the env tests are working with basic interpolation
       new  1b21b01   factor out interpolation
       new  42b5f83   one test was wrong, checking for pre escapes
       new  46e6cf4   pass another test by using "" as the undefined
       new  5448a02   now just 2 tests failing with a subtle regex reordering
       new  ed0c1c6   use tape everywhere
       new  37d6058   externalize the regex declaration
       new  c669d2e   denormalize the interpolate logic to make room for special cases
       new  e9537b9   one more test passing with quote recursion
       new  8467961   better parse recursion to capture the containing quotes
       new  efa4084   finally passing all the tests
       new  adae66f   cleaner implementation recursing on the double quote case
       new  a6782ae   some extra metacharacter tests just to be sure
       new  5afd47b   another test to be even more sure
       new  24106f5   modernize the readme
       new  5757c42   env parse example
       new  cc0efba   document parse env
       new  eef9152   0.1.0
       new  1475717   Return empty list when parsing an empty (or whitespace-only) string
       new  ce51b1f   0.1.1
       new  d817736   failing test for | and & ops
       new  e6f9199   first part of op parsing works
       new  20a0147   op test completely passing
       new  2adb373   the spec says tabs are also allowed
       new  0331c7f   refactored the chunker regex into a string
       new  b009ef6   using the meta chars directly from the docs
       new  8c008b2   labeled regex states
       new  f535987   using the control ops directly from the docs
       new  710bb24   failing expanded single-op tests for ; and ()
       new  e3e9ac1   now passing all the single-char op tests
       new  e51fa90   simple failing double-char op test
       new  3998b0f   double-char op test now passing
       new  fbc6e5c   some more passing double-char op tests
       new  5cf1bf2   another double-char op test just to be sure
       new  cb94c10   failing redirect tests
       new  48b1eb9   adding redirect <> ops to CONTROL makes the tests pass
       new  a6381e6   document ops, op example
       new  17a40ed   1.0.0 for ops
       new  59fb71b   test for parsed ops objects in quote()
       new  ac7be63   quote all ops objects
       new  5819a31   another test for op object quoting
       new  9d4a8f5   1.1.0
       new  728862a   failing test for special shell parameter env vars
       new  d1ff82a   add the special vars to the replace regex but the chunker breaks on them
       new  a45897f   fixed the env test, everything is fine
       new  414eeed   1.2.0
       new  f6f8bd6   upgrade travis versions, tape
       new  666395f   test for functional env expansion
       new  7a0cf79   first half of functional env() works
       new  d6d6416   nearly passing with a clunky state env parser, array issues
       new  7e91b18   hacky tokenizer is much simpler
       new  914a1a9   another check just to make sure env() works
       new  16139f5   env() objects even work inside quote strings
       new  041c5da   1.3.0, document env() lookups
       new  f9c0514   pass objects through
       new  4380811   1.3.1
       new  d997384   failing test for quotes embedded inside barewords
       new  44177e3   passing all tests
       new  9a4c11c   failing test for quoted whitespace and nested quotes
       new  f44b039   tests for setting env vars
       new  7d5636b   updated set env test, already passes
       new  e189d9d   backreferences in negated capture groups don't actually work
       new  de9e0a5   factored out single and double quote regex
       new  74d6686   fixed the parse test, broke the op tests
       new  d1beb6b   another crazy ridiculous passing parse test
       new  2b4e1b1   ops fixed
       new  7ab7622   1.3.2
       new  9fb2096   failing set test with an env cb
       new  f9a0ee5   remove the broken special case
       new  649fa46   1.3.3
       new  483e449   Add MIT LICENSE file
       new  bafd640   Merge pull request #6 from mbrevoort/master
       new  58a5e48   Add failing tests for crazy quoting tricks
       new  89bc550   Fix test case for backslash in double quotes
       new  3418892   Add tests for glob patterns
       new  c7ca9a2   Rewrite parser as a character based scanner
       new  e1442cf   Update algo description
       new  9c49932   1.4.0
       new  44c98b1   add testling badge
       new  3fc22d3   upgrade tape
       new  00dc6ab   es5 shims
       new  e29a216   separate shim file to get the coverage up
       new  97a2fc9   use array-{filter,map,reduce}
       new  708e1e3   1.4.1
       new  d435827   Handle non-strings when quoting
       new  c99dca5   all the falseys test
       new  22dbd94   falseys ok
       new  cf747ca   1.4.2
       new  811b5a0   Fix quote() with special chars
       new  88c9b82   1.4.3
       new  4d400e7   add escape option to .parse
       new  6097358   1.5.0
       new  b8b5c31   add comment parsing feature
       new  88a5280   1.6.0
       new  70e9eb2   Fix escaping for greater than and less than
       new  ace52f4   Fix some more escaping for .quote()
       new  0993558   1.6.1
       new  4a44be1   Replace array-map by call to function
       new  29a33d0   Does not use array-filter
       new  64c7e8d   Do not use array-reduce

The 117 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-shell-quote.git



More information about the Pkg-javascript-commits mailing list