GitHub user rectang opened a pull request:

    https://github.com/apache/lucy-clownfish/pull/13

    CLOWNFISH-28 proof-of-concept Go bindings v4

    Modify the proof-of-concept Go bindings to facilitate an implementation 
with better code generation.

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

    $ git pull https://github.com/rectang/lucy-clownfish CLOWNFISH-28-POC-Go-v4

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

    https://github.com/apache/lucy-clownfish/pull/13.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 #13
    
----
commit 6bacb27eb9f5f0cd0ac9aaa8c7cedc5336560c17
Author: Marvin Humphrey <[email protected]>
Date:   2015-04-28T01:51:10Z

    Modify Go proof-of-concept design.
    
    *   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.
    *   Use one finalizer and call SetFinalizer from only one location.
    *   Implement TOPTR() only once.

----


---
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.
---

Reply via email to