5 years agoRelease 0.10014 master v0.10014
Graham Knop [Sun, 1 Jul 2018 19:26:06 +0000]
Release 0.10014

5 years agochangelog
Graham Knop [Sun, 1 Jul 2018 19:23:22 +0000]
changelog

5 years agobump version to 0.10014
Graham Knop [Sun, 1 Jul 2018 19:22:33 +0000]
bump version to 0.10014

5 years agoadd changelog heading
Graham Knop [Mon, 28 May 2018 13:37:14 +0000]
add changelog heading

5 years agochangelog
Graham Knop [Mon, 28 May 2018 13:34:54 +0000]
changelog

5 years agofix xt test conditional
Graham Knop [Mon, 28 May 2018 13:28:41 +0000]
fix xt test conditional

5 years agobump version to 0.10013_01
Graham Knop [Mon, 28 May 2018 12:59:28 +0000]
bump version to 0.10013_01

5 years agotake abstract from main module
Graham Knop [Mon, 28 May 2018 13:09:00 +0000]
take abstract from main module

5 years agoadd travis config
Graham Knop [Tue, 8 May 2018 12:23:52 +0000]
add travis config

5 years agogenerate README at dist built time rather than configure time
Graham Knop [Fri, 30 Mar 2018 10:16:34 +0000]
generate README at dist built time rather than configure time

5 years agomove author tests to xt and remove environment conditional
Graham Knop [Tue, 8 May 2018 12:17:08 +0000]
move author tests to xt and remove environment conditional

5 years agoconvert to plain EUMM
Graham Knop [Fri, 30 Mar 2018 10:14:01 +0000]
convert to plain EUMM

9 years agoRelease 0.10012 v0.10012
Peter Rabbitson [Sun, 5 Oct 2014 21:20:57 +0000]
Release 0.10012

9 years agoDo not tickle defective 5.10.0 threads in tests
Peter Rabbitson [Fri, 3 Oct 2014 19:24:28 +0000]
Do not tickle defective 5.10.0 threads in tests

9 years agoRelease 0.10011 v0.10011
Peter Rabbitson [Fri, 26 Sep 2014 13:25:31 +0000]
Release 0.10011

9 years agoTypo fix RT#87143
Peter Rabbitson [Fri, 26 Sep 2014 13:21:26 +0000]
Typo fix RT#87143

9 years agoEnsure threads terminate properly
Peter Rabbitson [Fri, 26 Sep 2014 10:05:01 +0000]
Ensure threads terminate properly

This is a prime use for the Tumbler, but one battle at a time

9 years agoBump CXSA dep, clarify thread-test boundaries
Peter Rabbitson [Fri, 26 Sep 2014 10:43:42 +0000]
Bump CXSA dep, clarify thread-test boundaries

9 years agoTurn the CXSA error TODOs into hard skips
Peter Rabbitson [Fri, 26 Sep 2014 10:15:25 +0000]
Turn the CXSA error TODOs into hard skips

I won't be able to get to fix this any time soon, and besides the real fix
is to provide a die handler. Since this had some false positives previously
might as well skip it alogether

9 years agoStop loading B - use our own perlstring() implementation
Peter Rabbitson [Mon, 21 Jul 2014 07:49:26 +0000]
Stop loading B - use our own perlstring() implementation

9 years agoGet tests working under `prove -lrswTj10`
Peter Rabbitson [Mon, 21 Jul 2014 07:22:03 +0000]
Get tests working under `prove -lrswTj10`

11 years agoRelease 0.10010 v0.10010
Peter Rabbitson [Wed, 24 Apr 2013 02:58:50 +0000]
Release 0.10010

11 years agoMake cref registry thread-safe and a ton of tests
Peter Rabbitson [Mon, 18 Mar 2013 08:23:54 +0000]
Make cref registry thread-safe and a ton of tests

11 years agoGet rid of subtests so we can test threads
Peter Rabbitson [Mon, 18 Mar 2013 07:31:32 +0000]
Get rid of subtests so we can test threads

11 years agoFix ton of buggery with defer-immutable accessor shim
Peter Rabbitson [Mon, 18 Mar 2013 07:16:01 +0000]
Fix ton of buggery with defer-immutable accessor shim

11 years agoReshuffle test loop (no func. changes). Examine under -w
Peter Rabbitson [Sun, 17 Mar 2013 16:00:20 +0000]
Reshuffle test loop (no func. changes). Examine under -w

11 years agoRelease 0.10009 v0.10009
Peter Rabbitson [Thu, 15 Nov 2012 18:50:50 +0000]
Release 0.10009

11 years agoStop leaking extra methods into the inheritance chain
Peter Rabbitson [Thu, 15 Nov 2012 18:48:09 +0000]
Stop leaking extra methods into the inheritance chain

