You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/05/04 02:15:06 UTC

[lucy-issues] [jira] [Commented] (LUCY-275) Proof-of-concept Go bindings

    [ https://issues.apache.org/jira/browse/LUCY-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526109#comment-14526109 ] 

ASF GitHub Bot commented on LUCY-275:
-------------------------------------

GitHub user rectang opened a pull request:

    https://github.com/apache/lucy/pull/12

    LUCY-275 Adapt Lucy for v4 of Go proof-of-concept bindings.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rectang/lucy LUCY-275-Go-POC-v4

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucy/pull/12.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 #12
    
----
commit 9330b149f936c9431e1c8f4055b4b6366a552d91
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2015-05-02T02:16:04Z

    Adapt for v4 of Go proof-of-concept bindings.
    
    See CLOWNFISH-28-Go-POC-v4.
    
    *   Make structs public: `FooIMP` instead of `implFoo`.
    *   Embed parent structs.
    *   Make `ref` a `uintptr` instead of a pointer to a C type.
    *   Add the INITOBJ method to ObjIMP.
    *   Eliminate all downstream finalizers and TOPTR() implementations.

----


> Proof-of-concept Go bindings
> ----------------------------
>
>                 Key: LUCY-275
>                 URL: https://issues.apache.org/jira/browse/LUCY-275
>             Project: Lucy
>          Issue Type: New Feature
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>             Fix For: 0.5.0
>
>
> Use hand-rolled glue code for binding Go to limited portions of Lucy. A more extensible code-generation approach can follow later, but the early version helps to flesh out the design.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)