Merge branch 'CLOWNFISH-32-capture-abstract' The keyword "abstract" is only advisory when applied to classes. It would be nice if the compiler at least captured it, even if it doesn't yet do anything with it.
See CLOWNFISH-32. This closes #9. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/bad0e075 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/bad0e075 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/bad0e075 Branch: refs/heads/master Commit: bad0e075a30b809da0e6903977f8694d5efc700f Parents: 4adae97 eba68fc Author: Marvin Humphrey <[email protected]> Authored: Tue Apr 7 15:24:52 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Tue Apr 7 15:24:52 2015 -0700 ---------------------------------------------------------------------- compiler/perl/lib/Clownfish/CFC.pm | 3 ++- compiler/perl/lib/Clownfish/CFC.xs | 5 +++-- compiler/src/CFCClass.c | 15 ++++++++++++--- compiler/src/CFCClass.h | 8 ++++++-- compiler/src/CFCParseHeader.y | 5 +++-- compiler/src/CFCTestClass.c | 6 +++--- compiler/src/CFCTestDocuComment.c | 2 +- compiler/src/CFCTestType.c | 6 +++--- runtime/core/Clownfish/Obj.cfh | 2 +- 9 files changed, 34 insertions(+), 18 deletions(-) ----------------------------------------------------------------------
