[Pkg-javascript-commits] [node-stack-utils] branch master updated (a90384b -> 3e5223f)

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 09:53:01 UTC 2017


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

rouca pushed a change to branch master
in repository node-stack-utils.

      from  a90384b   Added long description
       new  8b0f5a9   Initialize git-dpm
       new  e6c1801   Improve control
       new  ed0578b   Add src depends
       new  d54d53f   Use lodash.flatten instead of flatten
       new  42f898b   merge patched into master
       new  3c8c912   Update rules
       new  654a73c   record new upstream branch created by importing node-stack-utils_1.0.1.orig.tar.gz
       new  5a57c89   init commit - pull `lib/stack.js` out from `node-tap`.
       new  81caa29   add nyc coverage
       new  474777d   100% test coverage on clean method.
       new  5132ae4   add lots of tests
       new  896f9d0   Travis: Test on node 5 and 4.
       new  1178e91   fix travis.yml
       new  dd89c4b   Fix tests for older versions of Node.
       new  686b91d   add coveralls, documentation intro
       new  f0d147c   0.0.1
       new  307716f   refactor methods to use options objects
       new  9e6f8b2   add appveyor config
       new  3e1892e   add appveyor badge
       new  aa72622   documentation
       new  2f5cf77   improve tests / add a few more
       new  ded7f9e   Add proper attribution in license and readme.
       new  4492833   documentation tweek
       new  68707fd   Revert "refactor methods to use options objects"
       new  bf0b370   Update documentation with reverted arguments
       new  772ffe6   0.1.0
       new  6579935   convert everything to use unix strings
       new  85faa3a   add test for `parseLine` that can not resolve the filename or line/column numbers
       new  64fa2c1   0.2.0
       new  d9bed89   simplify setting the filename
       new  7cfcedf   move repo into tapjs org
       new  ac75d47   Support long stack traces
       new  df98523   Normalize to unix style paths before filtering out "internals".
       new  fe92db3   Add a more complete list of Nodes internal files to `nodeInternals()`
       new  cc2fe4c   0.3.0
       new  3cbe73f   return empty string instead of null if all internals
       new  535146e   Merge pull request #13 from SamVerschueren/clean
       new  8701171   0.4.0
       new  bf7bf37   Fix typo: beutified -> beautified (#16)
       new  50c1ff8   Filter out all Node.js internals
       new  6c19114   Handle parens in paths
       new  548d685   Added support for wrapping CallSite
       new  dcbcd79   Cleaned up wrapCallSite Test
       new  1994d28   Add documentation for wrapCallSite option
       new  16bd939   simplify callsite wrapper and documentation
       new  c735f3c   Make tests pass on latest Node.js
       new  faa81f1   v1.0.0
       new  0d0db85   Set indent style to spaces (#29)
       new  f4abec3   Ensure tests pass in Node.js 0.10
       new  c564ff2   Restore Travis and AppVeyor
       new  93ca7c8   Add assertion for function names containing spaces
       new  edc5acd   Correctly handle symbol functions
       new  254ee65   test 2 at() edge cases not already covered
       new  e7084db   A test for some strange line parsing situations
       new  bffb710   Handle strange function and method names
       new  a75454f   insist on 100% test coverage
       new  0fcf300   pass tests on node 0.10
       new  36faf9b   auto-publish on version bump
       new  f080bcb   v1.0.1
       new  d721bd3   Import node-stack-utils_1.0.1.orig.tar.gz
       new  333a7ae   Use lodash.flatten instead of flatten
       new  6057d7d   merge patched into master
       new  9e40a1b   Fix testsuite
       new  1cb619d   Fix find expression
       new  c6b2855   Add autopkgtest
       new  bea231a   Fix running of testsuite
       new  3e5223f   Finalize

The 67 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:
 .editorconfig                                      |   2 +-
 .travis.yml                                        |   9 +
 appveyor.yml                                       |  23 ++
 debian/.git-dpm                                    |   8 +
 debian/changelog                                   |   2 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  32 ++-
 debian/copyright                                   |   8 +-
 ...001-Use-lodash.flatten-instead-of-flatten.patch |  20 ++
 debian/patches/series                              |   1 +
 debian/rules                                       |  16 +-
 debian/tests/control                               |   7 +
 debian/tests/runtestsuite                          |  15 ++
 debian/watch                                       |   2 +-
 index.js                                           |  73 +++++--
 package.json                                       |   9 +-
 test/_utils.js                                     |   2 +-
 test/at.js                                         |  24 +++
 test/fixtures/generate-parse-fixture.js            | 206 ++++++++++++++++++
 test/fixtures/parse-fixture.json                   | 237 +++++++++++++++++++++
 test/long-stack-traces.js                          | 176 +++++++--------
 test/parse-line-fixtures.js                        |  12 ++
 test/test.js                                       | 206 +++++++++---------
 23 files changed, 877 insertions(+), 215 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 appveyor.yml
 create mode 100644 debian/.git-dpm
 create mode 100644 debian/patches/0001-Use-lodash.flatten-instead-of-flatten.patch
 create mode 100644 debian/patches/series
 create mode 100755 debian/tests/runtestsuite
 create mode 100644 test/at.js
 create mode 100644 test/fixtures/generate-parse-fixture.js
 create mode 100644 test/fixtures/parse-fixture.json
 create mode 100644 test/parse-line-fixtures.js

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



More information about the Pkg-javascript-commits mailing list