[libtest2-perl] annotated tag upstream/0.000029 created (now a1f5643)

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Mar 12 16:45:51 UTC 2016


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

kanashiro-guest pushed a change to annotated tag upstream/0.000029
in repository libtest2-perl.

        at  a1f5643   (tag)
   tagging  d6426c19d2b77864316e439d04c93043baf0b218 (commit)
 tagged by  Lucas Kanashiro
        on  Sat Mar 12 13:13:24 2016 -0300

- Log -----------------------------------------------------------------
Upstream version 0.000029
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJW5EAkAAoJEPgjonKYg8l8UOEP/ju+OtZeEHdM1fHZyXxwXiwn
RV5QUr7DzCZMxC1XzWK3ZjVV7vEA+fM63iPxVqHig3ZaGtfu3uPCaBrP7ymkeTuC
IvqJeMIDMLY5TbSRLfAlinGIQwj+O9TTdfW1tIbqjRDaUc7XwgLnJnVNJN2PYBtO
AQ44YwKYxWHKM5GUGwDIH0PbbX1uK6U/phXegN6hBjhdDtgvpUd/CrCxWDP79vlQ
ISf30y7mZDnitFhFo1Xred66N2SekXW+Q12yGOm4m/SHtPy+QYXSWCrVMf8UAnCB
/9SNbqZ91SBkhfedlCHGancUq+SHLOV+W5r6JK9LHtfL+Ny+KZEjfO230BN5vlQp
8rJ+Age12OtUd0loWLOvwIxAPqzVytb1DQnixOiavq53WvqbnvFIyAVNCqLXWOba
bGrf6CXnTZnkcnQQ5+f9A+loYDDt4zh0Tz/Rf0vMXryOHCHK4fLFA2dHglQxgeIy
g6YMEoCJHXyYWHIcr7w7H8x0xKtWSt+tS5j4qKUPDXV6LFOuUineLNUhjdxmA5Kz
OeBvxkYsYBv2JBl2AYNP+FGdOjMK7rEqpN8Nu97+JCc8dhAXWdgGx5qLjsp5RIXp
urCh2OohihwZVxz4asMIkRvcR4sBSbkC8ODxg+1JcF7IYBSvFBNxlHRqMQ2zLYRF
u/vaEOIaJ8QMvzqQdIK1
=y7ly
-----END PGP SIGNATURE-----

