chromatic schrieb:
On Saturday 13 September 2008 15:58:20 [EMAIL PROTECTED] wrote:

Author: rurban
Date: Sat Sep 13 15:58:20 2008
New Revision: 31094

Modified:
   branches/cygwin070patches/runtime/parrot/include/test_more.pir

Log:
adopt pdd30

--- branches/cygwin070patches/runtime/parrot/include/test_more.pir      
(original)
+++ branches/cygwin070patches/runtime/parrot/include/test_more.pir      Sat Sep
13 15:58:20 2008 @@ -11,7 +11,7 @@

 =cut

-    load_bytecode 'runtime/parrot/library/Test/More.pbc'
+    load_bytecode 'Test/More.pbc'

     # get the testing functions
     .local pmc exports, curr_namespace, test_namespace

Why are all these commits in the Cygwin patches branch? Is this specific to Cygwin?

Almost nothing in this branch is specific to the cygwin architecture.
Everything is specific to pdd30_install plus the new language jvm.
I didn't came up with this name. It was choosen probably because the cygwin 0.7.0 release came with all this patches.

Rationale:
runtime/parrot/library is not valid in an installed parrot.
So this path prefix is useless and wrong when installed.

It should even be load_bytecode 'Test/More', but there's a bug in load_bytecode, which loads a pbc as pir if the ext is not defined.
--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

Reply via email to