[svn:parrot] r38697 - in trunk: . config/gen/makefiles t/library
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Mon May 11 19:59:23 UTC 2009
Author: NotFound
Date: Mon May 11 19:59:22 2009
New Revision: 38697
URL: https://trac.parrot.org/parrot/changeset/38697
Log:
[library] generate Range.pbc and use it instead of his .pir
Modified:
trunk/MANIFEST.generated
trunk/config/gen/makefiles/root.in
trunk/t/library/range.t
Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated Mon May 11 19:47:58 2009 (r38696)
+++ trunk/MANIFEST.generated Mon May 11 19:59:22 2009 (r38697)
@@ -166,6 +166,7 @@
runtime/parrot/library/PGE/Text.pbc [main]
runtime/parrot/library/PGE/Util.pbc [main]
runtime/parrot/library/Protoobject.pbc [main]
+runtime/parrot/library/Range.pbc [main]
runtime/parrot/library/Stream/Base.pbc [main]
runtime/parrot/library/Stream/Combiner.pbc [main]
runtime/parrot/library/Stream/Coroutine.pbc [main]
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Mon May 11 19:47:58 2009 (r38696)
+++ trunk/config/gen/makefiles/root.in Mon May 11 19:59:22 2009 (r38697)
@@ -272,6 +272,7 @@
$(LIBRARY_DIR)/PGE/Text.pbc \
$(LIBRARY_DIR)/PGE/Util.pbc \
$(LIBRARY_DIR)/Protoobject.pbc \
+ $(LIBRARY_DIR)/Range.pbc \
$(LIBRARY_DIR)/Stream/Base.pbc \
$(LIBRARY_DIR)/Stream/Combiner.pbc \
$(LIBRARY_DIR)/Stream/Coroutine.pbc \
Modified: trunk/t/library/range.t
==============================================================================
--- trunk/t/library/range.t Mon May 11 19:47:58 2009 (r38696)
+++ trunk/t/library/range.t Mon May 11 19:59:22 2009 (r38697)
@@ -18,7 +18,7 @@
.sub main :main
.include 'test_more.pir'
- load_bytecode 'Range.pir'
+ load_bytecode 'Range.pbc'
plan(78)
More information about the parrot-commits
mailing list