GitHub user rectang opened a pull request:
https://github.com/apache/lucy-clownfish/pull/8
CLOWNFISH-32 can_be_bound
Consolidate tests for whether Clownfish functions and methods can be bound
to a host.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rectang/lucy-clownfish
CLOWNFISH-32-can_be_bound
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy-clownfish/pull/8.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 #8
----
commit 1892f4fbb62c4f785c27c99fa043f8748cca26de
Author: Marvin Humphrey <[email protected]>
Date: 2015-04-06T23:22:42Z
Generalize test for whether func can be bound.
The algorithm for determining whether bindings can be generated
automatically for a Clownfish function will likely the same across all
all hosts.
commit bba99f79024330fb38e9db7f40bf83af6cc75126
Author: Marvin Humphrey <[email protected]>
Date: 2015-04-06T23:48:04Z
Generalize test for whether method can be bound.
As with Clownfish functions, the algorithm for determining whether
bindings can be generated automatically for a Clownfish method will
likely the same across all all hosts.
----
---
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.
---