3 Commits

Author SHA1 Message Date
Janmejay Singh
bf43179381 moved to async(dispatched on a different thread) lookup-table reload (stub param is still mandatory, making it optional requires more work) 2015-12-21 23:42:11 +05:30
Janmejay Singh
a7652f8ef7 - fixed a bug in lookup-table array impl (it assumed lowest-key to be 0, according to proposal, it should allow lookup-table contiguous-range to start anywhere, not necessarily 0)
- added more tests to ensure value-dedup and nomatch being set/not-set doesn't cause any problems
2015-11-03 19:00:52 +05:30
Janmejay Singh
dbf6e5e5fc - sparseArray fixed: impl was incorrect (according to proposal it was supposed to do a less-than-or-equal-to match, but the first-cut implemented an strict-equals-match).
- negative-tests-case: which tries a bunch of bad-table-definition inputs and tests resillience to silly errors in table-definition
2015-11-03 17:10:29 +05:30