[libscope-upper-perl] branch master updated (abb16d7 -> fd8caf4)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Oct 1 18:28:59 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libscope-upper-perl.

      from  abb16d7   releasing package libscope-upper-perl version 0.27-1
      adds  3c07978   Improve scheduling for the parallel loading test
      adds  27ba979   Add a missing volatile qualifier
      adds  bac2d3b   Update t/09-load-threads.t
      adds  c6120af   Update VPIT::TestHelpers to 2a6ac0f1
      adds  68c46e7   Update t/09-load-threads.t
      adds  a69e2ff   Silence a 'shadowing' warning
      adds  f803111   Rewrite the origin initialization loop in su_init()
      adds  181496f   Give a proper definition of SU_CXNAME() for non DEBUGGING builds
      adds  0fa298f   Greatly simplify the depth computation in su_init()
      adds  b12d071   Refactor the su_ud_common structure
      adds  5d857b7   Remove the code coverage link
      adds  0fb6525   Replace the su_handler[] dispatch table by a switch
      adds  4a3ab72   Revamp the different su_ud_* subtypes
      adds  502b805   Remove some extraneous SU_UD_ORIGIN(ud) initializations
      adds  f5baf3c   Stop copying the reap-ed coderef
      adds  6e6aa50   Warn when the words target a context outside of the current stack
      adds  2e30a0f   Also warn when SUB() and EVAL() cannot find an appropriate target
      adds  0c2aad0   Update VPIT::TestHelpers to ba865c42
      adds  8aa5517   Harden t/09-load-tests.t against stray exits
      adds  57746d0   Harden t/54-unwind-threads.t against stray exits
      adds  d5bd145   Harden t/59-yield-threads.t against stray exits
      adds  d3f4330   Harden t/69-uplevel-threads.t against stray exits
      adds  ba6783a   Port t/79-uid-threads.t to the new threads interface
      adds  f32e2ab   Remove one level of indirection in the UID internal structure
      adds  b51a6d3   Add some comments to the mysterious su_init()/su_pop()
      adds  9896bce   Document the new warnings and caveats
      adds  44a4cbe   Add a comment in the initializing loop in su_init()
      adds  5d014d3   Add braces around a condition block
      adds  8596ba5   Factor a part of the debugging logic into an helper function
      adds  c8b3fd1   Only dump debug info when $Scope::Upper::DEBUG is true
      adds  5d8cdf3   Don't hardcode the length of NEGATIVE_INDICES_VAR
      adds  e80ff12   This is 0.28
      adds  bd0cab4   Imported Upstream version 0.28
       new  d84c13f   Merge tag 'upstream/0.28'
       new  2a2668e   Update debian/changelog
       new  fd8caf4   Releasing libscope-upper-perl version 0.28-1

The 3 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:
 Changes                   |  15 ++
 META.json                 |   5 +-
 META.yml                  |   5 +-
 README                    |  51 +++-
 Upper.xs                  | 487 ++++++++++++++++++----------------
 debian/changelog          |   7 +
 lib/Scope/Upper.pm        |  30 ++-
 t/05-words.t              | 473 ++++++++++++++++++++++-----------
 t/06-want_at.t            |   3 +-
 t/07-context_info.t       |   3 +-
 t/09-load-threads.t       | 309 +++++++++++++++++-----
 t/54-unwind-threads.t     |  19 +-
 t/59-yield-threads.t      |  19 +-
 t/69-uplevel-threads.t    |  12 +-
 t/79-uid-threads.t        |  22 +-
 t/lib/VPIT/TestHelpers.pm | 646 +++++++++++++++++++++++++++++++++++++++++++---
 16 files changed, 1579 insertions(+), 527 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libscope-upper-perl.git



More information about the Pkg-perl-cvs-commits mailing list