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/08/03 23:48:04 UTC

[lucy-issues] [jira] [Commented] (CLOWNFISH-56) Map Clownfish composite types to Go host types

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

ASF GitHub Bot commented on CLOWNFISH-56:
-----------------------------------------

Github user asfgit closed the pull request at:

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


> Map Clownfish composite types to Go host types
> ----------------------------------------------
>
>                 Key: CLOWNFISH-56
>                 URL: https://issues.apache.org/jira/browse/CLOWNFISH-56
>             Project: Apache Lucy-Clownfish
>          Issue Type: Improvement
>          Components: Go
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>             Fix For: 0.5.0
>
>
> Native Clownfish types are cumbersome to deal with from Go.  We already convert clownfish.String to Go strings, both for func parameters and return values.  We should also make the following conversions:
> {noformat}
> * Blob -> []byte
> * Vector -> []interface{}
> * Hash -> map[string]interface{}
> {noformat}



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