[libtest-sharedfork-perl] annotated tag upstream/0.33 created (now 130b53b)

gregor herrmann gregoa at debian.org
Sat Jun 27 19:33:07 UTC 2015


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

gregoa pushed a change to annotated tag upstream/0.33
in repository libtest-sharedfork-perl.

        at  130b53b   (tag)
   tagging  1b73dda0743537d401d1f57ff44787b6d4b9c581 (commit)
  replaces  upstream/0.31
 tagged by  gregor herrmann
        on  Sat Jun 27 21:29:04 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 0.33

Chad Granum (7):
      Fix support for Result_Stream Test::Builder branch
      Fix another issue with Result_Stream branch of TB
      Fix for newer Test::More git-master
      Update for newer Test::Stream support
      Fix a broken test
      Update for new Test-Stream
      Tell Test::Stream to poll for events when it is used

Kenichi Ishigaki (1):
      not to fail because of a separator

Michael G. Schwern (1):
      Use the new coordinated_forks option coming in Test::Builder 1.5.0_7

Neil Bowers (2):
      Added missing dates
      Added github repo to metadata

Perlover (1):
      In the CPAN there is Test::MultiFork

Rob Hoelz (7):
      Add test for checking failure locations
      Implement STORESIZE for Test::SharedFork::Array
      Fix test failure locations
      Add test for invoking tests in functions
      Fix failure locations when calling a test function from another sub
      Make sure that is_passing conforms to Test::Builder's docs
      Have is_passing start truthy

Tokuhiro Matsuno (85):
      initial commit
      implemented
      better tests, added docs, etc.
      Checking in changes prior to tagging of version 0.01.  Changelog diff is:
      arggghhhhhhh  Test::Fork is schwern's namespace! renamed to Test::SharedFork
      Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      more portable implementation with flock
      added ->fork method
      Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      use BEGIN block instead of import(). because, this routine should not call by each 'use' statement.
      [BUG] 0.03 does not works with too many forking. orz
      Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      added failing test
      Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      added git.push_to
      remove unused method
      detect parent process, automatically
      cleanup
      @CLEANUPME is not needed.
      added more test case
      hack no_ending!
      oops
      Test::SharedFork need Test::More >= 0.62
      Test::Builder 0.32 or lator is required
      oops. wait children!
      oops
      refactoring
      simplified
      cleanup code and docs!
      added stopword
      cleanup code
      generate README.mkdn
      Test::SharedFork doesn't use Test::Base
      Checking in changes prior to tagging of version 0.07.  Changelog diff is:
      run tests in deep dir
      added primitive test case for ::Store
      cb is optional parameter
      lock files only once
      use seek
      better error detection
      fucking win32 perl returns minus value for pid.
      Checking in changes prior to tagging of version 0.07_01.  Changelog diff is:
      added stub for co-authors
      added FAQ as stopword
      detect error on nstore_fd
      Checking in changes prior to tagging of version 0.08.  Changelog diff is:
      do not use done_testing.
      0.08
      Merge branch 'master' of github.com:tokuhirom/test-sharedfork
      Checking in changes prior to tagging of version 0.09.  Changelog diff is:
      Checking in changes prior to tagging of version 0.10.  Changelog diff is:
      added failing test case, reported by xaicron++
      Merge pull request #1 from hoelzro/master
      subtest is not supported on this version.. sorry
      Checking in changes prior to tagging of version 0.17.
      Merge pull request #2 from hoelzro/master
      Checking in changes prior to tagging of version 0.18.
      - modernize package
      This module shouldn't require latest Test::More
      fixed TB2 support.
      Checking in changes prior to tagging of version 0.19.
      Merge pull request #3 from berekuk/patch-1
      comment
      Checking in changes prior to tagging of version 0.20.
      Merge pull request #5 from schwern/fix_TB1.5
      Merge pull request #6 from Perlover/patch-1
      Merge pull request #7 from neilbowers/master
      minil build
      Care the is_passing.
      Checking in changes prior to tagging of version 0.22.
      06_fail_lineno.t fails on Windows due to path separator #9
      Checking in changes prior to tagging of version 0.23.
      Merge pull request #10 from hoelzro/master
      Merge pull request #12 from rwhitworth/master
      Checking in changes prior to tagging of version 0.24.
      Switch to EUMM
      Checking in changes prior to tagging of version 0.25.
      Merge pull request #15 from exodist/master
      Checking in changes prior to tagging of version 0.26.
      Merge pull request #16 from exodist/master
      Checking in changes prior to tagging of version 0.27.
      Merge pull request #17 from charsbar/lax_separator
      Checking in changes prior to tagging of version 0.28.

Vyacheslav Matyukhin (1):
      t/01_simple.t uses Time::HiRes, so it should required for tests.

gregor herrmann (1):
      Imported Upstream version 0.33

lestrrat (1):
      add a failing test case for use threads + Test::More + Test::SharedFork

rwhitworth (2):
      Update 01_simple.t
      Update 02_fork_method.t

tokuhirom (30):
      this module requires perl 5.8 or later
      Checking in changes prior to tagging of version 0.11.  Changelog diff is:
      updated README.mkdn
      added stopword
      bug fixed on lazy loading RT#60426
      Revert "bug fixed on lazy loading RT#60426"
      fixed bug around lazy loading
      Test::SharedFork::Scalar's second argument is no longer needed.
      Checking in changes prior to tagging of version 0.12.
      make lock as RAII object instead of callback.
      added comment
      refactor the internals.
      added Test::Builder2 support!
      oops
      changed 'hacked' tag. suggested by gfx++
      refactored
      Checking in changes prior to tagging of version 0.13_01.
      Checking in changes prior to tagging of version 0.14.
      Merge branch 'master' of git://github.com/lestrrat/test-sharedfork
      I gave up to support ithreads.
      Checking in changes prior to tagging of version 0.15.
      doc fix
      Checking in changes prior to tagging of version 0.16.
      t/10_subtest.t: added --norc option for more portable testing.
      regenerate README.mkdn
      Checking in changes prior to tagging of version 0.21.
      Ignore some critic rules. Closed #4
      minil migrate
      Merge branch 'master' of github.com:tokuhirom/test-sharedfork
      minil build.

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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