[Groonga-commit] Broken: groonga/groonga#7634 (master - c99c0c0)

Back to archive index

Travis CI build****@travi*****
Thu May 12 17:55:44 JST 2016


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

Build: #7634
Status: Broken

Duration: 24 minutes and 33 seconds
Commit: c99c0c0 (master)
Author: Kouhei Sutou
Message: hash: add new EACH macros

Usage:

    GRN_HASH_EACH_BEGIN(ctx, hash, cursor, id) {
      /* ... */
    } GRN_HASH_EACH_END(ctx, cursor);

It's useful rather than existing EACH macro when you run Groonga on
debugger. You can't step execution with existing EACH macro but you can
do it with this macro.

View the changeset: https://github.com/groonga/groonga/compare/ac0555ade349...c99c0c0af61a

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

--

You can configure recipients for build notifications in your .travis.yml file. See https://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