Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: merlight
Forum: Released AddOns 07/09/14, 06:13 PM
Replies: 12
Views: 15,255
Posted By merlight
Absolutely not. Non-integer keys are hashed. Look...

Absolutely not. Non-integer keys are hashed. Look at _G. If Lua were to go through the whole table everytime it needs to resolve a symbol, it would be unusable for almost anything, even simple...
Forum: Released AddOns 07/09/14, 08:31 AM
Replies: 12
Views: 15,255
Posted By merlight
Anything but nil is a valid index (you can even...

Anything but nil is a valid index (you can even use another table as key). In SavedVars only int/string/boolean keys are allowed, but that is SavedVars limitation, not Lua limitation. Empty string is...
Forum: Released AddOns 07/08/14, 10:37 AM
Replies: 12
Views: 15,255
Posted By merlight
Some suggestions. a) either allow more exludes...

Some suggestions.

a) either allow more exludes (make it a table) to make things like this work (because Lua's regular expressions are so weak they can't accomplish this in one go):

{ mapping =...
Showing results 1 to 3 of 3