Not opting to use namespace::clean as we can keep 5.6 compat
this way ;)

11 years agoRelease 0.10008 v0.10008
Peter Rabbitson [Thu, 15 Nov 2012 09:49:15 +0000]
Release 0.10008

11 years agoMOAR bench
Peter Rabbitson [Wed, 14 Nov 2012 04:39:42 +0000]
MOAR bench

11 years agoAllow escape of the illegal name checks, darkpan has too much crap
Peter Rabbitson [Tue, 13 Nov 2012 07:57:30 +0000]
Allow escape of the illegal name checks, darkpan has too much crap

Because one of the former maintainers of DBIC::SL is a raging idiot,
there is now a ton of DBIC code out there that attempts to create column
accessors with illegal names. In the interest of not cluttering the logs
of unsuspecting victims (unsuspecting because these accessors are
unusuable anyway) we provide an explicit "do not warn at all" escape,
until all such code is fixed

This will be a loooooong time >:(

11 years agoImprove the documentation a *tiny* bit (needs much more work)
Peter Rabbitson [Mon, 12 Nov 2012 13:25:32 +0000]
Improve the documentation a *tiny* bit (needs much more work)

11 years agoPass tests with CXSA but without SN
Peter Rabbitson [Mon, 12 Nov 2012 10:18:32 +0000]
Pass tests with CXSA but without SN

11 years agoProperly string-eval stuff
Peter Rabbitson [Mon, 12 Nov 2012 10:06:30 +0000]
Properly string-eval stuff

11 years agoRadically rewrite and tighten benchmarker, add more acc. makers
Peter Rabbitson [Wed, 31 Oct 2012 13:38:54 +0000]
Radically rewrite and tighten benchmarker, add more acc. makers

11 years agoRelease 0.10007 v0.10007
Peter Rabbitson [Thu, 8 Nov 2012 11:52:43 +0000]
Release 0.10007

11 years agoUsing M::R solved this problem before it was encountered
Peter Rabbitson [Thu, 8 Nov 2012 11:50:21 +0000]
Using M::R solved this problem before it was encountered

11 years agoAdd CXSA and S::N to meta recommends
Peter Rabbitson [Tue, 6 Nov 2012 15:24:36 +0000]
Add CXSA and S::N to meta recommends

11 years agoRequire bugfixed CXSA and warn on old (unusable) versions
Peter Rabbitson [Sun, 4 Nov 2012 18:11:42 +0000]
Require bugfixed CXSA and warn on old (unusable) versions

11 years agoSome internal naming consistency
Peter Rabbitson [Sat, 3 Nov 2012 09:08:26 +0000]
Some internal naming consistency

11 years agoExtra sanity check of accessor names
Peter Rabbitson [Fri, 2 Nov 2012 17:43:36 +0000]
Extra sanity check of accessor names

11 years agoImprove text of ro/wo violation exceptions
Peter Rabbitson [Fri, 2 Nov 2012 17:02:58 +0000]
Improve text of ro/wo violation exceptions

11 years agoFix incorrect handling of exotic fieldnames
Peter Rabbitson [Fri, 2 Nov 2012 16:20:24 +0000]
Fix incorrect handling of exotic fieldnames

11 years agoWhoops - env-package must stay hidden
Peter Rabbitson [Wed, 31 Oct 2012 13:38:08 +0000]
Whoops - env-package must stay hidden

11 years agoBetter check for XS-availability (and bump to M::I which provides it)
Peter Rabbitson [Wed, 31 Oct 2012 10:18:01 +0000]
Better check for XS-availability (and bump to M::I which provides it)

11 years agoAdd an extra sub-naming test
Peter Rabbitson [Mon, 29 Oct 2012 07:37:47 +0000]
Add an extra sub-naming test

11 years agoSwitch all S::U::blessed() calls to length(ref()), equivalent in our case
Peter Rabbitson [Sun, 28 Oct 2012 14:22:15 +0000]
Switch all S::U::blessed() calls to length(ref()), equivalent in our case

11 years agoExcise most redundant explicit return() ops
Peter Rabbitson [Sun, 28 Oct 2012 11:19:12 +0000]
Excise most redundant explicit return() ops

11 years agoAlign ro/wo makers with documentation
Peter Rabbitson [Wed, 31 Oct 2012 06:40:56 +0000]
Align ro/wo makers with documentation

11 years agoStop reexamining own class twice under 'inherited'
Peter Rabbitson [Sun, 28 Oct 2012 11:09:04 +0000]
Stop reexamining own class twice under 'inherited'

11 years agoThe complexity of caching pkg_gen is in fact making things slower
Peter Rabbitson [Sun, 28 Oct 2012 11:01:08 +0000]
The complexity of caching pkg_gen is in fact making things slower

11 years agoSwitch benchmarker to Dumbbench, cleanup
Peter Rabbitson [Sun, 28 Oct 2012 10:56:05 +0000]
Switch benchmarker to Dumbbench, cleanup

11 years agoGeneralize warning of undesirable accessor names
Peter Rabbitson [Sun, 28 Oct 2012 11:15:39 +0000]
Generalize warning of undesirable accessor names

11 years agoSwitch all module loading to Module::Runtime
Peter Rabbitson [Sat, 27 Oct 2012 16:30:35 +0000]
Switch all module loading to Module::Runtime

lose dependency on Class::Inspector

11 years agoSeems to pass tests on 5.6.1 as well, drop minperl further
Peter Rabbitson [Wed, 31 Oct 2012 10:15:59 +0000]
Seems to pass tests on 5.6.1 as well, drop minperl further

11 years agoDisable error message tests on older perls until Class::XSA is fixed
Peter Rabbitson [Wed, 31 Oct 2012 07:55:45 +0000]
Disable error message tests on older perls until Class::XSA is fixed

11 years agoSwitch to 2-space indent, minor formatting (no code) changes
Peter Rabbitson [Fri, 26 Oct 2012 04:49:18 +0000]
Switch to 2-space indent, minor formatting (no code) changes

12 years agoSilence warnings resulting from incomplete can() overrides hiding v0.10006
Christopher H. Laco [Wed, 28 Dec 2011 20:37:01 +0000]
Silence warnings resulting from incomplete can() overrides hiding
get/set_simple methods
Update version for release

12 years agoRelease 0.10005 v0.10005
Peter Rabbitson [Mon, 26 Dec 2011 12:48:39 +0000]
Release 0.10005

12 years agoSanify MANIFEST.SKIP
Peter Rabbitson [Mon, 26 Dec 2011 12:42:31 +0000]
Sanify MANIFEST.SKIP

12 years agoBump Class::XSAccessor dependency
Peter Rabbitson [Mon, 26 Dec 2011 12:35:26 +0000]
Bump Class::XSAccessor dependency

12 years agoRelease 0.10004 v0.10004
Peter Rabbitson [Mon, 28 Nov 2011 21:20:56 +0000]
Release 0.10004

12 years agoNo longer leak constants into the CAG namespace
Peter Rabbitson [Mon, 28 Nov 2011 21:16:05 +0000]
No longer leak constants into the CAG namespace

12 years agoDe-svn-ize
Peter Rabbitson [Mon, 28 Nov 2011 17:46:30 +0000]
De-svn-ize

12 years agogitignore
Peter Rabbitson [Mon, 28 Nov 2011 17:40:26 +0000]
gitignore

12 years agoQuiet test suite
Peter Rabbitson [Mon, 28 Nov 2011 17:37:35 +0000]
Quiet test suite

12 years agoExtend and clarify POD of various methods
Peter Rabbitson [Mon, 28 Nov 2011 17:33:28 +0000]
Extend and clarify POD of various methods

12 years agoRelease 0.10003 v0.10003
Arthur Axel 'fREW' Schmidt [Tue, 3 May 2011 00:13:03 +0000]
Release 0.10003

12 years agoChanges for df84507
Arthur Axel 'fREW' Schmidt [Tue, 3 May 2011 00:07:50 +0000]
Changes for df84507

12 years agoAdd examples for methods that get used most often
Arthur Axel 'fREW' Schmidt [Tue, 3 May 2011 00:05:33 +0000]
Add examples for methods that get used most often

12 years agoAdd SYNOPSIS
Arthur Axel 'fREW' Schmidt [Mon, 2 May 2011 23:42:23 +0000]
Add SYNOPSIS

13 years agofix repo url origin/master
Arthur Axel 'fREW' Schmidt [Sat, 16 Apr 2011 21:01:04 +0000]
fix repo url

13 years agowe have a Makefile.PL origin/trunk
Justin Hunter [Tue, 1 Feb 2011 19:51:47 +0000]
we have a Makefile.PL

13 years agodep on MRO::Compat only if we need to
Justin Hunter [Tue, 1 Feb 2011 19:51:12 +0000]
dep on MRO::Compat only if we need to

13 years agoRelease 0.10002 v0.10002
Rafael Kitover [Sun, 19 Dec 2010 05:24:28 +0000]
Release 0.10002

13 years agoSilence warnings in case the expected shim gets garbage collected before any calls
Peter Rabbitson [Sun, 19 Dec 2010 01:25:01 +0000]
Silence warnings in case the expected shim gets garbage collected before any calls

13 years agoRequire bugfixed Class::XSAccessor
Peter Rabbitson [Sun, 19 Dec 2010 01:15:39 +0000]
Require bugfixed Class::XSAccessor

13 years agoFix deferred XS accessors and 'around' interaction
Peter Rabbitson [Sun, 19 Dec 2010 01:09:36 +0000]
Fix deferred XS accessors and 'around' interaction

13 years agoAdd an extra benchmark point - the inherited accessor type
Peter Rabbitson [Thu, 16 Dec 2010 09:41:30 +0000]
Add an extra benchmark point - the inherited accessor type

13 years agoPlant a better diagnostic for when the xs shim cached detection fails
Peter Rabbitson [Thu, 16 Dec 2010 09:28:47 +0000]
Plant a better diagnostic for when the xs shim cached detection fails

13 years agorelease 0.10001 v0.10001
Rafael Kitover [Sun, 12 Dec 2010 03:17:26 +0000]
release 0.10001

13 years agoWorkaround for Win32/AS retardation ($0 containing \, lolwut?!)
Peter Rabbitson [Wed, 8 Dec 2010 09:51:14 +0000]
Workaround for Win32/AS retardation ($0 containing \, lolwut?!)

13 years agoFix undefer tracker to play nice with Module::Unload (DBICSL)
Peter Rabbitson [Wed, 8 Dec 2010 09:49:27 +0000]
Fix undefer tracker to play nice with Module::Unload (DBICSL)

13 years agoRelease 0.10000 v0.10000
Peter Rabbitson [Sat, 27 Nov 2010 17:54:08 +0000]
Release 0.10000

13 years agoShave off another ~8% off accessor execution, MOAR benchmarks
Peter Rabbitson [Sat, 27 Nov 2010 17:49:47 +0000]
Shave off another ~8% off accessor execution, MOAR benchmarks

13 years agoFix undefer debugger - calls to the same deferred stub going via different classes...
Peter Rabbitson [Sat, 27 Nov 2010 16:50:48 +0000]
Fix undefer debugger - calls to the same deferred stub going via different classes/objects are ok

13 years agoStupid test syntax errors
Peter Rabbitson [Sat, 27 Nov 2010 15:46:12 +0000]
Stupid test syntax errors

13 years agoCure perl 5.6 problem
Peter Rabbitson [Sat, 27 Nov 2010 15:45:08 +0000]
Cure perl 5.6 problem

13 years agoAdd debugging of undefer code reentrancy when a test environment is detected
Peter Rabbitson [Sat, 27 Nov 2010 15:41:24 +0000]
Add debugging of undefer code reentrancy when a test environment is detected

13 years agoRelease 0.09009 v0.09009
Peter Rabbitson [Fri, 26 Nov 2010 01:35:15 +0000]
Release 0.09009

13 years agoEven more corner case fixes - install the resolved final cref into the callER, not...
Peter Rabbitson [Fri, 26 Nov 2010 01:29:33 +0000]
Even more corner case fixes - install the resolved final cref into the callER, not the original method source

13 years agoMinor refactor to allow for braindead CDBICompat code (no methname passed in)
Peter Rabbitson [Thu, 25 Nov 2010 18:14:34 +0000]
Minor refactor to allow for braindead CDBICompat code (no methname passed in)

13 years agoMinor cleanup and Changes
Peter Rabbitson [Thu, 25 Nov 2010 18:03:18 +0000]
Minor cleanup and Changes

13 years agoProtect $@ on evals
Peter Rabbitson [Thu, 25 Nov 2010 16:17:32 +0000]
Protect $@ on evals

13 years agoFix stupid pure-perl caching omission
Peter Rabbitson [Thu, 25 Nov 2010 14:33:45 +0000]
Fix stupid pure-perl caching omission

13 years agoMajor revamp of CAG internals - now works on pure-perl
Peter Rabbitson [Thu, 25 Nov 2010 14:22:45 +0000]
Major revamp of CAG internals - now works on pure-perl

13 years agoRelease 0.09008 v0.09008
Peter Rabbitson [Mon, 11 Oct 2010 07:40:01 +0000]
Release 0.09008

13 years agoPut back the private accessor installer method, there are overrides in the wild
Peter Rabbitson [Mon, 11 Oct 2010 07:37:40 +0000]
Put back the private accessor installer method, there are overrides in the wild

13 years agoBackcompat is tough business :)
Peter Rabbitson [Mon, 11 Oct 2010 07:34:48 +0000]
Backcompat is tough business :)

13 years agoRelease 0.09007 v0.09007
Peter Rabbitson [Sat, 9 Oct 2010 10:28:10 +0000]
Release 0.09007