Just out of curiosity what did you have to fix to stop the blocked message with glyphs. So I can fix a few other addons if the authors take to long 🙂
Blizzard “leaked” the variable name “_” (yes, a single underscore) as a global variable. Since Blizzard code is “secure”, anyone else who leaks the name causes that variable to become “tainted”, causing the “action blocked” error the next time Blizzard code tries to read or write it.
It’s common convention to use “_” for values that get discarded, but one has be careful to label it “local” in order to avoid this problem. (Well, we’d also have avoided this problem if Blizzard had made sure theirs was local, but that’s water under the bridge now.)
Hi first i want to thank you for keeping this up to date. i was wondering when you well be updating with the food for MOP. i got so use to your add on i just hate having to open my bags to feed my pet. again thanks for all the hard work you do on this add on
Last I was aware, the Mists foods didn’t work for pet feeding. Luckily that’s been fixed, and the folks maintaining the PeriodicTable library have already added many of them. If you have the latest AutoBar or another mod that uses LibPeriodicTable-Consumable, you’ll find Feed-O-Matic already uses the new foods. If not, I’ve posted a new FOM update with the new library.
To leave feedback on a Fizzwidget Industries product, visit us on Github. There you can report bugs, contribute enhancements, or just live on the bleeding edge.
August 31st, 2012 at 5:11 pm
Just out of curiosity what did you have to fix to stop the blocked message with glyphs. So I can fix a few other addons if the authors take to long 🙂
August 31st, 2012 at 5:19 pm
Blizzard “leaked” the variable name “_” (yes, a single underscore) as a global variable. Since Blizzard code is “secure”, anyone else who leaks the name causes that variable to become “tainted”, causing the “action blocked” error the next time Blizzard code tries to read or write it.
It’s common convention to use “_” for values that get discarded, but one has be careful to label it “local” in order to avoid this problem. (Well, we’d also have avoided this problem if Blizzard had made sure theirs was local, but that’s water under the bridge now.)
September 2nd, 2012 at 7:28 am
Thanks.
September 29th, 2012 at 3:28 pm
Hi first i want to thank you for keeping this up to date. i was wondering when you well be updating with the food for MOP. i got so use to your add on i just hate having to open my bags to feed my pet. again thanks for all the hard work you do on this add on
Jim
September 29th, 2012 at 10:51 pm
Last I was aware, the Mists foods didn’t work for pet feeding. Luckily that’s been fixed, and the folks maintaining the PeriodicTable library have already added many of them. If you have the latest AutoBar or another mod that uses LibPeriodicTable-Consumable, you’ll find Feed-O-Matic already uses the new foods. If not, I’ve posted a new FOM update with the new library.