[libtype-tiny-perl] annotated tag upstream/1.002001 created (now 628222b)

Jonas Smedegaard dr at jones.dk
Thu Sep 14 10:52:35 UTC 2017


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

js pushed a change to annotated tag upstream/1.002001
in repository libtype-tiny-perl.

        at  628222b   (tag)
   tagging  c031d4327fb9b2b96d2b6bf443cd0729de9934ed (commit)
  replaces  upstream/1.000006
 tagged by  Jonas Smedegaard
        on  Thu Sep 14 10:24:47 2017 +0200

- Log -----------------------------------------------------------------
Upstream version 1.002001
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlm6PM8ACgkQLHwxRsGg
ASHU+hAAooHEaiPFO5hxz0QWDXHdAdd5s3mfIHHp/wMUrcd32qdVLUDxwLMAmyrD
6tf3w7y1skiipnUObQVuugvqCtnfcgtfZcsqaeJaQEvmyKl8TkQewQxTppoLHQ9M
XtDeYz+ff8SLj7rghhZsul4RjW1en4a9+wonF0V+mpeQsjsfcFaQVqG6TK3+34N5
7yQNvEHol+GZDVI0EADyUVocXbI6aF5hF3PsCICs+RazJ+yFnFuUm69ofkQnyyLc
T2d2jOHC8LxpvDG6rHdS7RnTJIdRdQMISfc40cr80nz6p3ha8ro7D0O8AoNI8tDe
0+7/OuUu0xDSui8UEZtbpnuakbMe0qry6OdBr3BRNo/kf1hMJAUIf5V6xFVj+Zra
ZQAfs2E2pfJywmZJ0tLCVDSGhYR+/IEpIu4Pr6rCEpmW+JV6bxHjSaNEBvXGrgOx
+AbPEkEZZLE6o9el/54vX1cI07x5L/ebkR1wEvX5Gmys4m4gooRTbDc3YVnJ2U4E
gdSdm8RsN2h6FdGJn/JYZCOpYLinvnA4b7oGcwljpWyekR8/htKcasuhIwYue6TQ
oaYySiOnwixMmSg7npTH72xbL8Ri5Z9okVjj1MUBxizGRd7/lV9du3KAXq08Ipnc
yUaHnKksG7DFPKcu81DZ44T/eQCDTCKNw51B34RqC8uVVKvivW8=
=YKJS
-----END PGP SIGNATURE-----

Alexandr Ciornii (1):
      correct version of Test::Warnings

Denis Ibaev (1):
      support whitespaces for NumericCode

Graham Knop (2):
      avoid warnings in Dict and Tuple types
      avoid warnings in Dict and Tuple types

Jonas Smedegaard (1):
      New upstream version 1.002001

Lucas Buchala (1):
      Correct variable name in the documentation

Peter Valdemar Mørch (2):
      Give good error location in error message from Moo isa validation
      Error location detection with Moo needed changing

