6 Commits

Author SHA1 Message Date
PascalWithopf
bd8a1b8136 freeBSD: disable tests that are not working
FreeBSD is not able to run all tests, therefore all tests that can't be run will be disabled.
2017-10-27 12:18:59 +02:00
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
Janmejay Singh
0cef00825b killed stray sleep added in heat of debugging 2015-11-02 19:31:55 +05:30
Janmejay Singh
8649ea6f53 sparse-array implementation for lookup table, this completes the happy-path flow of lookup-table impl 2015-11-02 19:21:11 +05:30