[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnash-commit
Subject:    [Gnash-commit] [patch #9234] Patch for adding automated slash-colon path checks on `GetVariable()` p
From:       Nutchanon Wetchasit <INVALID.NOREPLY () gnu ! org>
Date:       2017-01-25 10:35:13
Message-ID: 20170125-173513.sv82809.46903 () savannah ! gnu ! org
[Download RAW message or body]

Follow-up Comment #5, patch #9234 (project gnash):

Side note (for the record):

Following warnings:

Warning: Reference to undeclared variable, 'undefined'


which are emitted from DejaGNU's `check()` function are SWFC's fault.
SWFC does not understand the Flash 5+'s `undefined` keyword,
so every reference to `undefined` got compiled as an access to
a variable named "undefined" rather than a special reserved value.

SWFC script like this will show the same error at run time:

.flash bbox=320x240 background=white version=7 fps=12
.frame 1
	.action:
		var x;
		x=undefined;
		trace("Hello "+x);
	.end
.end


This does not affect test results as variable named "undefined" does not
exist,
so reading from it will (coincidentally) give the expected `undefined` value.

SWFC: SWFTools 0.9.2+git20130725-4 (debian)
Flash Player: 11.2.202.491 (standalone)
System: Debian GNU/Linux 7.0 Wheezy i386

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9234>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic