Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/re_eval
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/tonyc/24407-revert-selfloader
smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
smoke-me/jkeenan/sync-with-cpan-Encode-3.24-20260429
-- I want an older branch --
Reports for branch
smoke-me/re_eval
There's more than one sequence of commits recorded for this branch
Show duplicate emailed reports
Filter:
?
This sequence of commits was last seen 2012-06-13 17:02:56
David Mitchell: pp_regcomp: dopn't special-case n->1 arg folding
C
David Mitchell: pp_regcomp: split overloading and concat tasks
C
David Mitchell: change re_op_compile() to take a list of SVs
C
David Mitchell: fix for overload/stringfy and pp_regcomp
C
David Mitchell: unlink re_eval code blocks from op list
C
David Mitchell: In Perl_re_op_compile, make a var volatile
C
David Mitchell: make qr/(?{})/ behave with closures
C
David Mitchell: Ignore code blocks within /[...]/
C
David Mitchell: make recent re_eval changes compile under -Dmad
C
David Mitchell: Mostly complete fix for literal /(?{..})/ blocks
C
David Mitchell: add Perl_re_op_compile function
C
David Mitchell: add Perl_current_re_engine() function
C
David Mitchell: re_eval and closures: add lots of TODO tests
C
David Mitchell: fix the descriptions for pregcomp/re_compile
C
David Mitchell: disable lexing of (?{}) within \Q, \U etc
C
David Mitchell: update diagnostics message
C
David Mitchell: make re_evals be seen by the toker/parser
C
David Mitchell: correct comment about how strings are tokenised
C
David Mitchell: Revert 4 regex commits to ease rebasing
C
David Mitchell: Revert two commits that fix a VOL declaration. This has also been done on my davem/re_eval branch, and its easiest to revert these at the start of my branch
C
David Mitchell: revert a trailing whitespace removal
C
David Mitchell: Temporarily revert some lib/overload.t tests
C
David Mitchell: Revert two commits to make rebasing easier
C
David Mitchell: Temporarily remove overload.t changes
C
This sequence of commits was last seen 2012-06-04 18:32:40
David Mitchell: avoid 'unescaped left brace' warnings
C
FAIL(FM)
cygwin_nt-5.2-wow64 1.7.15(0.260/5/3)
AMD64
ccache gcc 4.5.3
tony # develop-help.com
2012-06-04 21:52:00
Report
N
S
FAIL(M)
darwin 10.8.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 (Apple Inc. build 5646)
tony # develop-help.com
2012-06-05 12:42:00
Report
N
S
FAIL(M)
darwin 11.4.0 (Mac OS X)
Intel Core i7
cc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
tony # develop-help.com
2012-06-04 23:03:00
Report
N
S
FAIL(M)
darwin 11.4.0 (Mac OS X)
Intel Core i7
g++ 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
tony # develop-help.com
2012-06-06 04:09:00
Report
N
S
FAIL(M)
linux 2.6.32-5-amd64 [debian]
x86_64
cc 4.4.5
tony # develop-help.com
2012-06-05 02:29:22
Report
N
S
FAIL(M)
linux 2.6.32-5-amd64 [debian]
x86_64
g++ 4.4.5
tony # develop-help.com
2012-06-12 06:44:46
Report
N
S
FAIL(FM)
linux 2.6.32-5-amd64 [debian]
x86_64
icc 10.1 20080801
tony # develop-help.com
2012-06-13 17:57:00
Report
N
S
FAIL(XM)
linux 2.6.32-5-kirkwood [debian]
armv5tel
cc 4.4.5
tony # develop-help.com
2012-06-06 17:15:00
Report
N
S
PASS
linux 3.2.0-24-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.0 (tags/RELEASE_30/final)
perl # greerga.m-l.org
2012-06-04 19:04:00
Report
N
Log
S
PASS
linux 3.2.0-24-generic [debian]
x86_64
g++ 4.6.3
perl # greerga.m-l.org
2012-06-05 20:17:00
Report
N
Log
S
FAIL(M)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2012-06-05 14:14:00
Report
N
Log
S
FAIL(FM)
netbsd 5.1
amd64
/opt/gcc-4.6.0/bin/gcc 4.6.0
tony # develop-help.com
2012-06-09 23:35:00
Report
N
S
FAIL(FM)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-06-04 19:49:00
Report
N
S
FAIL(FM)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-06-10 01:02:00
Report
N
S
FAIL(FM)
netbsd 5.1
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2012-06-11 13:35:00
Report
N
S
FAIL(FM)
Solaris 2.11
i386
cc
tony # develop-help.com
2012-06-11 00:48:00
Report
N
S
David Mitchell: Avoid braces warning in regen_perly.pl
C
David Mitchell: re-apply temporarily remove overload.t changes
C
David Mitchell: add tests for $1 modified compiling code block
C
David Mitchell: add tests that (?{}) etc called in scalar context
C
David Mitchell: handle (??{}) returning an overloaded value
C
David Mitchell: handle weird/undef (?{}), (??{}) return value
C
David Mitchell: simply 'use bytes' handling of (??{})
C
David Mitchell: further simplify (??{}) return code
C
David Mitchell: simplify the return code in (??{})
C
David Mitchell: remove invalid assertion in (??{}) return code
C
David Mitchell: propagate 'use re eval' into return from (??{})
C
David Mitchell: save paren positions when running (?{}) code
C
David Mitchell: fix refcount of rex attached to PL_reg_curpm
C
David Mitchell: perlreapi: fix documentation on last(close)?paren
C
David Mitchell: Remove redundant comment.
C
David Mitchell: remove some redundant code from CURLY rex ops
C
David Mitchell: $+ and $^N not always correct on backtracking
C
David Mitchell: reduce size of struct regmatch_state
C
David Mitchell: regcppush(): don't bother saving each paren number
C
David Mitchell: set PL_reg_starttry correctly
C
David Mitchell: pp_match(): clarify intuit parens behaviour
C
David Mitchell: S_regcppush/pop : don't save PL_reginput
C
David Mitchell: improve -Mre=Debug,BUFFERS debugging
C
David Mitchell: make regexp_paren_pair.start_tmp an offset
C
David Mitchell: eliminate PL_reg_start_tmp, PL_reg_start_tmpl
C
More...