rzel / kahlua

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

java implementation of TableLib #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
to ease use of tables from Java code, it's useful to have table functions,
especially table.insert and table.remove, implemented in java

the following patch does just this. all except table.sort is moved into a
new file TableLib.java

also, a bug where table.remove would return wrong element was fixed and a
test for that added

Original issue reported on code.google.com by matej...@gmail.com on 17 Apr 2009 at 8:18

GoogleCodeExporter commented 9 years ago
....aaaaaand here goes the patch that i forgot to attach .e)

Original comment by matej...@gmail.com on 17 Apr 2009 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
Accepted, this will be commited in shortly, along with some other major 
changes. :-)

Original comment by kristofer.karlsson@gmail.com on 26 Apr 2009 at 10:53

GoogleCodeExporter commented 9 years ago
Commited!

Original comment by kristofer.karlsson@gmail.com on 26 Apr 2009 at 1:22