Vincent Pit [Fri, 2 Nov 2012 01:12:38 +0000 (23:12 -0200)]
Add Config to build_requires
Vincent Pit [Fri, 21 Sep 2012 15:09:54 +0000 (17:09 +0200)]
This is 0.21
Vincent Pit [Fri, 21 Sep 2012 14:08:15 +0000 (16:08 +0200)]
Remove an extra ;
Vincent Pit [Fri, 21 Sep 2012 14:07:13 +0000 (16:07 +0200)]
Force linking against the perl dll when using gcc 3.4 on Windows
When a Windows perl links an XS shared object to an import library using
gcc/g++ version 3.4.x, strange breakage happens at load time because the
mutex-related symbols seems not to be reachable. This situation happens
especially for AS perl and the default compiler suite it installs.
We fix this by forcing g++ to link against the dll instead, which should
be in the same directory as the perl executable (at least for AS perl).
Vincent Pit [Fri, 21 Sep 2012 14:02:02 +0000 (16:02 +0200)]
Make t/07-context_info.t pass with perls that have usesitecustomize set
sitecustomize.pl adds a "BEGIN { do { my $x; 1 } }" at the beginning of
the test code, which causes HINT_BLOCK_SCOPE to leak to the main program.
Vincent Pit [Thu, 20 Sep 2012 19:38:41 +0000 (21:38 +0200)]
Fix context_info() warnings field for perl 5.17.4
Vincent Pit [Thu, 20 Sep 2012 19:18:44 +0000 (21:18 +0200)]
Reformat the section of context_info() that extracts the warnings
This will ease up future alterations to this code.
Vincent Pit [Thu, 20 Sep 2012 19:02:32 +0000 (21:02 +0200)]
Minor POD tweaks
Vincent Pit [Mon, 17 Sep 2012 11:00:01 +0000 (13:00 +0200)]
This is 0.20
Vincent Pit [Sun, 16 Sep 2012 22:19:33 +0000 (00:19 +0200)]
Implement context_info()
Vincent Pit [Sun, 16 Sep 2012 22:19:20 +0000 (00:19 +0200)]
Small POD fixup
Vincent Pit [Sun, 16 Sep 2012 20:48:34 +0000 (22:48 +0200)]
Fix debugger compatibility with perl 5.17.1 and above
Vincent Pit [Fri, 14 Sep 2012 12:25:43 +0000 (14:25 +0200)]
Test 'return from do' in special cases
Vincent Pit [Fri, 14 Sep 2012 00:12:53 +0000 (02:12 +0200)]
Fix spelling in a couple of new error messages
Vincent Pit [Fri, 14 Sep 2012 00:04:31 +0000 (02:04 +0200)]
Implement leave()
Vincent Pit [Thu, 13 Sep 2012 23:44:06 +0000 (01:44 +0200)]
Move PL_stack_sp/items adjustments from su_unwind/su_yield to XSubs
Vincent Pit [Thu, 13 Sep 2012 23:07:49 +0000 (01:07 +0200)]
Explicitely require a C compiler
Vincent Pit [Sun, 9 Sep 2012 22:06:07 +0000 (00:06 +0200)]
Implement yield()
Vincent Pit [Thu, 13 Sep 2012 17:33:07 +0000 (19:33 +0200)]
Fix the documentation of the context argument of unwind() and uplevel()
Vincent Pit [Tue, 11 Sep 2012 23:27:42 +0000 (01:27 +0200)]
Normalize words
Vincent Pit [Tue, 11 Sep 2012 19:07:26 +0000 (21:07 +0200)]
Banish (most) eval STRING from t/84-stress-unwind.t
The span of tested configurations has changed slightly, but this test is
now about 70% faster.
Vincent Pit [Tue, 11 Sep 2012 12:27:00 +0000 (14:27 +0200)]
Silence a couple of warnings reported by gcc
Vincent Pit [Mon, 10 Sep 2012 12:42:27 +0000 (14:42 +0200)]
Revamp the logic used for skipping debugger frames
Vincent Pit [Mon, 10 Sep 2012 11:03:20 +0000 (13:03 +0200)]
Fix and test UP and SCOPE crossing loop/subst/given/when/default blocks
Vincent Pit [Mon, 10 Sep 2012 09:12:55 +0000 (11:12 +0200)]
Make t/63-uplevel-ctl.t pass with the debugger enabled
Vincent Pit [Sun, 9 Sep 2012 13:34:56 +0000 (15:34 +0200)]
Make some room in test ordering
Vincent Pit [Sun, 9 Sep 2012 12:41:14 +0000 (14:41 +0200)]
Move the fallback OP_GIMME_REVERSE() up to the compat section
Vincent Pit [Sun, 9 Sep 2012 10:14:22 +0000 (12:14 +0200)]
Factor our verbose is() in Scope::Upper::TestGenerator
Vincent Pit [Sun, 9 Sep 2012 09:31:57 +0000 (11:31 +0200)]
Do less function calls in Scope::Upper::TestGenerator::gen()
Vincent Pit [Sun, 9 Sep 2012 09:16:30 +0000 (11:16 +0200)]
Rework how Scope::Upper::TestGenerator generates its 'local' tests
Vincent Pit [Sun, 9 Sep 2012 09:15:43 +0000 (11:15 +0200)]
Update VPIT::TestHandlers
Vincent Pit [Sun, 9 Sep 2012 08:44:52 +0000 (10:44 +0200)]
Do less eval STRING in t/85-stress-unwind.t
This yields a 40% speedup.
Vincent Pit [Sat, 8 Sep 2012 23:05:20 +0000 (01:05 +0200)]
Make t/85-stress-unwind.t predictable
Vincent Pit [Sat, 8 Sep 2012 17:48:52 +0000 (19:48 +0200)]
Revamp t/85-stress-unwind.t
Stop using eval() to compute the expected value. This highlighted an issue
with how list() was defined.
This test now runs about 25% faster.
Vincent Pit [Sat, 8 Sep 2012 17:46:21 +0000 (19:46 +0200)]
Make SU_CXNAME take the context as argument
Vincent Pit [Fri, 7 Sep 2012 22:54:14 +0000 (00:54 +0200)]
Check that unwind(-1) dies and that unwind() doesn't
Father Chrysostomos [Fri, 7 Sep 2012 12:28:05 +0000 (14:28 +0200)]
Fix building with the newest version of 5.17.4
Vincent Pit [Fri, 7 Sep 2012 11:06:34 +0000 (13:06 +0200)]
Really make POD headers linkable
Vincent Pit [Sat, 1 Sep 2012 13:25:22 +0000 (15:25 +0200)]
This is 0.19
Vincent Pit [Sat, 1 Sep 2012 13:01:35 +0000 (15:01 +0200)]
Bump copyright year
Vincent Pit [Wed, 22 Aug 2012 10:10:24 +0000 (12:10 +0200)]
Add BUILD_REQUIRES to WriteMakefile()
Vincent Pit [Wed, 22 Aug 2012 09:45:18 +0000 (11:45 +0200)]
Port module loading in tests to VPIT::TestHelpers
Vincent Pit [Wed, 22 Aug 2012 09:35:49 +0000 (11:35 +0200)]
Kill Debian_CPANTS.txt suffixes as well
Vincent Pit [Wed, 22 Aug 2012 09:34:25 +0000 (11:34 +0200)]
Update author tests, and add a POD spelling test
Also make sure that the kwalitee test unlinks its byproducts.
Vincent Pit [Wed, 22 Aug 2012 09:24:55 +0000 (11:24 +0200)]
Fix build with the new PADLIST API from 5.17.4
Vincent Pit [Wed, 22 Aug 2012 09:18:22 +0000 (11:18 +0200)]
Enable the "save last context" workaround more selectively
Vincent Pit [Wed, 18 Jul 2012 21:03:35 +0000 (23:03 +0200)]
Version requirements overhaul
Vincent Pit [Wed, 18 Jul 2012 20:59:16 +0000 (22:59 +0200)]
Test uplevel's behaviour regarding to match variables more thoroughly
Vincent Pit [Sun, 19 Feb 2012 13:09:03 +0000 (14:09 +0100)]
Require Module::ExtractUse 0.24 for the Kwalitee test
Vincent Pit [Fri, 11 Nov 2011 18:59:22 +0000 (19:59 +0100)]
Make sure the POD headings are linkable
Vincent Pit [Fri, 11 Nov 2011 17:30:17 +0000 (18:30 +0100)]
Rename sud->new_uid_storage to sud->tmp_uid_storage
Vincent Pit [Fri, 11 Nov 2011 17:16:35 +0000 (18:16 +0100)]
Pack uplevel()'s internal data structure more tightly
It is now about 7% smaller on x86_64.
Vincent Pit [Sat, 22 Oct 2011 17:37:07 +0000 (19:37 +0200)]
t/59-unwind-threads.t should always run at least one test
No test means failure.
Vincent Pit [Sat, 22 Oct 2011 16:55:36 +0000 (18:55 +0200)]
Threads tests may not be able to spawn all the threads
To work around this :
- move all the threads boilerplate to a new helper test module ;
- capture the warnings/errors that threads->create may throw and reprint
them properly as diagnostics ;
- use Test::Leaner instead of Test::More, as older Test::More sometimes
cause out of sequence bugs ;
- last but not least, do not hardcode the plan and use done_testing with
the actual number of spawned threads instead.
Vincent Pit [Mon, 10 Oct 2011 20:50:59 +0000 (22:50 +0200)]
This is 0.18
Vincent Pit [Mon, 10 Oct 2011 20:04:36 +0000 (22:04 +0200)]
Skip a destructor test on perl 5.6 in t/74-uid-validate.t
An object destructor is always fired last before 5.8. For example,
our $y = 1;
sub X::DESTROY { print $y }
{
local $y = 2;
my $x = bless [], "X"
}
will print 1 on 5.6 and 2 on 5.8.
Vincent Pit [Mon, 10 Oct 2011 17:55:39 +0000 (19:55 +0200)]
Make sure the code snippets fit in 80-columns wide terminal
Vincent Pit [Mon, 10 Oct 2011 17:48:52 +0000 (19:48 +0200)]
Trailing whitespace in tests
Vincent Pit [Fri, 9 Sep 2011 23:53:46 +0000 (01:53 +0200)]
Implement uid() and validate_uid()
Vincent Pit [Sat, 8 Oct 2011 20:55:31 +0000 (22:55 +0200)]
Don't rely on accessing the values of Perl_runops_{standard,debug}
This doesn't work on Windows, so we have to use PL_runops_{std,dbg} instead.
But those two variables are not available before perl 5.8, so we have to
forbid the whole goto handling altogether on those perls for consistency.
Vincent Pit [Mon, 3 Oct 2011 21:57:35 +0000 (23:57 +0200)]
Fix Changes buggery
Vincent Pit [Mon, 3 Oct 2011 21:46:51 +0000 (23:46 +0200)]
This is 0.17
Vincent Pit [Mon, 3 Oct 2011 21:25:20 +0000 (23:25 +0200)]
Talk about the goto() overhead in the documentation
Vincent Pit [Sun, 2 Oct 2011 21:00:53 +0000 (23:00 +0200)]
Fix goto &xsub in uplevel
The old debugging hack has been removed, because it could not cope at all
with the XSUB case. It is replaced by an runloop hijack.
Note that a side effect of this change is that su_uplevel_ud tokens are no
longer freed by su_uplevel_restore on pre-5.13.7 perls. This is needed in
order to ensure that the topmost token is available at all time for our
runloop replacement.
Vincent Pit [Fri, 23 Sep 2011 09:21:31 +0000 (11:21 +0200)]
Fix uplevel() recalling into an XSUB
Vincent Pit [Mon, 19 Sep 2011 21:31:22 +0000 (23:31 +0200)]
Test that goto-to-uplevel does not mess up returned values
Vincent Pit [Mon, 19 Sep 2011 21:16:37 +0000 (23:16 +0200)]
Remove trailing whitespace
Vincent Pit [Mon, 19 Sep 2011 21:16:17 +0000 (23:16 +0200)]
Prevent simple uplevel argument tests from reifying @_
Vincent Pit [Fri, 16 Sep 2011 19:16:54 +0000 (21:16 +0200)]
Fix calling goto to replace an uplevel'd subroutine frame
Vincent Pit [Mon, 19 Sep 2011 10:35:15 +0000 (12:35 +0200)]
Create the renamed CV as a shallow copy of the original one
From now they share the exact same pad, without any refcount bump. This
means that we have to handle the renamed CV destruction ourselves by
clearing its padlist entry before freeing it, but we need to reset its
depth anyway before that (or that would cause "still in use" warnings).
This allows us to call pp_entersub directly with the renamed CV as we were
doing earlier, and to remove the exotic destruction dance from
su_uplevel_restore().
Vincent Pit [Tue, 13 Sep 2011 21:32:59 +0000 (23:32 +0200)]
Fix a test in t/60-uplevel-target.t that does not test anything
Vincent Pit [Tue, 13 Sep 2011 21:10:36 +0000 (23:10 +0200)]
Don't rely on being able to access the old context in su_uplevel_restore()
It will be overwritten if the callback gotos into another subroutine.
This also fixes "Attempt to free unreferenced scalar" warning when the
debugger is enabled.
Vincent Pit [Tue, 13 Sep 2011 19:50:27 +0000 (21:50 +0200)]
Rename some variables and struct members around su_uplevel()
Vincent Pit [Tue, 13 Sep 2011 17:34:16 +0000 (19:34 +0200)]
In su_cv_clone(), add stash->cloned_cv backrefs on perl 5.13.x
This fixes test failures on debugging perl 5.13.[456].
Vincent Pit [Tue, 13 Sep 2011 10:42:15 +0000 (12:42 +0200)]
Inline Perl_cv_clone() and Perl_new_pad()
What we really need to fake the callback's GV is a pure copy of it, but
Perl_cv_clone does not do this : it creates a new copy with a depth of 1
and an empty pad, which is appropriate for pp_anoncode but not for our
situation. The easiest way to fix this is simply to inline Perl_cv_clone()
in our code, set up the copy's depth from the original, and crudely copy
the old pad into a new one.
This fixes closures defined in the uplevel callback that captures lexical
from outside of the uplevel call, and also allows us to remove all the
hacks from the previous su_cv_clone().
Vincent Pit [Fri, 9 Sep 2011 23:53:13 +0000 (01:53 +0200)]
Activate the correct pad when calling the uplevel'd code
This fixes at least two issues :
- closures defined inside the uplevel callback can now wrap around
lexicals from inside (but not outside yet, this will be fixed by the
next commit).
- state variables in the uplevel callback now work properly.
Vincent Pit [Fri, 9 Sep 2011 17:30:16 +0000 (19:30 +0200)]
Reorder some code in su_uplevel()
Vincent Pit [Wed, 7 Sep 2011 22:18:54 +0000 (00:18 +0200)]
Make sure the stack is large enough when returning values from words
Vincent Pit [Mon, 5 Sep 2011 17:40:07 +0000 (19:40 +0200)]
Silence some compiler warnings
Vincent Pit [Sun, 4 Sep 2011 15:40:14 +0000 (17:40 +0200)]
Test unwinding while unwinding
Vincent Pit [Sun, 4 Sep 2011 15:00:19 +0000 (17:00 +0200)]
One more POD wording fix
Inspired by a fix in Debian.
Vincent Pit [Sun, 4 Sep 2011 14:10:38 +0000 (16:10 +0200)]
Move the unwind()-related members of the global context in their own struct
Also correct the third argument to Zero() calls used to initialize the
return_op and proxy_op members : the size was passed, while it is supposed
to be the type.
Vincent Pit [Sun, 4 Sep 2011 14:04:57 +0000 (16:04 +0200)]
Abstract the uplevel storage logic in two new functions
Also disable the restore-soonish magic trick on perl 5.13.7 and earlier, as
the core behaves correctly since then.
Vincent Pit [Sun, 4 Sep 2011 13:10:00 +0000 (15:10 +0200)]
Tweak some comments in the uplevel() code
Vincent Pit [Sun, 4 Sep 2011 13:03:28 +0000 (15:03 +0200)]
Don't grow the fake cxstack if it's already large enough
Vincent Pit [Sun, 4 Sep 2011 13:00:16 +0000 (15:00 +0200)]
Fix some typos/wording in POD
Vincent Pit [Sat, 3 Sep 2011 23:00:26 +0000 (01:00 +0200)]
This is 0.16
Vincent Pit [Sat, 3 Sep 2011 22:49:12 +0000 (00:49 +0200)]
Silence some "Attempt to free unreferenced scalar" errors
They were printed during the second benchmark.
Vincent Pit [Sat, 3 Sep 2011 22:33:19 +0000 (00:33 +0200)]
Implement uplevel()
Vincent Pit [Sat, 3 Sep 2011 22:32:54 +0000 (00:32 +0200)]
Correct a couple of test descriptions
Vincent Pit [Wed, 24 Aug 2011 14:16:46 +0000 (16:16 +0200)]
This is 0.15
Vincent Pit [Wed, 24 Aug 2011 13:57:57 +0000 (15:57 +0200)]
Update bundled Test::Leaner to 0.04
Vincent Pit [Wed, 24 Aug 2011 12:52:01 +0000 (14:52 +0200)]
Encode the README file in UTF-8
Vincent Pit [Mon, 18 Jul 2011 14:19:13 +0000 (16:19 +0200)]
Ignore MYMETA.json
Vincent Pit [Mon, 18 Jul 2011 14:18:54 +0000 (16:18 +0200)]
Add META.json
Vincent Pit [Mon, 18 Jul 2011 14:16:57 +0000 (16:16 +0200)]
Replace $] by "$]"
An old bug could cause $] to be initialized to a wrong decimal value.
Since its stringified value was always right, we use it instead.
Occurences of $^V were also replaced by $].
Vincent Pit [Mon, 18 Jul 2011 14:04:10 +0000 (16:04 +0200)]
Update bundled Test::Leaner to 0.03
Vincent Pit [Sat, 5 Mar 2011 23:28:42 +0000 (00:28 +0100)]
Switch to qw<>
Vincent Pit [Mon, 28 Feb 2011 01:11:43 +0000 (02:11 +0100)]
Invalidate the method cache when localizing subroutines
Vincent Pit [Sun, 27 Feb 2011 00:01:11 +0000 (01:01 +0100)]
This is 0.14