GitHub user rectang opened a pull request:
https://github.com/apache/lucy-clownfish/pull/30
CLOWNFISH-58 Replace Find_Key with Has_Key
Remove the obsolete and complex Find_Key from Hash, add the simpler Has_Key.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rectang/lucy-clownfish
CLOWNFISH-58-hash-has-key
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy-clownfish/pull/30.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #30
----
commit 2c02650ca7292e47390f4802e8b3454192cc6a6b
Author: Marvin Humphrey <[email protected]>
Date: 2015-08-05T00:35:27Z
Replace Hash's `Find_Key` with `Has_Key`.
Hash needs some way to indicate whether a key is present but mapped to
NULL -- hence, `Has_Key`.
`Find_Key` was used for a specific purpose in Lucy but is now obsolete.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---