[
https://issues.apache.org/jira/browse/LUCY-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14311860#comment-14311860
]
ASF GitHub Bot commented on LUCY-274:
-------------------------------------
GitHub user rectang opened a pull request:
https://github.com/apache/lucy/pull/8
LUCY-274 Adapt to Clownfish refcounting API changes
This fixes LUCY-274.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rectang/lucy LUCY-274-refcount_functions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy/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 9776399a9d7e03269520989c45c2bbfeb474e233
Author: Marvin Humphrey <[email protected]>
Date: 2015-02-09T05:59:59Z
Cease using refcount method API.
commit 58b8f946c9c564a8db00f8895866f53678e4cc24
Author: Marvin Humphrey <[email protected]>
Date: 2015-02-09T06:00:25Z
Change RawPosting refcounting.
Cease overriding refcount manipulation methods. Make destructor a
no-op.
----
> Refcounting needs to use functions rather than methods
> ------------------------------------------------------
>
> Key: LUCY-274
> URL: https://issues.apache.org/jira/browse/LUCY-274
> Project: Lucy
> Issue Type: Improvement
> Components: Index, Test, Util
> Reporter: Marvin Humphrey
> Assignee: Marvin Humphrey
>
> As of CLOWNFISH-27, refcounting is no longer overrideable. Lucy needs to use
> the new API and to eliminate the overriding of refcount manipulation methods
> for RawPosting.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)