[libtest-simple-perl] annotated tag upstream/1.302015 created (now a93720b)

gregor herrmann gregoa at debian.org
Tue May 10 17:42:03 UTC 2016


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

gregoa pushed a change to annotated tag upstream/1.302015
in repository libtest-simple-perl.

        at  a93720b   (tag)
   tagging  da8e51be14454653ab6156b96b8a1a21a2253316 (commit)
  replaces  upstream/1.001014
 tagged by  gregor herrmann
        on  Tue May 10 18:46:05 2016 +0200

- Log -----------------------------------------------------------------
Upstream version 1.302015

Chad Granum (649):
      When a subtest calls skip_all, preserve the test name
      Merge branch 'fix_subtest_skipall' into stable
      Version Bump
      Update Changes File and bump version
      Backport cmp_ok fix from alphas
      Version Bump 1.001009
      Bring in downstream tests from master
      MANIFEST
      fix #491
      Add Travis to stable
      Version 1.001010 - Integrate modules
      Remove POD coverage test, version bump 1.001011
      Put test where it belongs
      Version Bump
      Update Changes
      Merge pull request #525 from mohawk2/stable-testspacefix
      Version Bump
      Changes
      Make the changes test only run when author_testing is specified
      Update manifest
      Fix changes checker
      Fix dates in changes file
      Add Profling
      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
      Merge pull request #602 from magnolia-k/legacy/master
      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
      Merge pull request #608 from Manwar/removed-broken-link-to-package-Bundle-Test
      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
      Seperate POD and Code
      Bump and Sync the version number
      Account for Test::Builder1.5
      group package vars
      Changes - Bring in changes from previous dev releases
      Update Test::Builder to use Test2 under the hood
      Bring back the 'release' export
      Version Bump
      v0.000008
      Switch to Dist::Zilla
      Version Bump
      v1.302013_001
      Fix Typo
      v0.000009
      Turn Global into an Exporter
      Rename Test2 -> Test2::API, turn Test2.pm into docs
      Version Bump
      v0.000010
      Use Test2 0.000010
      Version Bump
      v1.302013_002
      Fix typo in docs
      fixme
      Fix 'details' structure for todo subtests
      Version Bump
      v1.302013_003
      Test-Builder TAP compatability
      Version Bump
      v0.000011
      Restore classic behavior for verbose harness
      Version Bump
      v1.302013_004
      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
      Support for Test2 0.000012
      Version Bump
      v0.000012
      v1.302013_005
      Update downstream list
      Fix Test::Tester to use context
      Don't wait on threads/procs by default
      Do not wait after Test::SharedFork does its thing
      Delay loading of Data::Dumper;
      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
      Profiling script updates
      Patch for Test2 removing 'state'
      Update for Test2 todo/event/TAP changes
      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
      Retrofit SHM for IPC (Test::SharedFork support)
      Version Bump
      v0.000013
      Re-Order dists in downstream test
      Version Bump
      v1.302013_006
      Silence warning on older perls
      Version Bump
      v0.000014
      HashBase - allow custom new() methods
      Version Bump
      v0.000015
      Bump minimum Test2 version
      v1.302013_007
      Better encapsulation of API Instance
      Minor IPC+shm corrections
      Preload event types
      IPC: Add acceptance tests for IPC
      Version Bump
      v0.000016
      Version Bump
      v1.302013_008
      Allow un-numbered skip when using done_testing
      Add test report
      Update Changes
      Do not squash $! in ipc polling
      Do not squash $! during initilization or polling
      Version Bump
      v0.000017
      Require newer Test2
      Version Bump
      v1.302013_009
      Stop localizing $!, $@, etc, let the context do it
      Version Bump
      Changes for Test2 0.000018
      v0.000018
      Version Bump
      v1.302013_010
      Make third-party meta-data interface consistent
      Version Bump
      v0.000019
      Add pre_filter's, filters before IPC
      Performance enhancements
      Change how contexts stack
      v0.000020
      Version Bump
      v1.302013_011
      Restore diagnostics on failed subtests
      v0.000021
      Fix broken test.
      v0.000022
      Minor enhancement to test tool
      Doc updates
      Typo Fixes
      Changes to go along with Test2 changes rjbs and I discussed
      Things rjbs and I discussed
      Version Bump
      v0.000023
      Version Bump
      v1.302013_012
      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
      Fix #637 - exotic thread test
      Version Bump: 1.302013_013
      v1.302013_013
      Do not run thread test when threads are disabled
      v1.302013_014
      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
      Post-release version bump
      Re-Add transition doc
      v0.000030
      Post-release version bump
      Apply spelling fixes
      Provide more helpful error message for missing hubs
      Update README
      v0.000031
      Post-release version bump
      Workaround for #16 (caller in end bug)
      Remove some leftover stuff from debugging
      Move gh_16.t to xt
      v0.000032
      Post-release version bump
      Better fix for #16 (caller in END bug)
      v0.000033
      Post-release version bump
      Fix depth logic after #16 fix
      v0.000034
      Post-release version bump
      Turn of depth checking on older perls
      v0.000035
      Post-release version bump
      Fix TAP open to use 3-arg form, no INIT warning
      v0.000036
      Post-release version bump
      Bump minimum Test2 version to protect from segv
      v1.302013_015
      Prevent formatter from unconditionally loading Test2::API
      v0.000037
      Post-release version bump
      Add 'summary' method for events
      Update changes file
      v0.000038
      Post-release version bump
      Let formatters decide how to handle buffered subtest events
      Add sets_plan() to event base class
      Support some new Event features from Test2
      Version Bump
      Add diagnostics flag to events
      v0.000039
      v1.302013_016
      Post-release version bump
      Support subtest id's in events
      Better subtest tracking in events
      v0.000040
      Post-release version bump
      Minor xt update
      Version Bump
      v1.302013_017
      Support Test2 setting alternative formatters
      Version Bump
      v1.302013_018
      Do not allow custom formatter in some tests
      Allow 'no_numbers' with custom formatters
      Disable custom formatters the correct way
      v0.000041
      Version Bump
      v1.302013_019
      Post-release version bump
      Improve T2_FORMATTER parsing
      Minor TAP formatter improvement
      v0.000042
      Post-release version bump
      Typo fix in docs
      Add docs to Event.pm for 2 subs
      Make init() errors report to the right place.
      Update Changes
      Update docs, remove experimental
      Merge Test2 into Test-Simple
      Sync version numbers
      Restructure t dir for clean separation of tests
      Add warning when Test2::API and Test::Builder have a version mismatch
      Update downstream breakage docs and list
      Update downstream deps list and docs
      Add version numbers to Transition POD
      More Transition doc updates
      Update Changelog
      Add Breakage library
      Add version to breakage
      Update Repository
      Breakage updates, and testing.
      Update downstream test
      Update Changes
      Fix typo in downstream test
      v1.302014_001
      Merge pull request #640 from Test-More/topic/keep_distini
      Restore x-breaks meta-data
      Version Bump
      v1.302014_002
      Save $@ and $! in explain
      Version Bump
      v1.302014_003
      Add Test::Clustericious::Cluster to breakages
      Add example
      Update breakage info
      Make sure most significant data is used in the shm values
      Update Changes
      Version Bump
      v1.302014_004
      Fix breakage reporting
      Version Bump
      v1.302014_005
      Remove problematic checks
      Version Bump
      v1.302014_006
      TB->reset clears the ENDING flag
      Version Bump
      Update Changes
      v1.302014_007
      Fix TAP rendering bug when using empty but defined test name
      Version Bump
      Better notifications if Test::Builder is loaded late
      Recommend reading Test2::Transition if you need to update broken modules
      Document Test::Builder::TodoDiag and Test2::Builder::Formatter
      v1.302014_008
      Change email in COPYRIGHT section
      Sort, update, and add notes for breaks
      Fix comments in dist.ini
      Version Bump
      Update Changes
      v1.302014_009
      Version Bump
      Update Changes file to include last 2 Test2 releases
      Update Changes
      Fix SHM leak
      Correct Test-Clustericious-Blocking version in breakage
      Merge remote-tracking branch 'dolmen/patch-1' into post-stable
      Add Test-Able and Log::Dispatch::Config::TestLog to breakages
      Clarify Test2.pm POD
      Update Test::SharedFork breakage version
      Update Changes
      Avoid unreferenced scalar issue on 5.8.1 with threads
      v1.302014_010
      Merge pull request #655 from plicease/breaks-test-alien
      Update breakge meta-data and POD
      Version Bump, remove eval
      v1.302015

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

Ed J (1):
      t/exit.t quote-protect $Perl in case spaces

Evan Zacks (1):
      pod: spelling fixes

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

Graham Ollis (1):
      Breaks Test::Alien prior to 0.05

Karen Etheridge (1):
      do not remove dist.ini from the build

Magnolia.K (7):
      typo
      Added encoding for pod.
      Changed pod about Test::Builder::Module.
      typo
      Fixed doc.
      fixed doc.
      Fixed pod error.

Mohammad S Anwar (1):
      - Removed broken link to the package Bundle::Test in the pod document

Olivier Mengué (1):
      Fix typo in Test2::API doc

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

gregor herrmann (1):
      Imported Upstream version 1.302015

magnolia (1):
      Merge pull request #603 from magnolia-k/fix_pod_for_test_builder_module

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

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-simple-perl.git



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