gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/avm2 r9619: Don't skip calls to String.sli


From: Tom Stellard
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9619: Don't skip calls to String.slice()
Date: Tue, 14 Oct 2008 00:02:08 +0800
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9619
committer: Tom Stellard <address@hidden>
branch nick: gnash_dev
timestamp: Tue 2008-10-14 00:02:08 +0800
message:
  Don't skip calls to String.slice()
modified:
  testsuite/actionscript.all/haxe-swf9/as_to_hx.pl
=== modified file 'testsuite/actionscript.all/haxe-swf9/as_to_hx.pl'
--- a/testsuite/actionscript.all/haxe-swf9/as_to_hx.pl  2008-10-13 05:21:31 
+0000
+++ b/testsuite/actionscript.all/haxe-swf9/as_to_hx.pl  2008-10-13 16:02:08 
+0000
@@ -73,13 +73,6 @@
                        $vars{$2} = 1;
                }
        }
-       
-       #CHECK 4 - Must run before CHECK 5.3
-       #Skip calls to slice there isn't an exact Haxe equivalent to this.
-       if($_ =~ /\.slice\(.+\)/){
-               skip_line();
-               next;
-       }
 
        if(index($_,"new") != $[-1){
                #Replace things like: new String; with new String();


reply via email to

[Prev in Thread] Current Thread [Next in Thread]