diff --git a/t/novemberlog.t b/t/novemberlog.t index 87c5f15..6ecc0dd 100644 --- a/t/novemberlog.t +++ b/t/novemberlog.t @@ -17,20 +17,20 @@ plan tests => $tests; my $xml_header = << '__XML__'; - tag:github.com,2008:/feeds/viklund/commits/november-wiki/master - - - Recent Commits to november-wiki:master + tag:github.com,2008:/feeds/viklund/commits/november/master + + + Recent Commits to november:master __XML__ my $xml_footer = << '__XML__'; tag:github.com,2008:Grit::Commit/c7d2d7784f80b2c9f05b68d4aa5a6e21a2f2a257 - - Merge branch 'master' of git@github.com:viklund/november-wiki + + Merge branch 'master' of git@github.com:viklund/november 2009-05-01T09:32:55-07:00 <pre> -Merge branch 'master' of git@github.com:viklund/november-wikilt;/pre> +Merge branch 'master' of git@github.com:viklund/novemberlt;/pre> pmichaud @@ -55,7 +55,7 @@ $$rl{not_first_time} = 1; $xml_footer = << '__XML__' . $xml_footer; tag:github.com,2008:Grit::Commit/7f5af50c19baf360dacc5779b9c013fb14db34d3 - + Big refactor of Rakudo's enums, making them more compliant with S12, and building them with much less generated code. Track an enum related grammar change from STD.pm too. Also gets rid of various bits of cruft that only hung around because of the previous enums implementation needing them. Bool is no longer sort-of-enum-ish (before we had some curious interactions there). Also an infinite loop in infix:<but> is fixed. 2009-05-01T09:58:40-07:00 <pre>m src/builtins/enums.pir @@ -88,7 +88,7 @@ reset_output(); $xml_footer = << '__XML__' . $xml_footer; tag:github.com,2008:Grit::Commit/5bd02be9924c2f6013e4601e55d103b1e1a30a14 - + Small optimizations to signature binding; costs us a PMC creation and a method call less every invocation of something that has a signature, which gives a 7% speed-up in a calling benchmark. 2009-05-15T06:45:18-07:00 <pre>m src/classes/Signature.pir @@ -100,7 +100,7 @@ Small optimizations to signature binding; costs us a PMC creation and a method c tag:github.com,2008:Grit::Commit/b49cce1a84c1f229d1c542c2dc2556e2912aa960 - + Add some micro-benchmakrs. 2009-05-15T06:45:18-07:00 <pre>+ tools/benchmark.pl