Next | Query returned 31 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2012-02-17 07:59:33 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-POE-Test-Loops to 1.350.

Changes from previous:
------------------------------------------
version 1_350 at 2011-12-15 20:53:13 +0000
------------------------------------------

  Change: 392e713a33f57658bd31b4c47f3405890d733fbb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-15 15:53:13 +0000

    Bump revision to 1.350.

  Change: db1f8f22e86f0ceb4b123d9e930e15e086e688a4
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-12 02:39:51 +0000

    Fix a couple tests that were using sig(CHLD).

    They were expecting POE::Resource::Sessions to reap children at exit
    time, and that's had to change.

  Change: 677b12dc57dd417a2bc16f1359e43c796913dddb
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-09 11:43:57 +0000

    Add process IDs to debugging messages for some forking tests.

  Change: 1f4ecc43fb48ae9b73c684589600f7d660e2d9f0
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-12-09 11:38:35 +0000

    Disable an assertion that system() must return 0 during $SIG{CHLD}.

    Perl has a known issue where system() can return -1 (failure) when a
    $SIG{CHLD} handler is in effect, even if it succeeds. It's not POE's
    it succeeds when a $SIG{CHLD} handler is in effect. It's not POE's
    duty to work around the problem. Proper, reliable work-arounds would
    incur global overhead. Use {local $SIG{CHLD}='DEFAULT'; system(...)}
    as needed instead. And watch the skies for a Perl fix:
    https://rt.perl.org/rt3/Ticket/Display.html?id=105700

------------------------------------------
version 1_313 at 2011-06-05 22:06:45 +0000
------------------------------------------

  Change: 575e9ef0d508d5ac306fa3bd3525a5feefe6e1da
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date : 2011-06-05 18:06:45 +0000

    Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants
    it.
   2011-08-06 15:15:54 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.312:
Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants it.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-06-04 15:23:01 by OBATA Akio | Files touched by this commit (2)
Log message:
Update p5-POE-Test-Loops to 1.035.
Based on PR#43114 by Web Heping.
While here, set LICENSE=${PERL5_LICENSE}.

=====================================
2010-04-03T20:02:56.616386Z ptl-1_035
=====================================

  2010-04-03 20:01:00 (r2864) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Bump revision for a new release. No significant changes, other than
    to build a new dist with the latest EUMM.

=====================================
2010-04-03T18:15:36.151833Z ptl-1_034
=====================================

  2010-04-03 17:46:46 (r2854) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Bump PTL revision for release.

  2010-03-24 06:52:46 (r2852) by apocal
  poe M; polo-gtk/Makefile.PL M; polo-tk M; polo-event M; poe-test-loops
  M; polo-gtk M

    Set svn:ignore for: META.yml CHANGES run_network_tests PoLo-Gtk
    forgot to clean run_network_tests

  2010-03-23 17:27:32 (r2849) by rcaputo
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm R;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm D

    Replace z_rt53302_fh_watchers.pm with z_rt53302_fh_watchers_slow.pm.
    The non-slow one was broken since its client shuts down without
    waiting for the server's response.

  2010-03-22 06:00:17 (r2846) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M;
  poe-test-loops/bin/poe-gen-tests M

    Support legal =for and =begin POD syntax for skip_tests(), in
    addition to the previous =for/=cut syntax that caused skip_tests() to
    appear in everyone's perldoc. Document the change. Deprecate the bad
    syntax, which won't be a terrible burden since everyone probably
    wanted to migrate away from it anyway.

  2010-03-22 02:54:39 (r2845) by apocal
  poe-test-loops/lib/POE/Test/Loops.pm M;
  poe-test-loops/bin/poe-gen-tests M

    Add optional one-line =for poe_tests syntax to hide it from POD
    formatters.

    Add example from POE::Loop::Glib that uses the new syntax.

  2010-03-11 06:57:11 (r2839) by apocal
  poe-test-loops/MANIFEST M; poe-test-loops/lib/POE/Test/Loops/00_info.pm
  A

    Added the 00_info test for better debugging

  2010-03-11 05:28:23 (r2838) by apocal
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm A;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm A

    Add new tcp connection test for RT#53302

  2010-03-10 19:14:25 (r2836) by rcaputo
  poe-test-loops/bin/poe-gen-tests M

    Update the skip_tests() examples, and explain what's going on in
    each.

  2010-03-09 07:59:40 (r2831) by apocal
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M

    Fix the followtail test to use File::Temp, thanks to
    http://cpantesters.org/cpan/report/6877011 and others like it

  2010-03-09 07:20:16 (r2830) by apocal
  poe/lib/POE/Wheel/ReadLine.pm M;
  poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M

    After a lot of hacking/digging Cygwin with a TERM=dumb does not work
    with POE::Wheel::ReadLine. This fix skips the test, and makes
    Wheel::ReadLine die if it detects this situation. Added some docs for
    our Cygwin users :)

