Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Nov 6, 2013
1 parent 7e15317 commit 7d19c1d
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 118 deletions.
11 changes: 4 additions & 7 deletions log/configure.log
@@ -1,10 +1,7 @@
Use of uninitialized value $backends in pattern match (m//) at tools/lib/NQP/Configure.pm line 281.
Use of uninitialized value $backends in pattern match (m//) at tools/lib/NQP/Configure.pm line 302.
Use of uninitialized value $backends in pattern match (m//) at tools/lib/NQP/Configure.pm line 302.

===SORRY!===
I see a .git directory here -- you appear to be trying
to run Configure.pl from a clone of the Rakudo Star git
repository.
The git repository contains the tools needed to build a Rakudo Star
release, but does not contain a complete Rakudo Star release.
To download and build the latest release of Rakudo Star, please
download a .tar.gz file from https://github.com/rakudo/star/downloads .
Unable to find an NQP executable.

239 changes: 128 additions & 111 deletions log/version.log
Expand Up @@ -28,13 +28,13 @@ Date: Fri May 24 22:47:38 2013 -0500
Export via proto
--------
MODULES.txt
commit 1e8c5b418b485c6a09c949845da55e762e04526c
commit 8fe0f38345fe04795ac46cd2af401c686c11a448
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
Date: Wed Nov 6 23:41:48 2013 +0000

update gitmodules to use git:// style URLs
update gitmodules to use git:// style URLs

except better this time
I'll get it right soon!
--------
Math-Model
commit 26cf7c66f929edc1eb546355cf11ec2dcdee2ed4
Expand Down Expand Up @@ -98,174 +98,191 @@ Date: Tue Sep 24 14:43:03 2013 +0200
remove * from bless
--------
file-find
commit 84e955bd09c9081f396aa01e99b9278105d9deed
Author: Tadeusz Sośnierz <tadzikes@gmail.com>
Date: Sun Aug 11 10:01:45 2013 +0200

Comment out File::Find tests
--------
grammar-debugger
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 96c0c4626ab582d1a8825da5a58bdea89de7a13a
Merge: 6076757 db4c9fa
Author: Jonathan Worthington <jnthn@jnthn.net>
Date: Sun Jun 23 05:46:39 2013 -0700

update gitmodules to use git:// style URLs
Merge pull request #3 from timo/master

except better this time
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 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 79a707fa6161a3bcd348e850c55e749153132af8
Author: Moritz Lenz <moritz@faui2k3.org>
Date: Sun Oct 27 14:00:44 2013 +0100

update gitmodules to use git:// style URLs

except better this time
fix whitespace parsing under new sigspace rules, Mouq++
--------
jsonrpc
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 62df043250fbaca15a77dcbe8d9dc3407600b61e
Author: Pawel Pabian <bbkr@post.pl>
Date: Wed Sep 25 19:11:29 2013 +0200

update gitmodules to use git:// style URLs

except better this time
fixed https://github.com/bbkr/jsonrpc/issues/8
--------
panda
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 9f2591b3b0445b294db631e2d5f317b8480dd1c2
Author: Timo Paulssen <timonator@perpetuum-immobile.de>
Date: Tue Oct 29 23:59:17 2013 +0100

update gitmodules to use git:// style URLs

except better this time
shell now returns a Proc::Status object that bools.
--------
perl6-Term-ANSIColor
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit d0af2ab20fc0b2f4152798f3c2c21574b3088711
Author: jnthn <jnthn@jnthn.net>
Date: Thu Oct 3 13:24:33 2013 +0200

update gitmodules to use git:// style URLs

except better this time
Stop using deprecated .exists method.
--------
perl6-digest-md5
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 95d623fce0f8050b067a97e0732ad210b35ac4aa
Author: Moritz Lenz <moritz@faui2k3.org>
Date: Thu Aug 2 17:27:21 2012 +0200

update gitmodules to use git:// style URLs
Patch from moritz++ to run on current rakudo/parrot

except better this time
It now requires explicit signatures on all pir:: opcodes
(most are replaced with nqp:: variants by now)
--------
perl6-http-easy
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit b1fd1c2dd43835f0f14bbdc53cf694ae71bb0318
Author: Tim Totten <2010@huri.net>
Date: Wed May 29 22:19:34 2013 -0700

update gitmodules to use git:// style URLs

except better this time
Removing hack, as it now breaks things.
--------
perl6-http-status
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 3830979517b6c343db36d84d04390f90c267b8bd
Author: Timothy Totten <2010@huri.net>
Date: Fri Oct 19 16:17:49 2012 -0700

update gitmodules to use git:// style URLs

except better this time
Optimized test for panda
--------
perl6-lwp-simple
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 8817dbd66f312d35eafa80c01a5b7cb6f5e4bf85
Author: Moritz Lenz <mlenz@noris.net>
Date: Fri Aug 23 16:34:55 2013 +0200

update gitmodules to use git:// style URLs

except better this time
make it run on latest rakudo
--------
perl6-psgi
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 76bc8612ed8444366a1ef1d6aaef0a40861e6456
Merge: 0ca5844 160fcb2
Author: Timothy Totten <2009@huri.net>
Date: Mon Aug 19 13:16:51 2013 -0700

update gitmodules to use git:// style URLs
Merge pull request #1 from softmoth/test-dups

except better this time
Fix test typos - check all combinations

commit 160fcb28fa809b309b2f1b566b0619e8acf6adca
Author: Tim Smith <tim.dolores@gmail.com>
Date: Thu Aug 1 22:44:50 2013 -0600

Fix test typos - check all combinations

Change %headers to @headers to appropriately check all combinations
in each set of tests.
--------
rakudo-debugger
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 33b17a7e0a8972f12f9017dae37ed5af8d5b071a
Author: jnthn <jnthn@jnthn.net>
Date: Thu Oct 3 16:16:25 2013 +0200

update gitmodules to use git:// style URLs
Final code tweaks to support Parrot and JVM.

except better this time
Still need to get proper build/runner stuff in place for JVM, but that
should be all that's needed now.
--------
shell-command
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 8f6f80ff9ac0fd4d56172f1c8ae2d4b2c0db93e3
Author: Tadeusz Sośnierz <tadzikes@gmail.com>
Date: Fri Nov 1 16:23:16 2013 +0100

update gitmodules to use git:// style URLs

except better this time
Remove accidental Shell directory, but keep the changes made in it
--------
svg
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit fb3dcff25535c922cea5b74c1d3bb03f15aa0eb8
Author: Moritz Lenz <moritz@faui2k3.org>
Date: Wed Apr 25 11:55:28 2012 +0200

update gitmodules to use git:// style URLs

except better this time
get rid of redundant plan(*)
--------
svg-plot
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 195a244c07f2f6f9302c47b9cec9980b747ca9f6
Author: Moritz Lenz <mlenz@noris.net>
Date: Tue Sep 24 14:39:56 2013 +0200

update gitmodules to use git:// style URLs

except better this time
remove deprecated * in .bless(*)
--------
test-mock
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 3e9f613db5caec21817dad56a76d2977aae73f97
Merge: 47dc390 fb89bb8
Author: Jonathan Worthington <jnthn@jnthn.net>
Date: Fri May 3 14:09:22 2013 -0700

update gitmodules to use git:// style URLs
Merge pull request #4 from tadzik/patch-1

except better this time
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 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 60bb438ec03457872c2f7981ce18c8d5173700e9
Author: Carl Masak <cmasak@gmail.com>
Date: Fri Sep 20 19:39:10 2013 +0200

update gitmodules to use git:// style URLs
Revert "speed up dependency calculation by a whole lot."

Turns out it shouldn't have been ^ but ^^. The merits of the optimization are
therefore slightly suspect.

except better this time
This reverts commit 18a5e5a1fa77a58abcf39e0aa008a11cd28e5b94.
--------
uri
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 6afdf7289944de2e5296df5145c70a8fb171e021
Author: Moritz Lenz <mlenz@noris.net>
Date: Tue Sep 24 14:59:00 2013 +0200

update gitmodules to use git:// style URLs

except better this time
get rid of .bless(*) warnings
--------
xml-writer
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 43fb8e707cfbd773de9b125850b2326504d69fd5
Merge: fe9ece3 e7ce475
Author: Moritz Lenz <moritz@faui2k3.org>
Date: Fri Jun 8 03:24:32 2012 -0700

update gitmodules to use git:// style URLs
Merge pull request #2 from GlitchMr/panda-badge

except better this time
Add panda badge

commit e7ce475cbd9bc678df6702de3fc25715d99e1532
Author: GlitchMr <glitchmr@myopera.com>
Date: Fri Jun 8 11:48:06 2012 +0200

Add panda badge
--------
zavolaj
commit 1e8c5b418b485c6a09c949845da55e762e04526c
Author: Will "Coke" Coleda <will@coleda.com>
Date: Wed Nov 6 23:39:53 2013 +0000
commit 7f8b30984d8f65794c1565191e5bcc30cd029442
Author: Arne Skjærholt <arnsholt@gmail.com>
Date: Sat Nov 2 17:50:09 2013 +0100

update gitmodules to use git:// style URLs

except better this time
Run CStr tests on JVM.

0 comments on commit 7d19c1d

Please sign in to comment.