Chad Granum (428):
      Initial Commit
      Better README
      Use Dist::Zilla
      Minor gitignore correction
      Add Exporter
      Add delayed-load Carp
      Add HashBase
      Add General utilities
      Add Capabilities checker
      Add Thread helper
      Add the state object.
      Add the debug-info object
      Add the base-class for event objects
      Add the hub object.
      Add IPC support
      Add TAP formatter
      Add the context object
      Add several key event types
      Add key event type shortcuts to context
      Define the TODO system
      Metadata in per hub for plugins to use
      Add event hooks for plugins and tools
      Add some basic acceptance tests
      Remove Test::Stream::Carp.
      Util: Try does not need wantarray behavior
      Update documentation for hashbase
      Make it possible to rename subs at import
      Ok-Diag - do not use diag objects inside ok
      IPC improvements and fixes
      remove spoof from utils
      Fix minor issues found in codereview
      Remove Test::Stream::Threads, put functionality in Util.pm
      ignore dzil builds
      Add profiling scripts
      Add block utility to get sub diagnostics
      Remove useless test
      TAP improvements
      DebugInfo - Add a period
      Event/Ok - Do not allow crazy names
      Event/Bail - Track bailout in state, no more quiet
      IPC-Files: Better handling of hubs
      Add interceptor library
      Split Context into 3 modules
      Finish Interceptor (intercept events)
      Add value checking tool.
      Add the DeepCheck tools
      Add Test::Stream::Tester
      Flesh out Test::Stream
      Add subtest tool
      Add missing tests from previous couple commits
      Convert all tests to use Test::Stream, remove Test::Builder
      Fix diag to match Test::Builder
      Add additional tests
      Initial Release
      Fix Win32 support
      Version Bump
      Add missing documentation
      Make IPC::Files safe when used in cleanup
      Version Bump
      Optimize a couple places
      Slight improvement on OK
      min perl version
      Backport fixes from XS branch
      Enhance release with a core module
      Initial XS Support
      Don't use Devel::Peek
      Fix XS support
      Fix typo
      Fix #28 - Remove 5.10 thread segv check
      Changes update
      Remove file that should not have been in the dist
      Changes Update
      Another MANIFEST.SKIP fix
      Remove experimental XS support
      Make IPC::Abort work again
      Helpers for tests that require threads or forking support
      Fix mistake in subtest comment rendering
      Add 'causes_fail' method for events
      Add do_in_context helper
      Fix hub bugs
      Do not unexport other tools subs
      Do not prefix 'subtest:' to bufferd subtest names
      Document CanThread and CanFork
      Add Can{Fork,Thread} tests + fixes
      Remove unused imports
      Fix bug in auto-joining threads
      Release 1.302007
      Fix #30 and #29
      Fix diag rendering bug
      Version Bump 1.302008
      Improve export aliasing syntax
      Exporter cleanup and documentation
      Better subtest reference
      Fix 'does_ok'
      Update MANIFEST.SKIP
      Version Bump
      v1.302009
      Load shortcut for combining Test::Stream tools
      Fix GC destruction order issue
      Fix deep recursion bug in DeepCheck
      Merge changes from experimental branch
      Plugins and Bundles
      Fix typo in context.
      Add BailOnFail plugin
      Add DieOnFail plugin
      Add local project bundles
      Replace DeepCheck
      Workflow library for writing testing workflows
      'SPEC' workflow plugin
      Add a Mocking library
      Add new tools to bundles
      Restructure test dir
      Add Missing test files
      Fix minor test issues
      Remove DeepCheck
      Prepare for Compare
      Add 'Compare' plugin to replace DeepCheck
      Plugin::More -> Plugin::Core, is_deeply -> is
      Fix tests to use the new Compare system
      Add ability to set encoding
      UTF8 Plugin
      Major doc update
      Better tests for the loader (Test::Stream)
      Formatting fix
      No Subtests by default
      Documentation and test updates
      Require specification of a plugin or bundle
      Documentation and Test Audit part 2
      Capabilities: detect bad 5.10.0 threads
      Fix compare test bugs
      Subtest stack fallback
      Reserve uncapitalized options to Test::Stream
      Fix Class plugin tests for some perl versions
      Workflow refactor
      Whitespace fix
      use 'try' instead of eval
      Version Bump: 1.302010
      .gitignore update
      v1.302010
      Type Fix
      Spec/Workflow now uses iso/isolate, instead of assuming fork
      Fix Delta.t for some platforms
      Fix IPC global events in windows
      Better debugging for CanThread.t
      Quiet some warnings on windows
      Make hub.t skip the fork check on windows for now
      Skip the sync test on windows for now
      Better isolation testing
      Safer terminal size
      Doc update
      Version Bump
      v1.302011
      Documentation Updates
      Typo Fixes
      Enhance Fork support, detect pseudo-fork
      Whitespace fixes
      Fix subtest diagnostics
      Better error handling in threads in the workflow runner
      Documentation Update
      Version Bump
      v1.302012
      Inheritable listeners+mungers for subtests
      Fix last commit, IPC bareword
      Fix Util.t test for some Term::ReadKey versions
      Version Bump
      v1.302013
      Fix Delta.t test for some platforms
      Version Bump
      v1.302014
      Remove isolation functionality from workflows
      Version Bump
      v1.302015
      Fix missing docs and tests in Util.pm
      Add all deps to dist.ini
      Add some basic loader options to Test::Stream
      Add "test" that prints deps and versions
      Add some sub utils to Util.pm
      Remove Block, update Workflows, better line numbers
      Compare: Delay inspecting sub until really needed
      Workflow: Fix custom line numbers
      Update Changes file
      Version Bump
      v1.302016
      Doc Fixes
      Remove unused variable
      Fix incorrect module versions
      Fix line number bug in compare
      v1.302017
      Fix Typo
      Fix loop in SkipWithout
      Rename subs in try {} and protect {}
      Remove duplicate module from the report
      Workflow/Task improvements
      Trace::Mask for better traces in Spec module
      v1.302018
      Remove debugging
      Remove or modify experimental notice
      Doc updates, added Components manual page
      Better Trace::Mask behavior
      Doc updates, add tooling doc
      Updated Readme
      Changes Updates
      Module change in report.t
      Version Bump
      v1.302019
      Version Bump
      Update Changes file
      v1.302020
      Merge pull request #38 from magnolia-k/master
      Changes necessary for change to stringification by default in compare
      Make distinct 'string' and 'number' checks for compare
      make 'is' more strict, always use string compares for non-refs
      Add capability details to report
      fix #37, doc issue
      Merge pull request #40 from Test-More/is_stringy
      Merge pull request #44 from magnolia-k/patch-2
      Merge pull request #43 from magnolia-k/patch-1
      Remove string vs number guessing.
      Update Changes
      Version Bump
      v1.302021
      Merge pull request #48 from magnolia-k/patch-3
      Minor map to grep change in Delta.pm
      Fix #50
      Version Bump
      v1.302022
      Merge pull request #51 from zackse/master
      Fix subtest docs for buffered subtests
      Add Undef type, do not rely on string to check undef
      String and Number have no business checking undef
      Update Changes file
      Version Update
      v1.302023
      Add missing test
      Version Bump
      v1.302024
      Add 'cmp_ok' to Core plugin
      Add Classic plugin and bundle
      Update Docs to recommend Classic
      Update Changes
      Version Bump
      v1.302025
      Fix docs
      Another doc update
      Doc fix, fixes #55
      Doc updates
      Version Bump
      v1.302026
      Better diagnostics for failure in DefferedTests
      Improve docs to make it more clear that the loader is optional
      Make all imports explicit
      Update readmes
      Make tests correctly recognise the PERL_UNICODE var
      Merge pull request #58 from Test-More/fix_tap_and_utf8_defaults
      Merge pull request #57 from Test-More/explicit_import
      Merge pull request #56 from Test-More/loader_docs
      Deprecate mungers, add filters
      Deprecate HashBase 'base' arg. Deprecate Event import
      Merge pull request #63 from Test-More/event_import
      Merge pull request #62 from Test-More/filters_no_mungers
      Fix license url (#66)
      fix like + overload
      Fix isa_ok, can_ok, and does_ok with overloading
      Fix some test failures on older perls
      Improve isa_ok
      Doc fix for Warnings
      Move to_tap logic into formatter
      Add event registration to TAP formatter
      Hide warnings for deprecated to_tap in event tests
      Port to_tap tests into TAP.t
      Remove unnecessary optimization
      Break out Skip into an event type
      Deprecate DebugInfo's todo capabilities
      Add 'todo' fields for Diag and Ok events
      Use event todo instead of debuginfo todo
      Changes from review
      Remove deprecated stuff
      Fix bugs discovered in Test::Builder testing
      Improve 'Sync'
      Reduce complexity of Capabilities checker
      Remove unwanted files
      Stop using Test::Stream::Exporter
      Slim down Util.pm
      Add a simple test library for self-testing
      Rename SyncObj to Tracker
      Update all the tests
      Rename DebugInfo to Trace
      Mechanized namespace move
      Meta updates
      Update Profiling
      Add Test2.pm stub so I can use dzil
      Combine Util and Capabilities
      Mechanical moving/renaming of some modules
      Restructure Context/Global/Test2
      Simplify HashBase
      Update Changes file
      improve context
      Move test tool library to t/
      Documentation Updates
      Add examples
      Experimental Notice
      Update repo info
      Start at version 1.000005 since earlier was released as a placeholder
      v0.000005
      Doc fix
      IPC improvements
      Update dist.ini
      Improve HashBase
      Fix profling scripts
      Remove unused things
      Improve try, remove protect
      Test2.pm - comments, and do not use try
      Better error in Trace.pm constructor
      Comment Contex.pm better, fix minor bug
      Typo fix
      Fix Instance.t
      Prevent TAP from killing $!
      Port 00-report.t
      Version Bump
      v0.000006
      Doc updates, add readme
      Improve global IPC messages and docs
      Make formatters more sane
      Change env-vars and labels from TS_ to T2_
      Allow extentions to attach meta-data to events
      Fix Typo
      Fix version number
      Changes file
      v0.000007
      Bring back the 'release' export
      Version Bump
      v0.000008
      Fix Typo
      v0.000009
      Turn Global into an Exporter
      Rename Test2 -> Test2::API, turn Test2.pm into docs
      Version Bump
      v0.000010
      Fix typo in docs
      Test-Builder TAP compatability
      Version Bump
      v0.000011
      Remove ::Global, merge into ::API
      Mechanical move for some namespaces
      Move singleton init to Test2/API/Instance
      documentation
      Minor formatting and variable name changes
      Make IPC retrofit possible
      Version Bump
      v0.000012
      Helpful message if subtest plan is wrong
      Make it possible to subclass the TAP formatter
      Small event->meta optimization
      Allow custom counts in profiling
      Put state back into the hub.
      Make context less magic
      Change TODO handling
      Fully seperate Ok and Diag
      TAP formatter doc updates
      Changes file update
      Optimize Hub->process and TAP->write
      Changes update
      Remove accidental remaining ::State usage
      Fix context + exceptions
      Improve TAP formatter subclassability even more
      Add builder+threads profiling script
      Optimize cull() in IPC-Files driver
      IPC - Use SHM when available to notify of pending events
      Changes update
      Fix IPC optimization bug
      Add API to turn on SHM for IPC
      Version Bump
      v0.000013
      Silence warning on older perls
      Version Bump
      v0.000014
      HashBase - allow custom new() methods
      Version Bump
      v0.000015
      Better encapsulation of API Instance
      Minor IPC+shm corrections
      Preload event types
      IPC: Add acceptance tests for IPC
      Version Bump
      v0.000016
      Do not squash $! in ipc polling
      Do not squash $! during initilization or polling
      Version Bump
      v0.000017
      Stop localizing $!, $@, etc, let the context do it
      Version Bump
      v0.000018
      Make third-party meta-data interface consistent
      Version Bump
      v0.000019
      Add pre_filter's, filters before IPC
      Change how contexts stack
      v0.000020
      Restore diagnostics on failed subtests
      v0.000021
      Fix broken test.
      v0.000022
      Minor enhancement to test tool
      Doc updates
      Typo Fixes
      Things rjbs and I discussed
      Version Bump
      v0.000023
      Add no_context() api function
      Version Bump
      v0.000024
      Fix occasional cleanup warning
      Version Bump
      v0.000025
      Merge pull request #13 from autarch/autarch/version-everywhere
      Merge pull request #14 from autarch/autarch/add-perltidyrc
      Fix several minor subtest IPC issues:
      v0.000026
      Version Bump
      Add flag for disabling skip_all subtest auto-abort
      v0.000027
      Post release version bump
      Merge pull request #15 from autarch/patch-1
      Add env var to control IPC::Driver::Files temp dir names
      v0.000028
      Post-release version bump
      Add pid to Files IPC driver temp dir name
      v0.000029

Dave Rolsky (3):
      Add $VERSION to every module and add BumpVersionAfterRelease plugin
      Add perltidyrc (copied from Test2-AsyncSubtest repo)
      Fix typo

Evan Zacks (1):
      pod: spelling fixes

Graham Knop (1):
      don't override parent class accessors

Lucas Kanashiro (1):
      Imported Upstream version 0.000029

Magnolia.K (4):
      typo
      Fixed doc.
      fixed doc.
      Fixed pod error.

Ricardo Signes (4):
      fix a typo
      fix another typo
      death to typos
      generally, "affect" is the verb and "effect" the noun

gregor herrmann (1):
      Import original source of Test2 0.000025

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

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/libtest2-perl.git



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