=====================================
2010-02-15T06:28:11.163679Z ptl-1_033
=====================================

  2010-02-15 06:27:00 (r2812) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Bump for yet another release.

  2010-02-15 01:05:37 (r2811) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M

    Make Bazerka's regression test a little more forgiving about elapsed
    run time.

  2010-02-14 23:55:56 (r2810) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M

    Skip pty tests if IO::Pty isn't available. Also some style fixes.

  2010-02-14 23:55:18 (r2809) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M

    Make the test a little more forgiving for slower systems, such as
    virtualized Windows systems and other forms of emulation.

=====================================
2010-02-14T21:38:46.364786Z ptl-1_032
=====================================

  2010-02-14 02:44:47 (r2797) by rcaputo
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm A;
  poe-test-loops/lib/POE/Test/Loops.pm M

    Add a test case from rt.cpan.org #54319. Verify Po::Wh::FollowTail
    actually tails files. Thanks to Bazerka on irc.perl.org for
    submitting the basis of this test case.

  2010-01-02 02:57:35 (r2773) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M;
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M;
  poe-test-loops/lib/POE/Test/Loops/z_steinert_signal_integrity.pm M

    Try to resolve some CPAN indexer issues.

    Eliminate a $VERSION string being used to test a version (not define
    one). Eliminate a package statement used to define a constant (not a
    class). Change a test package name to avoid indexer conflict with
    another distribution.

=====================================
2010-01-01T08:57:09.665997Z ptl-1_031
=====================================

  2010-01-01 08:53:54 (r2769) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Prepare for release.

  2009-12-27 09:56:05 (r2763) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    Check for initial reset on delayed open.

  2009-12-26 22:32:43 (r2758) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    Clarify FollowTail debugging messages.

  2009-12-26 09:19:55 (r2756) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/connect_errors.pm M

    Unfortunately we can't test connect errors on Windows. Behavior seems
    to vacillate from one version of ActivePerl to another.

  2009-12-26 08:50:19 (r2755) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    Resolve a line ending issue that caused false failures in Windows.
   2009-11-21 21:27:27 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update p5-POE-Test-Loops from version 1.021 to version 1.030.

Upstream changes:
=====================================
2009-10-14T04:25:48.467603Z ptl-1_030
=====================================

  2009-10-14 04:24:18 (r2744) by rcaputo
    New version for a new release.

  2009-10-13 12:43:42 (r2743) by bingosnet
    Explicitly bind to loopback address for the concurrent TCP tests

  2009-10-11 18:53:43 (r2741) by rcaputo
    Fix Marco's name. Oops!

  2009-10-07 01:50:42 (r2736) by rcaputo
    Set version for dev release.

  2009-10-06 03:50:33 (r2735) by rcaputo
    Make the tests generally ASSERT_DEFAULT clean. POE_TRACE_FILENAME hid
    a multitude of sins in the test output file. Update the vim options
    lines while I'm in there.

  2009-10-06 03:39:18 (r2733) by rcaputo
    Redirect STDERR while testing some errors. ASSERT_DEFAULT is on and
    making noise when things are called wrong, even when we do it on
    purpose.

  2009-10-05 05:32:30 (r2727) by rcaputo
    Add an option to enable all the broken MSWin32 tests.

    Set POE_DANTIC=1 before running "make test" to watch the pretty
    fireworks. Oooh! Ahhhhhh!

  2009-10-02 03:47:17 (r2707) by rcaputo

    [rt.cpan.org 48715] Apply Craig's patch to skip the IPv6 tests if
    IPv6 isn't actually enabled. The port autodetect code to didn't
    handle failure due to IPv6 unavailability.

  2009-09-29 15:13:53 (r2703) by rcaputo

    !!! Adjust tests for mark-and-sweep session GC changes.

    Some of the tests are sensitive to session GC timing.

  2009-09-16 15:11:30 (r2691) by rcaputo

    Test that POE::Kernel->run() without sessions returns right away.

