You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by rectang <gi...@git.apache.org> on 2015/07/31 20:12:39 UTC

[lucy-dev] [GitHub] lucy-clownfish pull request: CLOWNFISH-56 Go composites

GitHub user rectang opened a pull request:

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

    CLOWNFISH-56 Go composites

    Perform the following conversions in Go/Clownfish glue code:
    
    *   Blob: `[]byte`
    *   Vector: `[]interface{}`
    *   Hash: `map[string]interface{}`

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

    $ git pull https://github.com/rectang/lucy-clownfish CLOWNFISH-56-go-composites

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

    https://github.com/apache/lucy-clownfish/pull/28.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 #28
    
----
commit 978a011e36d376319e3afb106995f7ca9822e06a
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2015-07-26T00:51:10Z

    Identify convertible core types more robustly.

commit 56e4ab9c21f1b5a9db1cea38ca58cca8539f1a1f
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2015-07-28T02:49:59Z

    Wrap any Clownfish object from Go.
    
    Produce a Go func for each Clownfish class, which, given a Clownfish
    C-space object pointer, wraps it in the appropriate Go struct yet
    returns a clownfish.Obj.  Register these funcs in the `clownfish` Go
    package and make them accessible via `clownfish.WRAPAny`.

commit 55d40ac67b7a076050c15e652d51f4a5dfc937a6
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2015-07-24T21:23:44Z

    Add GoToClownfish/ToGo conversion routines.

commit 04a573198d2467a87c293833669a00e6f5e2e16b
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2015-07-30T23:23:20Z

    Map Vector to Go `[]interface{}`.
    
    Convert Vector to slice of empty interface for both input (func
    parameters) and output (return types).

commit df0244695968125e31b2c2825cfb72ebf0c5951c
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2015-07-31T01:10:35Z

    Map Blob to Go `[]byte`.

commit a665132d860925f4de24cd0182a0021a44a6a6ed
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2015-07-31T01:20:06Z

    Map Hash to `map[string]interface{}`.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[lucy-dev] [GitHub] lucy-clownfish pull request: CLOWNFISH-56 Go composites

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---