Merge branch 'CLOWNFISH-58-hash-has-key' Add the `Has_Key` method to Hash, allowing us to distinguish between a key which has been mapped to NULL and a key which is not present.
Remove the obsolete and complex `Find_Key`. This closes #30. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/5343ab61 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/5343ab61 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/5343ab61 Branch: refs/heads/master Commit: 5343ab61c755194da83093492cdc8c359f6de507 Parents: 8655f18 2c02650 Author: Marvin Humphrey <[email protected]> Authored: Thu Aug 6 07:36:38 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Thu Aug 6 07:46:16 2015 -0700 ---------------------------------------------------------------------- runtime/core/Clownfish/Hash.c | 8 ++++---- runtime/core/Clownfish/Hash.cfh | 7 +++---- runtime/core/Clownfish/Test/TestHash.c | 8 +++----- 3 files changed, 10 insertions(+), 13 deletions(-) ----------------------------------------------------------------------
