projects
/
p5sagit/p5-mst-13.2.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Move the require './test.pl' to the end of t/comp/hints.t
[p5sagit/p5-mst-13.2.git]
/
t
/
op
/
smartmatch.t
2009-07-27
Rafael Garcia-Suarez
Make test pass with miniperl
blob
|
commitdiff
2009-07-01
Rafael Garcia-Suarez
Make C<undef ~~ 0> and C<undef ~~ ""> not match (like...
blob
|
commitdiff
|
diff to current
2009-06-24
Rafael Garcia-Suarez
Add tests for smart match overload fallback
blob
|
commitdiff
|
diff to current
2009-06-01
Rafael Garcia-Suarez
More ~~ tests
blob
|
commitdiff
|
diff to current
2009-05-24
Rafael Garcia-Suarez
Allow ~~ overloading on the left side, when the right...
blob
|
commitdiff
|
diff to current
2009-05-24
Rafael Garcia-Suarez
In the ~~ implementation, consistently use the SV-aware...
blob
|
commitdiff
|
diff to current
2009-05-13
Rafael Garcia-Suarez
Enable more warnings in smart match tests
blob
|
commitdiff
|
diff to current
2009-05-12
Rafael Garcia-Suarez
Remove proposed (but unimplemented) $foo ~~ Range smart...
blob
|
commitdiff
|
diff to current
2009-05-09
Rafael Garcia-Suarez
Implement Hash/Array ~~ Regex (with tests)
blob
|
commitdiff
|
diff to current
2009-05-09
Rafael Garcia-Suarez
Add a test for object ~~ string, with stringification...
blob
|
commitdiff
|
diff to current
2009-05-09
Rafael Garcia-Suarez
Add tests for object ~~ regexp
blob
|
commitdiff
|
diff to current
2009-05-09
Rafael Garcia-Suarez
Treat blessed references on the left of C<~~> as scalars
blob
|
commitdiff
|
diff to current
2009-05-09
Rafael Garcia-Suarez
Implement distributivity in $scalar ~~ @array
blob
|
commitdiff
|
diff to current
2009-05-08
Rafael Garcia-Suarez
Document what to do with object on the left and add...
blob
|
commitdiff
|
diff to current
2009-05-08
Rafael Garcia-Suarez
Make ~~ overloading only be invoked on the right argument
blob
|
commitdiff
|
diff to current
2009-05-08
Rafael Garcia-Suarez
More tests for ~~
blob
|
commitdiff
|
diff to current
2009-05-06
Rafael Garcia-Suarez
Rewrite tests for objects and ~~
blob
|
commitdiff
|
diff to current
2009-05-05
Rafael Garcia-Suarez
Fix test for stringification of arrays.
blob
|
commitdiff
|
diff to current
2009-05-05
Rafael Garcia-Suarez
Add tests for @array ~~ $string
blob
|
commitdiff
|
diff to current
2009-03-24
Rafael Garcia-Suarez
More tests. Simplify tests for ~~ overloading
blob
|
commitdiff
|
diff to current
2009-03-24
Rafael Garcia-Suarez
Make []~~\&f and {}~~\&f match
blob
|
commitdiff
|
diff to current
2009-03-24
Rafael Garcia-Suarez
Fix tests for ~~ overloading
blob
|
commitdiff
|
diff to current
2009-03-23
Rafael Garcia-Suarez
Implement "~~ $scalar" for numbers and strings
blob
|
commitdiff
|
diff to current
2009-03-23
Rafael Garcia-Suarez
Make ~~ qr// non-commutative
blob
|
commitdiff
|
diff to current
2009-03-23
Rafael Garcia-Suarez
Refactoring work on '~~ @array' implementation
blob
|
commitdiff
|
diff to current
2009-03-23
Rafael Garcia-Suarez
Add more tests with an empty hash on the right of ~~
blob
|
commitdiff
|
diff to current
2009-03-18
Rafael Garcia-Suarez
Smart match when a hash is on the RHS
blob
|
commitdiff
|
diff to current
2009-03-18
Rafael Garcia-Suarez
Reverse the order of operands for several "~~ hash...
blob
|
commitdiff
|
diff to current
2009-03-18
Rafael Garcia-Suarez
Remove obsolete or redundant tests
blob
|
commitdiff
|
diff to current
2009-03-17
Rafael Garcia-Suarez
Document that empty sets don't smart-match
blob
|
commitdiff
|
diff to current
2009-03-17
Rafael Garcia-Suarez
Test that in "~~ sub", the sub is not called on empty...
blob
|
commitdiff
|
diff to current
2009-03-17
Rafael Garcia-Suarez
Iterative smart match over keys/elements when a coderef...
blob
|
commitdiff
|
diff to current
2009-03-13
Rafael Garcia-Suarez
Make smart matching ~~ undef dispatch only on the RHS
blob
|
commitdiff
|
diff to current
2009-03-12
Rafael Garcia-Suarez
Some tests reorgarnisation for ~~ against undef and...
blob
|
commitdiff
|
diff to current
2009-03-06
Rafael Garcia-Suarez
Remove special case for coderefs with empty prototypes...
blob
|
commitdiff
|
diff to current
2009-02-20
Rafael Garcia-Suarez
More smartmatch tests
blob
|
commitdiff
|
diff to current
2009-02-20
Rafael Garcia-Suarez
Reorder and complete tests for smart matching with...
blob
|
commitdiff
|
diff to current
2009-02-20
Rafael Garcia-Suarez
Fix {%hash} ~~ %hash test
blob
|
commitdiff
|
diff to current
2009-02-20
Rafael Garcia-Suarez
Better diagnostics for the ~~ test
blob
|
commitdiff
|
diff to current
2009-02-13
Rafael Garcia-Suarez
More tests for coderefs and smart match
blob
|
commitdiff
|
diff to current
2009-02-13
Rafael Garcia-Suarez
Remove code that has never been used in any test
blob
|
commitdiff
|
diff to current
2009-02-13
Rafael Garcia-Suarez
$object ~~ undef should always test for definedness
blob
|
commitdiff
|
diff to current
2009-02-13
Rafael Garcia-Suarez
Add tests for undef smart-matching
blob
|
commitdiff
|
diff to current
2009-02-13
Rafael Garcia-Suarez
Remove obsolete comment; document test format
blob
|
commitdiff
|
diff to current
2009-02-13
Rafael Garcia-Suarez
More tests for array-ref smart match
blob
|
commitdiff
|
diff to current
2009-02-13
Rafael Garcia-Suarez
Remove one of the two definitions of the a_const contan...
blob
|
commitdiff
|
diff to current
2009-01-02
Yuval Kogman
More comprehensive smartmatch.t, supersedes smobj.t
blob
|
commitdiff
|
diff to current
2009-01-02
Yuval Kogman
add eval and error support to the t/op/smartmatch.t...
blob
|
commitdiff
|
diff to current
2009-01-02
Yuval Kogman
add undef tests to t/op/smartmatch.t
blob
|
commitdiff
|
diff to current
2007-11-30
Dmitry Karasik
Re: smart match: array ~~ hash
blob
|
commitdiff
|
diff to current
2007-01-15
Rafael Garcia-Suarez
Enable the ~~ operator by default.
blob
|
commitdiff
|
diff to current
2005-12-19
Robin Houston
latest switch/say/~~
blob
|
commitdiff
|
diff to current