Toby Inkster (181):
      Added tag 1.000002 for changeset 95770d8a00b6
      TODO
      testing on older Moo and Moose versions
      gratuitous commit for travis
      maybe travis likes this?
      this may work better
      test older Moo/Moose on contemporary versions of Perl; test older Moo and Moose together
      cpanm options don't seem to work passed to cpan-install
      I want these tests to run with Moo 1.000000
      get test suite passing on Moose 2.0007
      need to split out this test case
      fix weird list/scalar context thing - I don't quite understand it myself but it appears to be the root cause of RT#98159
      patch for RT#98362 (from DAKKAR at cpan.org) - mixture of optional values and non-inlineable coercions within a Dict
      Moose 2.0700 needs contemporous versions of namespace::autoclean an Eval::Closure, or else things break
      patch a few more test cases to work on Moose 2.0000
      we are now testing on older versions of Moo and Moose, so can lower required versions in documentation
      lower required version of Moose in metadata too
      travis why you no build
      yoohoo; this is the master branch over here... do you think you could try building it Travis?
      of course... bad travis config
      bump version; changelog
      master has now diverged enough from stable to bump version to an unstable one; update changelog too [ci skip]
      use Sub::Util as a fallback for Sub::Name
      fix for RT#98458
      correct $VERSION
      update changelog
      update test for Moo 1.006xxx
      initial implementation for compile_named and validate_named (still needs to be documented)
      nac should be fixed now
      nac should be fixed now
      ok, I'm going to punt on remotely debugging this one
      ok, I'm going to punt on remotely debugging this one
      update documentation for Moo 1.006000
      steer away from Type::Utils in documentation
      documentation for validate_named
      can remove it from todo list
      improvements to dwim_type
      update TODO
      merge feature/compile-named
      merge feature/dwim-improvements
      it looks like this problem was solved in Moose 2.0201 (2011-07-22)
      changelog
      update NEWS
      want XS 0.011
      ws;speling
      fix typo
      Added tag 1.001_000 for changeset a579e50546fe
      prefer Sub::Util over Sub::Name because it has a smaller footprint (doesn't load up Dynaloader.pm, Config.pm, vars.pm, base.pm)
      only load Text::Balanced if we really need it (rarely)
      lazy load Type::Tiny::Union in Type::Params
      do not want
      bump version; changelog
      IRC link
      Added tag 1.001_001 for changeset 42da83cca1f2
      restore accidentally-stomped-on changelog data
      implement equals for Union types by checking if they're the union of the same things; also overload numeric-not-equal operator
      implement subtype/supertype stuff in unions (TODO: needs testing)
      fix short-circuiting in inlined code (RT#99312)
      fix Exporter::Tiny-related warning in test case
      catch up with missing changelog entries
      merge Type::Tiny::Union improvements
      Int is supposed to be a subtype of Str, and thus not a reference
      bump version; changelog
      fix test case for recent Int changes (changes to the text of error messages are explicitly allowed under the stability policy)
      Added tag 1.001_002 for changeset fd66abe6d43d
      here is one I missed
      done
      fix for RT#114386 from ETHER
      copyright dates
      Merge pull request #25 from haarg/dict-tuple-warn
      Added tag 1.000006 for changeset aaa074fa450a
      issue #36
      update travis stuff
      bump version
      update changelog
      Added tag 1.001_003 for changeset cb6c7f273776
      RT#105299, credit TSIBLEY
      bump version; changelog
      Added tag 1.001_004 for changeset d0c48a75cb31
      Merge pull request #21 from chorny/patch-1
      Merge pull request #37 from lucasbuchala/patch-1
      Merge pull request #22 from dionys/master
      Merge pull request #30 from zoffixznet/typo
      better way of doing PR #20
      guess I should ensure this explicitly
      Merge pull request #35 from pmorch/moo-error-good-caller
      test case for github issue #14
      bump version; changelog
      ws
      remove spurious slash
      add contributors' email addresses
      update NEWS with projected release date
      Added tag 1.001_005 for changeset 01c0b8acb00f
      rename $lib to $library because nicer name
      localize $SIG{__DIE__}, RT#100780
      stringy constraints
      metadata
      bump version; changelog
      documentation for stringy constraints
      oops
      news
      remove some ancient news from the NEWS file
      StrMatch optimizations
      optimizations for Tuple
      optimize simple positional param checking cases with no coercion or slurpy parameters
      documentation improvements
      bench against Params::ValidationCompiler
      add ${^TYPE_PARAMS_MULTISIG}
      comparison with Params::ValidationCompiler; show how to implement defaults manually
      note performance loss with compile slurpy Dict trick
      add more NEWS
      bump version; changelog
      ws
      Added tag 1.001_007 for changeset a6aab8cd5747
      reduce scope of local $SIG{__DIE__}
      becnhmarking for named parameters
      rearrange examples dir
      test driven development ftw
      initial CycleTuple implementation; no coercions yet
      english_list needs to be loaded
      english_list needs to be loaded
      check hash ordering doesnt screw things up
      check hash ordering doesnt screw things up
      bump version; changelog
      Added tag 1.001_008 for changeset 34b8ce40e22d
      this looks like an interesting direction, but initial benchmarks are not promising
      this does indeed improve performance in pathological cases such as Type::Params::compile(map ArrayRef, 1..100)
      bump version; changelog
      Added tag 1.001_009 for changeset 4cdd896bb135
      maybe this will fix things
      more specific check
      bump version; changelog
      tidier
      improve positional parameter validation stuff too
      changelog
      syntax
      Added tag 1.001_010 for changeset d998b8c9a261
      TDD - failing test case
      fix bug where parameterized Dict and Tuple will always appear to have coercions
      automagic coercions for CycleTuple
      merge cycle-tuple branch
      fix incoming version number
      bump version; changelog
      news
      reorder news
      ws
      update todo
      Added tag 1.001_011 for changeset dafcbe2a69a3
      Loosen RegexpRef to accept blessed objects if $object->isa("Regexp"). This means it accepts regexps compiled within the scope of `use re::engine::RE2` etc. Use Regexp::Util to serialize regular expressions inline if possible.
      these parenthese not needed
      recommendations
      been preferring Sub::Util for a while
      should be fully qualified sub name
      RegexpRef has changed; update test case
      update docs
      bump version; changelog
      thought I'd committed this already
      Added tag 1.001_012 for changeset de8954c312c8
      using refaddr for the hash key is problematic - breaks equality checks
      fix weird UTF warnings on old perls - see https://github.com/tobyink/p5-type-tiny/pull/16
      mention RegexpRef change in NEWS
      bump version; changelog
      Added tag 1.001_013 for changeset 196d6ccd44c1
      credit ETHER better
      based on https://github.com/tobyink/p5-type-tiny/pull/33
      bump version; changelog
      Added tag 1.001_014 for changeset dde12095485f
      Fix for RT#121764
      bump version; changelog
      ws
      Added tag 1.001_015 for changeset ca81ad3b8487
      update TODO
      not viable because of inlining coercions
      cute exampl
      bump version; changelog
      Added tag 1.001_016 for changeset 2fa16e919b33
      bump version; changelog
      Added tag 1.002000 for changeset 212b418e3fe2
      fix test failures with old Test::Moose (by skipping tests)
      dependency on Ref::Util::XS should be 0.100, not 0.200
      bump version; changelog

Zoffix Znet (1):
      Fixed typos

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

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



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