tytyrity / luaforwindows

Automatically exported from code.google.com/p/luaforwindows
0 stars 0 forks source link

LuaCom missing extended functions #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
=luacomE.pairs is nil because it doesn't exist. I expected to see a function.

What version of the product are you using? On what operating system?
LuaCom 1.4 from lfw on Windows 7 Ultimate

Please provide any additional information below.
Being able to enumerate over collections and list is an important and basic 
operation and is absolutely essential when using Windows Management 
Instrumentation(WMI). Of course I can roll my own luacom.pairs but that just 
promotes non-standard code for a very common operation. I'd much rather use the 
one provided by the authors of luacom so it makes sense to include luacomE.

Original issue reported on code.google.com by gooogle....@gmail.com on 26 Mar 2012 at 5:17