[Pkg-javascript-commits] [dirty.js] branch master updated (d2676a4 -> 9cc0ca0)

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue May 16 08:56:17 UTC 2017


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

locutusofborg pushed a change to branch master
in repository dirty.js.

      from  d2676a4   Released to sid
       new  4e70d21   Imported Upstream version 1.0.0
       new  9cc0ca0   Imported Debian patch 1.0.0-0.1

The 2 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:
 .gitignore                                     |   2 +-
 .travis.yml                                    |   4 +
 Makefile                                       |   2 +-
 README.md                                      |  75 ++++--
 benchmark/dirty/for-each.js                    |   9 +-
 benchmark/dirty/get.js                         |   8 +-
 benchmark/dirty/load.js                        |  10 +-
 benchmark/dirty/set-drain-256-bytes-per-doc.js |   8 +-
 benchmark/dirty/set-drain.js                   |   8 +-
 benchmark/dirty/set.js                         |  10 +-
 debian/changelog                               |  16 ++
 debian/compat                                  |   2 +-
 debian/control                                 |   8 +-
 debian/copyright                               |   2 +-
 debian/source/local-options                    |   2 -
 debian/watch                                   |   3 +-
 lib/dirty/dirty.js                             |  86 ++++++-
 package.json                                   |  10 +-
 test/common.js                                 |  17 --
 test/config.js                                 |  14 ++
 test/nostore/test-load-event.js                |  13 -
 test/nostore/test-set-callback.js              |  13 -
 test/simple/test-dirty.js                      | 330 -------------------------
 test/system/test-flush.js                      |  12 -
 test/system/test-for-each.js                   |  15 --
 test/system/test-load.js                       |  29 ---
 test/system/test-size.js                       |   8 -
 test/test-api.js                               | 158 ++++++++++++
 test/test-nostore.js                           |  31 +++
 test/test-system.js                            | 118 +++++++++
 test/test-types.js                             |  19 ++
 test/tmp/.empty                                |   0
 test/undefined-key.js                          |  19 ++
 33 files changed, 554 insertions(+), 507 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 debian/source/local-options
 delete mode 100644 test/common.js
 create mode 100644 test/config.js
 delete mode 100644 test/nostore/test-load-event.js
 delete mode 100644 test/nostore/test-set-callback.js
 delete mode 100644 test/simple/test-dirty.js
 delete mode 100644 test/system/test-flush.js
 delete mode 100644 test/system/test-for-each.js
 delete mode 100644 test/system/test-load.js
 delete mode 100644 test/system/test-size.js
 create mode 100644 test/test-api.js
 create mode 100644 test/test-nostore.js
 create mode 100644 test/test-system.js
 create mode 100644 test/test-types.js
 delete mode 100644 test/tmp/.empty
 create mode 100644 test/undefined-key.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/dirty.js.git



More information about the Pkg-javascript-commits mailing list