On 3/20/19 12:04 PM, Kaveh Bazargan via use-livecode wrote:

Now to try and break them. :-)

Hmmmph... always some clown who wants to try to actually *use* stuff.

Here's a scenario that will probably break:
(save your work first)

If you have a handler in a script and a handler with the same name and the same parameter list in a different script in the same stack;
and if you change the signature of one of the handlers...

the calls to the handlers will be modified to match, but I *think* the other handler definition won't get a changed set of parameters.

Of course, if you have identical handlers in multiple scripts, it would be a better idea to move them up the food chain and just have one instance, but ymmv.

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to