aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2017-10-20 12:52:22 +0100
committerSteve Mynott <steve.mynott@gmail.com>2017-10-27 10:20:14 +0100
commitf97afa87f3f5b065c3dff42deae7c7d3e3ffca00 (patch)
tree3cff96489f721538531d510468738895db642be5
parentf1ab57cfd1a42346cb776a76f65b71641ac393b3 (diff)
bump 2017.07 to .10 and remove panda replacing by panda-stub
-rw-r--r--.gitmodules6
-rw-r--r--README2
-rw-r--r--modules/MODULES.txt2
m---------modules/panda0
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/Makefile6
6 files changed, 9 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules
index 30439cc..be7982c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -97,9 +97,9 @@
[submodule "modules/zef"]
path = modules/zef
url = git@github.com:ugexe/zef.git
-[submodule "modules/panda"]
- path = modules/panda
- url = git@github.com:tadzik/panda.git
+[submodule "modules/panda-stub"]
+ path = modules/panda-stub
+ url = git@github.com:stmuk/panda-stub.git
[submodule "modules/oo-monitors"]
path = modules/oo-monitors
url = git@github.com:jnthn/oo-monitors
diff --git a/README b/README
index 14a9ede..a5253f0 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This is Rakudo Star, a useful, usable Perl 6 production distribution.
-This is the 2017.07 release of Rakudo Star for the 6.c version of Perl 6.
+This is the 2017.10 release of Rakudo Star for the 6.c version of Perl 6.
Rakudo Star is Copyright (C) 2010 - 2017 by the Rakudo Star Team.
diff --git a/modules/MODULES.txt b/modules/MODULES.txt
index ac69160..627747f 100644
--- a/modules/MODULES.txt
+++ b/modules/MODULES.txt
@@ -36,5 +36,5 @@ library-make # check needed?
Linenoise
perl6-file-which
tap-harness6 # have last so faster perl5 prove used
-panda
+panda-stub
p6-io-string
diff --git a/modules/panda b/modules/panda
deleted file mode 160000
-Subproject 0cfd2673c78087eda581b13a1c5a012bb8e35c6
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index fbfa23e..194bb58 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -3,7 +3,7 @@
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2017.07
+STAR_VERSION = 2017.10
# install location
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 2afe9c7..e61702a 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -2,9 +2,9 @@
# eg. 2017.07 etc.
# Occasionally (mis-)used to pull in fixes (see 'lastmin-fixes.txt')
# eg. 2017.07-9-gc0abee7 etc.
-RAKUDO_VER = 2017.07
-NQP_VER = 2017.07-9-gc0abee7
-MOAR_VER = 2017.07
+RAKUDO_VER = 2017.10
+NQP_VER = 2017.10
+MOAR_VER = 2017.10
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz