Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
today (automated commit)
- Loading branch information
Showing
10 changed files
with
3,696 additions
and
1,885 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| cd rakudo && make test | ||
| make[1]: Entering directory `/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo' | ||
| /usr/bin/perl t/harness --moar t/01-sanity | ||
| t/01-sanity/01-literals.t .......... ok | ||
| t/01-sanity/02-op-math.t ........... ok | ||
| t/01-sanity/03-op-logic.t .......... ok | ||
| t/01-sanity/04-op-cmp.t ............ ok | ||
| t/01-sanity/05-var.t ............... ok | ||
| t/01-sanity/06-op-inplace.t ........ ok | ||
| t/01-sanity/07-op-string.t ......... ok | ||
| t/01-sanity/08-var-array.t ......... ok | ||
| t/01-sanity/09-end-blocks.t ........ ok | ||
| t/01-sanity/10-regex.t ............. ok | ||
| t/01-sanity/11-tap.t ............... ok | ||
| t/01-sanity/12-counter.t ........... ok | ||
| t/01-sanity/13-equal.t ............. ok | ||
| t/01-sanity/14-if.t ................ ok | ||
| t/01-sanity/15-sub.t ............... ok | ||
| t/01-sanity/16-eqv.t ............... ok | ||
| t/01-sanity/17-isa.t ............... ok | ||
| t/01-sanity/18-simple-multisubs.t .. ok | ||
| t/01-sanity/19-say.t ............... ok | ||
| t/01-sanity/20-defined.t ........... ok | ||
| t/01-sanity/21-try.t ............... ok | ||
| t/01-sanity/99-test-basic.t ........ ok | ||
| All tests successful. | ||
| Files=22, Tests=271, 13 wallclock secs ( 0.08 usr 0.03 sys + 10.94 cusr 1.67 csys = 12.72 CPU) | ||
| Result: PASS | ||
| make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,355 @@ | ||
| Rakudo | ||
| Bajor-37-g04fe6d7 | ||
| NQP | ||
| 2014.05-1-gb436340 | ||
| modules | ||
| -------- | ||
| Bailador | ||
| commit 36cefd253f80b836f98d79c0cef58c32a1f6c5be | ||
| Merge: ea8af23 1056c3f | ||
| Author: Tadeusz Sośnierz <tadzikes@gmail.com> | ||
| Date: Mon Mar 24 17:39:19 2014 +0100 | ||
|
|
||
| Merge pull request #9 from colomon/master | ||
|
|
||
| Allow use of ports other than 3000. | ||
|
|
||
| commit 1056c3fd0ecf85fad3f6f6787a93d0580401373a | ||
| Author: Solomon Foster <colomon@gmail.com> | ||
| Date: Mon Mar 24 12:32:29 2014 -0400 | ||
|
|
||
| Allow use of ports other than 3000. | ||
| -------- | ||
| DBIish | ||
| commit 1ef45843c78de57c16763b90ed852f835067b739 | ||
| Author: Moritz Lenz <moritz@faui2k3.org> | ||
| Date: Sun Apr 20 12:35:56 2014 +0200 | ||
|
|
||
| Work around precompilation issue on rakudo-j | ||
| -------- | ||
| Grammar-Profiler-Simple | ||
| commit cdfcdbaee70645fbc8d4fa6c5651f899fa1c9a6c | ||
| Author: Jonathan Scott Duff <duff@pobox.com> | ||
| Date: Fri May 24 22:47:38 2013 -0500 | ||
|
|
||
| Export via proto | ||
| -------- | ||
| MODULES.txt | ||
| commit c9969dd0d83d70bc32805143b4ac4a61b65707b3 | ||
| Author: Moritz Lenz <mlenz@noris.net> | ||
| Date: Fri May 23 10:14:50 2014 +0200 | ||
|
|
||
| bump version in README and Makefile.in | ||
| -------- | ||
| Math-Model | ||
| commit aacc103f76d6cdee856d457523a87c1eea9b0ac2 | ||
| Author: Solomon Foster <colomon@gmail.com> | ||
| Date: Sun Nov 24 20:31:34 2013 -0500 | ||
|
|
||
| Wrap [Coke]++'s change in parens to avoid weird error. | ||
| -------- | ||
| Math-RungeKutta | ||
| commit 0803818548d90fbc9e1a1091d88b8ca220d5aedd | ||
| Author: Moritz Lenz <moritz@faui2k3.org> | ||
| Date: Thu Apr 28 13:44:28 2011 +0200 | ||
|
|
||
| fix META.info | ||
| -------- | ||
| PSGI | ||
| commit 15f7220e1a3b50c113cead4fd1a67d6bd4ac9471 | ||
| Author: Timothy Totten <2010@huri.net> | ||
| Date: Tue Feb 18 11:36:04 2014 -0800 | ||
|
|
||
| Added S11 provides | ||
| -------- | ||
| Perl6-MIME-Base64 | ||
| commit 9160aa58d1dea39e39af5dd767938a7136718116 | ||
| Author: Andrew Egeler <andrew@egeler.us> | ||
| Date: Thu Apr 10 08:54:33 2014 -0400 | ||
|
|
||
| Fix bug encoded \0 bytes | ||
| -------- | ||
| Pod-To-HTML | ||
| commit c95ef03c7bb7e5fcd86d35800b9c87d756d418a0 | ||
| Author: Mouq <alexmoquin@gmail.com> | ||
| Date: Sat Mar 22 13:51:36 2014 -0400 | ||
|
|
||
| Fix footnotes for perl6/doc | ||
|
|
||
| Multiple calls to &render messed up footnotes | ||
| -------- | ||
| Template-Mojo | ||
| commit b1b6fa6c626575385b334bb423d66111598fb0bf | ||
| Author: Tadeusz Sośnierz <tadzikes@gmail.com> | ||
| Date: Wed Feb 26 18:28:04 2014 +0100 | ||
|
|
||
| Add License | ||
| -------- | ||
| doc | ||
| commit 572387671559245c8fddfff366f3d93a7b73fea4 | ||
| Merge: 9cc0b14 96d78a4 | ||
| Author: Konrad Borowski <x.fix@o2.pl> | ||
| Date: Thu May 22 21:38:54 2014 +0200 | ||
|
|
||
| Merge pull request #18 from stmuk/master | ||
|
|
||
| add missing double quote to pod example | ||
|
|
||
| commit 96d78a4b38fe827391a51bb81f65c2683882f25c | ||
| Author: Steve Mynott <steve.mynott@gmail.com> | ||
| Date: Thu May 22 20:31:02 2014 +0100 | ||
|
|
||
| add missing double quote | ||
| -------- | ||
| file-find | ||
| commit d79a83184da825f61d8c481050f931b511d74cae | ||
| Merge: f158820 d6840b9 | ||
| Author: Tadeusz Sośnierz <tadzikes@gmail.com> | ||
| Date: Sun Mar 9 11:57:39 2014 +0100 | ||
|
|
||
| Merge pull request #2 from FROGGS/patch-1 | ||
|
|
||
| add provides section needed for S11 | ||
|
|
||
| commit d6840b91d88852ed2d3161e7ac877d578515b480 | ||
| Author: Tobias Leich <email@froggs.de> | ||
| Date: Thu Feb 27 20:21:12 2014 +0100 | ||
|
|
||
| add provides setion needed for S11 | ||
| -------- | ||
| grammar-debugger | ||
| commit 96c0c4626ab582d1a8825da5a58bdea89de7a13a | ||
| Merge: 6076757 db4c9fa | ||
| Author: Jonathan Worthington <jnthn@jnthn.net> | ||
| Date: Sun Jun 23 05:46:39 2013 -0700 | ||
|
|
||
| Merge pull request #3 from timo/master | ||
|
|
||
| fix use of |$. | ||
|
|
||
| commit db4c9fabebdf001ad8bcfd66994fcd9fd761aa7b | ||
| Author: Timo Paulssen <timonator@perpetuum-immobile.de> | ||
| Date: Fri Mar 29 20:37:58 2013 +0100 | ||
|
|
||
| fix obsolete use of |$. | ||
| -------- | ||
| json | ||
| commit 601d2a3b13e2f0dbe61a3083b77c69d708c6f133 | ||
| Author: Moritz Lenz <moritz@faui2k3.org> | ||
| Date: Fri Jan 31 17:24:00 2014 +0100 | ||
|
|
||
| Fix for flat $/.ast | ||
| -------- | ||
| jsonrpc | ||
| commit 9051bfd594727b904678cb884378d53acd92ee02 | ||
| Merge: 8349d6d 1712bb7 | ||
| Author: Pawel Pabian <bbkr@post.pl> | ||
| Date: Sat May 3 10:01:18 2014 +0200 | ||
|
|
||
| Merge pull request #11 from FROGGS/patch-2 | ||
|
|
||
| fix: add_fallback needs to happen at BEGIN time | ||
|
|
||
| commit 1712bb7846224ee70849aa4dba3322e61e210de4 | ||
| Author: Tobias Leich <email@froggs.de> | ||
| Date: Fri May 2 11:51:58 2014 +0200 | ||
|
|
||
| fix: add_fallback needs to happen at BEGIN time | ||
|
|
||
| Also, the s/^/.HOW/ change should not be necessary, but there seems to be a bug in rakudo@moarvm that shows up when the code gets precompiled. | ||
| -------- | ||
| panda | ||
| commit 43822c6c64fea1730e02ff7ff787883a81a05fad | ||
| Author: Tobias Leich <email@froggs.de> | ||
| Date: Sun May 25 18:29:10 2014 +0200 | ||
|
|
||
| optimize local-fetch by moving things out of the loop | ||
| -------- | ||
| perl6-Term-ANSIColor | ||
| commit 0e92caf09397f458314d4a30974618628a3e5600 | ||
| Merge: d0af2ab 06768cc | ||
| Author: Tadeusz Sośnierz <tadzikes@gmail.com> | ||
| Date: Thu May 1 02:18:16 2014 +0200 | ||
|
|
||
| Merge pull request #1 from timo/patch-1 | ||
|
|
||
| Update documentation for colored | ||
|
|
||
| commit 06768cc282099e283ceb571dc33b7623c586667c | ||
| Author: timo <timonator@perpetuum-immobile.de> | ||
| Date: Thu May 1 02:15:26 2014 +0200 | ||
|
|
||
| Update documentation for colored | ||
|
|
||
| the arguments were swapped | ||
| -------- | ||
| perl6-digest-md5 | ||
| commit 709c392136674d23b8eb3083fe25d02c177957ad | ||
| Author: Tobias Leich <email@froggs.de> | ||
| Date: Sun Mar 30 13:47:36 2014 +0200 | ||
|
|
||
| s/constant/my \\/ because of a precomp bug | ||
| -------- | ||
| perl6-http-easy | ||
| commit 2fd947bc09a4d27363dd7cefb78ebc05b9f75ce8 | ||
| Author: Timothy Totten <2010@huri.net> | ||
| Date: Tue Feb 18 10:58:54 2014 -0800 | ||
|
|
||
| Added S11 provides | ||
| -------- | ||
| perl6-http-status | ||
| commit a371d8faa71f04ec124bf17fb5090ad0c9174211 | ||
| Author: Timothy Totten <2010@huri.net> | ||
| Date: Tue Feb 18 11:00:11 2014 -0800 | ||
|
|
||
| Added S11 provides | ||
| -------- | ||
| perl6-lwp-simple | ||
| commit 267ac05bbf2534005f95ab39a0d62ec71ccc014a | ||
| Author: Andrew Egeler <root+github@retupmoca.com> | ||
| Date: Mon Apr 21 12:13:58 2014 -0400 | ||
|
|
||
| Fix chunked transfer-encoding | ||
|
|
||
| If a chunk header line fell on a buffer boundary just right, parsing | ||
| would fail. | ||
| -------- | ||
| rakudo-debugger | ||
| commit e9cc44ea76dcf8da9addddff9c4692d7b1cae997 | ||
| Merge: 4230f5b 6d6fb6b | ||
| Author: Jonathan Worthington <jnthn@jnthn.net> | ||
| Date: Thu May 1 00:41:43 2014 +0200 | ||
|
|
||
| Merge pull request #22 from raiph/patch-5 | ||
|
|
||
| Speedup display of regex match | ||
|
|
||
| commit 6d6fb6b10ce069dd4f4492175c9e9780a52735d6 | ||
| Author: raiph <raiph.mellor@gmail.com> | ||
| Date: Wed Apr 30 18:36:36 2014 -0400 | ||
|
|
||
| Speedup display of regex match | ||
|
|
||
| Only subst in the couple hundred chars around the current match position. | ||
|
|
||
| If the target is hundreds or thousands of lines long then this is always going to be a lot faster. Right now the impact is colossal for target strings of more than a dozen typical text file lines. | ||
| -------- | ||
| shell-command | ||
| commit bc4f3a796b9d281e0bf46e5827ab6c4501f0500a | ||
| Merge: 8f6f80f 6da59c3 | ||
| Author: Tadeusz Sośnierz <tadzikes@gmail.com> | ||
| Date: Sat Feb 1 07:25:25 2014 -0800 | ||
|
|
||
| Merge pull request #2 from FROGGS/patch-2 | ||
|
|
||
| make mkpath() handle windows paths | ||
|
|
||
| commit 6da59c3a6d49c0e9b74437bee0d6c20448dcd580 | ||
| Author: Tobias Leich <email@froggs.de> | ||
| Date: Fri Nov 1 18:42:04 2013 +0100 | ||
|
|
||
| make mkpath() handle windows paths | ||
| -------- | ||
| svg | ||
| commit fb3dcff25535c922cea5b74c1d3bb03f15aa0eb8 | ||
| Author: Moritz Lenz <moritz@faui2k3.org> | ||
| Date: Wed Apr 25 11:55:28 2012 +0200 | ||
|
|
||
| get rid of redundant plan(*) | ||
| -------- | ||
| svg-plot | ||
| commit 195a244c07f2f6f9302c47b9cec9980b747ca9f6 | ||
| Author: Moritz Lenz <mlenz@noris.net> | ||
| Date: Tue Sep 24 14:39:56 2013 +0200 | ||
|
|
||
| remove deprecated * in .bless(*) | ||
| -------- | ||
| test-mock | ||
| commit 3e9f613db5caec21817dad56a76d2977aae73f97 | ||
| Merge: 47dc390 fb89bb8 | ||
| Author: Jonathan Worthington <jnthn@jnthn.net> | ||
| Date: Fri May 3 14:09:22 2013 -0700 | ||
|
|
||
| Merge pull request #4 from tadzik/patch-1 | ||
|
|
||
| Remove deprecated repo-url from META.info | ||
|
|
||
| commit fb89bb8344ae329256800e9977b58cfa610e9018 | ||
| Author: Tadeusz Sośnierz <tadzikes@gmail.com> | ||
| Date: Fri May 3 17:31:13 2013 +0300 | ||
|
|
||
| Remove deprecated repo-url from META.info | ||
| -------- | ||
| ufo | ||
| commit 85b015a07b2babbe1dcacb39e25f3c05cacdb8a4 | ||
| Merge: 25c12a6 db7e553 | ||
| Author: Tadeusz Sośnierz <tadzikes@gmail.com> | ||
| Date: Thu Apr 24 15:06:38 2014 +0200 | ||
|
|
||
| Merge pull request #11 from hoelzro/master | ||
|
|
||
| Actually filter dirwalk entries | ||
|
|
||
| commit db7e553d2edc9d3d8756a29a421b577429a0233a | ||
| Author: Rob Hoelz <rob@hoelz.ro> | ||
| Date: Mon Apr 14 08:30:03 2014 -0500 | ||
|
|
||
| Actually filter dirwalk entries | ||
|
|
||
| We pass in a filter argument via $f, but it never gets used. | ||
| -------- | ||
| uri | ||
| commit 15afe452abdf609e382f81377f0f96f4a3e05aba | ||
| Merge: 81f5eec e2c3ef7 | ||
| Author: colomon <colomon@gmail.com> | ||
| Date: Sun Feb 23 20:12:51 2014 -0500 | ||
|
|
||
| Merge pull request #5 from raydiak/master | ||
|
|
||
| Fix high char check | ||
|
|
||
| commit e2c3ef78a8bb0344a646e1cf70744992a6a9c850 | ||
| Author: raydiak <raydiak@cyberuniverses.com> | ||
| Date: Mon Feb 24 00:27:53 2014 +0000 | ||
|
|
||
| Fix high char check | ||
| -------- | ||
| xml-writer | ||
| commit 7c51cf1412f78459dd51aa429da2819746d8bd0b | ||
| Merge: 43fb8e7 2e29ebd | ||
| Author: Moritz Lenz <moritz@faui2k3.org> | ||
| Date: Wed Jan 15 12:03:49 2014 -0800 | ||
|
|
||
| Merge pull request #3 from timo/fix_nil_warning | ||
|
|
||
| make checking named arguments not rely on .pairs | ||
|
|
||
| commit 2e29ebd97bcd2a1538d363b9fd40f21565860b33 | ||
| Author: Timo Paulssen <timonator@perpetuum-immobile.de> | ||
| Date: Wed Jan 15 19:41:26 2014 +0100 | ||
|
|
||
| make checking named arguments not rely on .pairs | ||
|
|
||
| gets rid of a "use of Nil in numeric context" warning | ||
| -------- | ||
| zavolaj | ||
| commit 2cd79b0e87058f30b156b68ee0fe7012a8e2db1e | ||
| Merge: b211b80 92c8f2d | ||
| Author: Jonathan Worthington <jnthn@jnthn.net> | ||
| Date: Sat May 17 14:49:16 2014 +0200 | ||
|
|
||
| Merge pull request #40 from timo/assign_pos_carray | ||
|
|
||
| assign_pos for CArray | ||
|
|
||
| commit 92c8f2d0121dcdf991f9ead27ccb7ad894705409 | ||
| Author: Timo Paulssen <timonator@perpetuum-immobile.de> | ||
| Date: Sat May 17 09:28:36 2014 +0200 | ||
|
|
||
| these weren't meant to be num methods. | ||
|
|
||
| commit ac41467a3db086dd0e1b7fee932295c4b695156e | ||
| Author: Timo Paulssen <timonator@perpetuum-immobile.de> | ||
| Date: Fri May 16 23:48:33 2014 +0200 | ||
|
|
||
| assign_pos for CArray |
Oops, something went wrong.