=====================================
2009-09-07T19:22:59.577723Z ptl-1_022
=====================================

  2009-09-07 19:13:43 (r2677) by rcaputo

    Bump up the version, and prevent perl-reversion from seeing test
    version strings (that are commented out, no less).

  2009-09-06 03:32:57 (r2675) by rcaputo

    [rt 36648] Add tests for the new Client and Server TCP component
    capabilities.

  2009-09-05 17:56:52 (r2672) by rcaputo

    [rt 49384] Explicitly bind to 127.0.0.1 in tests, reported
    anonymously. [cpan testers 5241203] Bind to INPORT_ANY to avoid
    "address already in use" failures, reported by Oliver Paukstadt.

  2009-09-04 07:49:18 (r2671) by rcaputo

    Make write-combining test optional. The timing of some event loops
    triggers write-combining, and others don't. Resolves rt.cpan.org
    28804 (finally!), reported by Martijn van Beers.

  2009-09-04 04:28:55 (r2668) by rcaputo

    Tk and fork() don't get along well. Skip some fork() based tests when
    Tk is loaded, to avoid XIO errors that have shown up in FreeBSD.

  2009-09-03 16:08:06 (r2665) by rcaputo

    Skip pty tests in z_leolo_wheel_run.pm on MSWin32. Change some skip
    messages.

  2009-08-08 08:25:22 (r2625) by rcaputo

    Skip a known issue regarding pseudy-ttys, Event, and Mac OS X. On OS
    X, poll() returns POLLNVAL for pseudo-ttys. Event cancels its
    watchers in this case without a callback.

  2009-08-08 04:56:28 (r2623) by rcaputo

    Move Philip Gwyn's signals test to POE::Test::Loops, so it can
    exercise everyone's event loops.

  2009-07-27 17:07:20 (r2608) by rcaputo

    Reorganize documentation links.

  2009-07-27 05:10:57 (r2605) by rcaputo

    Added a machine-readable repository directory to the distribution.
    Documented the bug tracker, repository, and other resource URLs.
   2009-08-20 11:20:32 by Min Sik Kim | Files touched by this commit (2)
Log message:
Update p5-POE-Test-Loops to 1.021.

Changes since 1.005:

  2009-07-25 17:35:34 (r2599) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/sbk_signal_init.pm M;
  poe-test-loops/lib/POE/Test/Loops.pm M

    Can't sleep! HP-UX will get me! Resolves Dolmen's bug report at
    rt.cpan.org 45158 by using select(undef,undef,undef,$time) instead of
    sleep(). I hope that actually works.

  2009-07-22 20:24:33 (r2596) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_kogman_sig_order.pm M

    Plan for a specific test count. Sometimes the no_plan end-run plan
    doesn't get output, breaking the test despite all subtests passing.

  2009-07-21 02:22:58 (r2586) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm M

    Conditionally call has_forked() if it's available. Should prevent
    issues where the tests are released before the feature. Also, moved
    has_forked() earlier because it was called too early for new
    PID-change checks contributed by Philip Gwyn.

  2009-07-20 08:40:10 (r2583) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm M

    Add a bit of debugging. Add a delay before POE is loaded, in case the
    race is between the test framework's Tk detection and POE
    initializing Tk at start time. To avoid unnecessary delays, make them
    dependent on Tk being loaded.

  2009-07-20 07:34:01 (r2582) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm M

    This test causes Tk or X to throw an error if it's run too soon after
    the previous test. Add a 2sec delay before the test to give the GUI
    time to settle down.

  2009-07-20 06:19:54 (r2580) by rcaputo
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld.pm A;
  poe-test-loops/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm A;
  poe-test-loops/lib/POE/Test/Loops/z_merijn_sigchld_system.pm A;
  poe-test-loops/lib/POE/Test/Loops.pm M;
  poe-test-loops/lib/POE/Test/Loops/z_steinert_signal_integrity.pm A;
  poe-test-loops/lib/POE/Test/Loops/z_kogman_sig_order.pm A

    Promote some of the signal-related regression tests into the event
    loop tests. Event loops handle signals in a variety of ways, so they
    should all try these tests. Except the one commented out of the
    MANIFEST, as it has a tendency to segfault for people.
   2009-04-12 12:10:20 by Jens Rehsack | Files touched by this commit (2)
Log message:
PkgSrc changes:
  - Updating package for perl module POE::Test::Loops to 1.005

