aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-28 19:05:52 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-28 19:05:52 -0500
commit31871cba36e37ec91f25f4919ea95c765227be7f (patch)
treed19696e101ee76f8e366b078fc299b4a550d7d0d
parenta451a96b04c079068ed83fdd8f5b431d63754fa0 (diff)
Remove "...others" from announcement, timbunce++ .
-rw-r--r--skel/build/Makefile.in8
-rw-r--r--skel/docs/announce/2010.073
2 files changed, 9 insertions, 2 deletions
diff --git a/skel/build/Makefile.in b/skel/build/Makefile.in
index 8378ee5..f18e3b0 100644
--- a/skel/build/Makefile.in
+++ b/skel/build/Makefile.in
@@ -96,6 +96,14 @@ blizkost-install: blizkost
install: rakudo-install modules-install
+test:
+ @echo ""
+ @echo "To run the Rakudo compiler tests, use 'make rakudo-test'"
+ @echo ""
+ @echo "To run tests for individual modules, try:"
+ @echo " prove -e ./perl6 -r modules/<name>/t"
+ @echo ""
+
## cleaning
clean:
$(RM_F) $(CLEANUPS)
diff --git a/skel/docs/announce/2010.07 b/skel/docs/announce/2010.07
index b46c37f..1f97874 100644
--- a/skel/docs/announce/2010.07
+++ b/skel/docs/announce/2010.07
@@ -43,7 +43,6 @@ release of Rakudo Star:
* an interactive read-evaluation-print loop
* Unicode at the codepoint level
* resumable exceptions
- * ...others?
There are some key features of Perl 6 that Rakudo Star does not
yet handle appropriately, although they will appear in upcoming
@@ -57,7 +56,7 @@ features include:
* threads and concurrency
* Unicode strings at levels other than codepoints
* pre and post constraints, and other phasers
- * ...others?
+ * ...and much more.
In many places we've tried to make Rakudo smart enough to inform the
programmer that a given feature isn't implemented, but there are