[Groonga-commit] Errored: groonga/groonga#3200 (support-uvector-with-weight - 59e5a66)

Back to archive index

Travis CI notif****@travi*****
Wed Jul 9 23:12:27 JST 2014


Build Update for groonga/groonga
-------------------------------------

Build: #3200
Status: Errored

Duration: 5 minutes and 29 seconds
Commit: 59e5a66 (support-uvector-with-weight)
Author: Kouhei Sutou
Message: Really support weight in uvector

The current bulk stores its value size into flags field when value
embedded mode (= !GRN_BULK_OUTP(bulk)). We can't use flags field to
store GRN_OBJ_WITH_WEIGHT flag when the bulk is value embedded mode.

This commit changes flags behavior in value embedded mode. The current
GRN_BULK_BUFSIZE is 24 bytes. So we can use higher order bits in flags
field. To use higher order bits in flags field, this change use mask
to get value size in value embedded mode.

This change will not break API and ABI. But we need to rebuild related
codes that use uvector with weight. Rroonga will be the code. It will
not be a problem because there are no these codes for now. Newer codes
must be built.

TODO:
* Support outputting uvector with weight in select command and dump command.

View the changeset: https://github.com/groonga/groonga/commit/59e5a66662f1

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/29507975

--

You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications


-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Back to archive index