Merge branch 'CLOWNFISH-32-can_be_bound' Consolidate tests for whether Clownfish functions and methods can be bound to a host.
This closes #8. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/4adae97b Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/4adae97b Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/4adae97b Branch: refs/heads/master Commit: 4adae97b24b2b0e46f6a541ca5129b02e3dc69d3 Parents: d8ecb8d bba99f7 Author: Marvin Humphrey <[email protected]> Authored: Mon Apr 6 17:20:53 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Mon Apr 6 17:30:19 2015 -0700 ---------------------------------------------------------------------- compiler/src/CFCFunction.c | 23 +++++++++++++++++++++++ compiler/src/CFCFunction.h | 5 +++++ compiler/src/CFCMethod.c | 11 +++++++++++ compiler/src/CFCMethod.h | 5 +++++ compiler/src/CFCPerlClass.c | 9 +++++---- compiler/src/CFCPerlMethod.c | 13 +------------ compiler/src/CFCPerlMethod.h | 5 ----- compiler/src/CFCPerlSub.c | 24 ------------------------ compiler/src/CFCPerlSub.h | 5 ----- 9 files changed, 50 insertions(+), 50 deletions(-) ----------------------------------------------------------------------