Upstream changes:
=====================================
2009-03-08T00:34:03.909445Z ptl-1_005
=====================================

  2009-03-08 00:33:21 (r2497) by rcaputo
  poe-test-loops/Makefile.PL M;
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M;
  poe-test-loops/lib/POE/Test/Loops.pm M

    Remove version.pm dependency.

=====================================
2009-03-07T18:54:28.797464Z ptl-1_004
=====================================

  2009-03-07 18:52:37 (r2493) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Time for an official release.

  2009-03-02 00:06:17 (r2487) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    New test release.

  2009-03-01 22:26:44 (r2486) by apocal
  poe-test-loops/Makefile.PL M;
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M

    Remove the specific dependency on version 0.74, and pray that the
    user has a recent enough version

  2009-03-01 13:31:26 (r2477) by apocal
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    I was overzealous, this test works in Strawberry Perl, not
    ActiveState...

  2009-03-01 12:53:59 (r2476) by apocal
  poe-test-loops/lib/POE/Test/Loops/connect_errors.pm M;
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    more tweaks to get the tests to SKIP on buggy MSWin32 perls :(

  2009-03-01 08:21:04 (r2475) by apocal
  poe-test-loops/lib/POE/Test/Loops/wheel_accept.pm M

    tweak the test so it passes on MSWin32+ActiveState 5.6.1

  2009-02-25 08:09:16 (r2468) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Time for a new release.

  2009-02-23 12:29:33 (r2463) by lotr
  poe-test-loops/Makefile.PL M;
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M

    use version.pm so our version comparison is more robust and supports
    developer releases too

  2009-02-22 19:37:04 (r2459) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Time for a new DEVELOPER release.

  2009-02-22 19:25:46 (r2458) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Time for a new release.

  2009-02-17 12:27:29 (r2453) by lotr
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M

    remove spurious warns

  2009-02-17 11:20:27 (r2452) by lotr
  poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M

    match up missing brace

  2009-02-17 11:18:59 (r2451) by lotr
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M

    only run the object/package state tests if we have a new enough POE

  2009-02-17 08:03:49 (r2450) by rcaputo
  poe/lib/POE/Wheel/ReadLine.pm M;
  poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M

    Resolve rt.cpan.org #38974, reported by Jari Bonte. If TERM is
    misset, we will skip the POE::Wheel::ReadLine test rather than fail.

  2009-02-16 11:23:16 (r2444) by apocal
  poe-test-loops/lib/POE/Test/Loops/sbk_signal_init.pm M

    skip test because of broken alarm() on MSWin32 with perl5.6

  2009-02-16 10:34:12 (r2440) by lotr
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M

    use object and package_states in NFA tests to make sure it works

  2009-02-10 09:05:42 (r2426) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_readwrite.pm M;
  poe-test-loops/lib/POE/Test/Loops/ses_session.pm M;
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M

    Remove some warnings.

=====================================
2009-01-30T07:11:18.435237Z ptl-1_003
=====================================

  2009-01-30 07:04:44 (r2411) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_run.pm M;
  poe-test-loops/lib/POE/Test/Loops.pm M;
  poe-test-loops/bin/poe-gen-tests M

    Apply Tony Cook's suggestion to use environment variables to skip
    problematic tests. Event loops which have these problems can bypass
    tests which are known to fail. Also fixed a documentation omission
    based on his comments in IRC.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-09-15 15:05:20 by Havard Eidnes | Files touched by this commit (1)
Log message:
Updated from version 1.002nb1 to 1.002nb2, for better fix for PR#39550.

Use our mk/subst.mk features to substitute the #!/usr/bin/perl
embedded in lib/POE/Test/Loops.pm as well.
   2008-09-15 14:27:45 by Havard Eidnes | Files touched by this commit (1)
Log message:
Update from version 1.002 to 1.002nb1, to at least partially fix PR#39550.

Pkgsrc changes:
 o Use REPLACE_PERL on the included test scripts.  However, this is
   probably only a partial fix, because it still appears that the
   lib/POE/Test/Loops.pm module will generate scripts which refer
   to perl via #!/usr/bin/perl, so this is at beast a partial workaround.

   Maybe it's best just to admit that /usr/bin/perl ought to exist,
   for instance as a symlink to the installed perl?  Or is this just
   too heretical?

Next | Query returned 31 messages, browsing 21 to 30 | Previous