svn commit: r953183 - /websites/production/lucy/content/

2015-05-29 Thread marvin
Author: marvin Date: Sat May 30 05:54:48 2015 New Revision: 953183 Log: Update doap. Added: websites/production/lucy/content/ - copied from r953182, websites/staging/lucy/trunk/content/

svn commit: r1682578 - /lucy/site/trunk/content/doap.rdf

2015-05-29 Thread marvin
Author: marvin Date: Sat May 30 05:53:47 2015 New Revision: 1682578 URL: http://svn.apache.org/r1682578 Log: Update doap with asfext:pmc, git repo, Go. Modified: lucy/site/trunk/content/doap.rdf Modified: lucy/site/trunk/content/doap.rdf URL: http://svn.apache.org/viewvc/lucy/site/trunk/con

svn commit: r953182 - in /websites/staging/lucy/trunk/content: ./ doap.rdf

2015-05-29 Thread buildbot
Author: buildbot Date: Sat May 30 05:53:53 2015 New Revision: 953182 Log: Staging update by buildbot for lucy Modified: websites/staging/lucy/trunk/content/ (props changed) websites/staging/lucy/trunk/content/doap.rdf Propchange: websites/staging/lucy/trunk/content/ ---

[5/8] lucy-clownfish git commit: Convert Clownfish/Go string types in glue.

2015-05-29 Thread marvin
Convert Clownfish/Go string types in glue. Convert Clownfish Strings to Go strings and vice versa when crossing the Go/C border. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/9da72036 Tree: http://git-wip-

[3/8] lucy-clownfish git commit: Add helper identifying Clownfish runtime parcel.

2015-05-29 Thread marvin
Add helper identifying Clownfish runtime parcel. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/69b35c3e Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/69b35c3e Diff: http://git-wip-us.apac

[6/8] lucy-clownfish git commit: Add tests for Go bindings of clownfish.String.

2015-05-29 Thread marvin
Add tests for Go bindings of clownfish.String. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/0fdbd3da Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/0fdbd3da Diff: http://git-wip-us.apache

[4/8] lucy-clownfish git commit: Be more strict about what is a "string type".

2015-05-29 Thread marvin
Be more strict about what is a "string type". Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/ba550db5 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/ba550db5 Diff: http://git-wip-us.apache.

[7/8] lucy-clownfish git commit: Custom Go bindings for some String methods.

2015-05-29 Thread marvin
Custom Go bindings for some String methods. Map C int32_t to Go rune when representing Unicode code points. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/4028a4d4 Tree: http://git-wip-us.apache.org/repos/a

[2/8] lucy-clownfish git commit: Add Go built-in types to list of reserved words.

2015-05-29 Thread marvin
Add Go built-in types to list of reserved words. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/83881f0f Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/83881f0f Diff: http://git-wip-us.apac

[8/8] lucy-clownfish git commit: Merge branch 'CLOWNFISH-51-go-string-conv'

2015-05-29 Thread marvin
Merge branch 'CLOWNFISH-51-go-string-conv' Clownfish methods which are bound to Go should accept Go strings as arguments and return Go strings, rather than requiring the user to convert string types. Go's memory model doesn't allow for sharing string data, so we can't use stack-allocated string w

[1/8] lucy-clownfish git commit: Break out Go return statement code gen.

2015-05-29 Thread marvin
Repository: lucy-clownfish Updated Branches: refs/heads/master f6960c564 -> 1ea150153 Break out Go return statement code gen. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/e655dc21 Tree: http://git-wip-

[1/3] lucy git commit: Adjust for CLOWNFISH-50 changes

2015-05-29 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 64c58184d -> b2f0e09f3 http://git-wip-us.apache.org/repos/asf/lucy/blob/00d34f93/core/Lucy/Test/Store/TestFolder.c -- diff --git a/core/Lucy/Test/Store/TestFolder.c b/core/L

[2/3] lucy git commit: Adjust for CLOWNFISH-50 changes

2015-05-29 Thread nwellnhof
Adjust for CLOWNFISH-50 changes Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/00d34f93 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/00d34f93 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/00d34f93 Branch: re

[3/3] lucy git commit: Add missing cast

2015-05-29 Thread nwellnhof
Add missing cast Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/b2f0e09f Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/b2f0e09f Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/b2f0e09f Branch: refs/heads/master

lucy-clownfish git commit: CLOWNFISH-50 fixes

2015-05-29 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 06334f303 -> f6960c564 CLOWNFISH-50 fixes - Missing FREEMEM - No short names for inert classes - Make Obj_is_a params nullable Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.o

[4/4] lucy-clownfish git commit: Merge branch 'CLOWNFISH-50-obj-method-to-inert-v2'

2015-05-29 Thread nwellnhof
Merge branch 'CLOWNFISH-50-obj-method-to-inert-v2' This fixes #23. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/06334f30 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/06334f30 Diff: htt

[1/4] lucy-clownfish git commit: Make Obj_Get_Class inert

2015-05-29 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 3764af037 -> 06334f303 Make Obj_Get_Class inert Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/303da5fe Tree: http://git-wip-us.apache.org/r

[3/4] lucy-clownfish git commit: Make Obj_Is_A inert

2015-05-29 Thread nwellnhof
Make Obj_Is_A inert Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/5bcc19e0 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/5bcc19e0 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfi

[2/4] lucy-clownfish git commit: Make Obj_Get_Class_Name inert

2015-05-29 Thread nwellnhof
Make Obj_Get_Class_Name inert Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/b8aa6de6 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b8aa6de6 Diff: http://git-wip-us.apache.org/repos/asf/lu