You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2015/05/07 00:18:45 UTC

[5/5] lucy git commit: Merge branch 'LUCY-277-autogen-go'

Merge branch 'LUCY-277-autogen-go'

Replace some hand-coded proof-of-concept Go bindings with autogenerated Go
glue.

This closes #13.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/cd34d6b8
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/cd34d6b8
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/cd34d6b8

Branch: refs/heads/master
Commit: cd34d6b8de041d192f34ec46da706806921ce089
Parents: 45c870b ec9bb96
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Wed May 6 15:11:23 2015 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Wed May 6 15:11:23 2015 -0700

----------------------------------------------------------------------
 go/build.go         | 43 ++++++++++++++++++++++---
 go/lucy/analysis.go | 22 -------------
 go/lucy/index.go    | 21 ------------
 go/lucy/plan.go     | 37 ---------------------
 go/lucy/search.go   | 83 +++++++++++++++++-------------------------------
 go/lucy/store.go    | 30 +++++++++++++++++
 6 files changed, 97 insertions(+), 139 deletions(-)
----------------------------------------------------------------------