root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @23054 [23054] 14 hours masak [spec/S06-signature/positional-placeholders.t] added test that …
(edit) @23053 [23053] 19 hours moritz [t/spec] unfudge a passing test for rakudo in catch_type_cast_mismatch.t
(edit) @23052 [23052] 19 hours pmurias [STD] fixed tiny typo in comment
(edit) @23051 [23051] 19 hours jnthn [spectest] Try to clean up and correct a subtypes test file. It used the …
(edit) @23050 [23050] 19 hours jnthn [spectest] Test for multi-jointed namespaces with grammars.
(edit) @23049 [23049] 19 hours jnthn [spectest] Unfudge MMD subtype test that Rakudo now passes.
(edit) @23048 [23048] 42 hours lwall [gimme5] switch back to YAML::Syck till YAML::XS is fixed [viv] allow …
(edit) @23047 [23047] 46 hours jnthn [spectest] Fix line ending issues and set svn:eol-style native on …
(edit) @23046 [23046] 3 days masak [Spec/Functions.pod] fixed minor typos, added missing arguments to .fmt
(edit) @23045 [23045] 3 days moritz [t/spec] added file lexicals-and-attributes.t with tests for RT #58818
(edit) @23044 [23044] 3 days ruoso [mildew] a new failing test for "my sub foo($bar) {...}"
(edit) @23043 [23043] 4 days lwall [STD] and of course, since I reversed things, the prec test is …
(edit) @23042 [23042] 4 days lwall [STD] whoops, managed to screw up previous patch
(edit) @23041 [23041] 4 days lwall [STD] fix ordering of pre/postfix for mncharity++
(edit) @23040 [23040] 4 days bacek [spec] Unfudge 2 more tests for rakudo
(edit) @23039 [23039] 4 days putter [STD_blue] Continued adaptation to current STD.pm/gimme5. A minor commit: …
(edit) @23038 [23038] 4 days ruoso [mildew] t/classhow_add_method_real.t now also shows that we know how to …
(edit) @23037 [23037] 4 days ruoso [smop] hash .exists and .{} now use a mold to implement the signature …
(edit) @23036 [23036] 4 days ruoso [mildew] simplifying t/classhow_add_method_real.t... it is still failing, …
(edit) @23035 [23035] 4 days ruoso [mildew] we can already dispatch without the FETCH circularity
(edit) @23034 [23034] 4 days ruoso [smop] p6opaque supports .!is_container which is used to decide if it …
(edit) @23033 [23033] 4 days pmurias [mildew] replaced AST::MetaCall? with AST::Let
(edit) @23032 [23032] 5 days moritz [t/spec] test for RT #60528
(edit) @23031 [23031] 5 days azawawi [STD_syntax_highlight] package_declaractor->bold red (for --ansi-text)
(edit) @23030 [23030] 5 days azawawi [STD_syntax_highlight] stop using is_routine and is_type
(edit) @23029 [23029] 5 days azawawi [STD_syntax_highlight] quote -> dark magenta [STD_syntax_highlight] …
(edit) @23028 [23028] 7 days pmurias [mildew] parameters are passed by BINDing (is rw is incorrectly the …
(edit) @23027 [23027] 7 days azawawi [STD_syntax_highlight] fixed identifier and sigil matching to be more …
(edit) @23026 [23026] 7 days azawawi [evalbot] refactored to be /msg nick my $foo [evalbot] 'highlight:' is not …
(edit) @23025 [23025] 7 days lwall [Cursor] reorder fate elements
(edit) @23024 [23024] 7 days azawawi [evalbot] 'highlight:' works only in private msg mode, masak++ [evalbot] …
(edit) @23023 [23023] 7 days azawawi [STD_syntax_highlight] highlight scalar, array and hash variables
(edit) @23022 [23022] 7 days ruoso [smop] PurePrototypeHOW provides minimal infraestructure for an incomplete …
(edit) @23021 [23021] 7 days azawawi [evalbot] 'highlight: <perl6 code>' is now working with …
(edit) @23020 [23020] 7 days azawawi [STD_syntax_highlight] Read from stdin when no filename is given or is …
(edit) @23019 [23019] 7 days hinrik I can has commit?
(edit) @23018 [23018] 7 days lwall [Cursor] more duplicate rule linking save STD.pm snapshot via storable for …
(edit) @23017 [23017] 8 days ruoso [smop] pureprototypehow now implements FETCH by itself. [mildew] trying to …
(edit) @23016 [23016] 8 days ruoso [mildew] now we support the invocant, as explained by TimToady?++
(edit) @23015 [23015] 8 days lwall [Cursor] refactor to trie and Storable implementation, which uses less …
(edit) @23014 [23014] 8 days ruoso [mildew] code failing with weirdness
(edit) @23013 [23013] 8 days ruoso [mildew] add elsif and else to pretty
(edit) @23012 [23012] 8 days ruoso [mildew] with a newline it is better
(edit) @23011 [23011] 8 days ruoso [mildew] pretty Package and MetaCall?
(edit) @23010 [23010] 8 days pmurias [mildew] signatures in subroutines
(edit) @23009 [23009] 8 days pmurias [smop] uses the prove selection trick from mildew
(edit) @23008 [23008] 8 days azawawi [STD_syntax_highlight] correct cron script message
(edit) @23007 [23007] 8 days azawawi [smartlinks] updated syntax highlight links to t/ instead of t/spec
(edit) @23006 [23006] 8 days azawawi [STD_syntax_highlight] added a commented sample cron usage
(edit) @23005 [23005] 8 days azawawi [STD_syntax_highlight] t/spec -> t/ ; this can mean twice the time …
(edit) @23004 [23004] 9 days ruoso [mildew] make signatures optional
(edit) @23003 [23003] 9 days azawawi [STD_syntax_highlighter] cron job now properly svn up pugs …
(edit) @23002 [23002] 9 days ruoso [mildew] initial support for adhoc signature... we support positional …
(edit) @23001 [23001] 9 days ruoso [smop] make AdhocSignature? mold more coherent with other molds
(edit) @23000 [23000] 9 days moritz [t/spec] unfudge passing tests in integration/real-strings.t, pmichaud++
(edit) @22999 [22999] 9 days moritz [t/spec] test for [perl #60482]
(edit) @22998 [22998] 9 days pmichaud [spec]: Unfudge some junction tests for Rakudo.
(edit) @22997 [22997] 9 days moritz [t/spec] unfudge two passing TODO tests in ternary.t, (chris dolan)++
(edit) @22996 [22996] 10 days masak [t/spec/integration/substr-after-match-in-gather-in-for.t] * added this …
(edit) @22995 [22995] 10 days moritz [t/spec] clean up of S29-num/rounders.t * remove rakudo cludge, it now …
(edit) @22994 [22994] 10 days ruoso [mildew] adding a test for a signature with two positional arguments, this …
(edit) @22993 [22993] 10 days ruoso [mildew] doing s{\$/}{"\n"}g might not be a good idea if you have regexes …
(edit) @22992 [22992] 10 days pmurias [mildew] replaced $/ by "\n"
(edit) @22991 [22991] 10 days pmurias [mildew] added suport for block in item context my $foo = {say 5} and for …
(edit) @22990 [22990] 10 days audreyt * GHC 6.10 support, part 3 of 3: Adjust for GADT's "rigid types" …
(edit) @22989 [22989] 10 days audreyt * GHC 6.10 support, part 2 of 3: Adjust for extensible exceptions.
(edit) @22988 [22988] 10 days audreyt * GHC 6.10 support, part 1 of 3: Adjust for Map.lookup's new signature.
(edit) @22987 [22987] 10 days audreyt * Support Cabal 1.6.0 (comes with GHC 6.10.1) in Makefile.PL.
(edit) @22986 [22986] 10 days lwall [Cursor] factor out fate linked list generation from "ch2" code so we can …
(edit) @22985 [22985] 11 days lwall [Cursor] revert last; fix because it breaks ~~ and friends
(edit) @22984 [22984] 11 days ruoso [smop] now we have s1p_package... [mildew] a package declarator defines …
(edit) @22983 [22983] 11 days moritz [t/spec] test for rakudo regression (Num += Int)
(edit) @22982 [22982] 11 days moritz [t/spec] some unfudges for rakudo
(edit) @22981 [22981] 11 days pmurias [mildew] &call helper
(edit) @22980 [22980] 11 days jnthn [spectest] Add an explicit test that Num accepts Ints on assignment - …
(edit) @22979 [22979] 11 days jnthn [spectest] Fix a bug in the spectest, and fudge one test that Rakudo can't …
(edit) @22978 [22978] 11 days pmurias [smop] removed test 26 as we don't target pugs anymore
(edit) @22977 [22977] 11 days ruoso [mildew] find out which version of prove you have and wich command switch …
(edit) @22976 [22976] 11 days ruoso [mildew] refactoring the Makefile... now you have make prove which does …
(edit) @22975 [22975] 11 days ruoso [mildew] added test_ target for different prove version
(edit) @22974 [22974] 11 days pmurias [mildew] removed AST::List
(edit) @22973 [22973] 11 days pmurias [mildew] Makefile for make test - i forget to add it :(
(edit) @22972 [22972] 11 days jnthn [spectest] Fudge isalso/is instead tests, so we only run is also for …
(edit) @22971 [22971] 12 days lwall [Cursor] isolate symbols in a NOTBEFORE to fix mncharity++'s last; …
(edit) @22970 [22970] 12 days ruoso [mildew] one test showing that if you define "knowhow ClassHOW", you can …
(edit) @22969 [22969] 12 days ruoso [mildew] I just hate missing new-lines at the end of files
(edit) @22968 [22968] 12 days ruoso [smop] PurePrototypeHow?.add_method working... [mildew] we have knowhow :) …
(edit) @22967 [22967] 12 days ruoso [mildew] now we support metacalls, like Foo.add_method($bar)
(edit) @22966 [22966] 12 days ruoso [mildew] methods are registered in $?CLASS, not $?PACKAGE
(edit) @22965 [22965] 12 days ruoso [smop] fails with abort() if someone try to call a unknown method in a …
(edit) @22964 [22964] 12 days putter [elfish/STD_blue] Began adaptation to current STD.pm/gimme5 …
(edit) @22963 [22963] 12 days ruoso [mildew] small problem fixed... it now is calling the method correctly..