You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2015/08/06 16:52:56 UTC

[2/2] lucy-clownfish git commit: Merge branch 'CLOWNFISH-58-hash-has-key'

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 <ma...@rectangular.com>
Authored: Thu Aug 6 07:36:38 2015 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
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(-)
----------------------------------------------------------------------