[Groonga-commit] [Failed] groonga/groonga#1262 (mruby - c982ab6)

Back to archive index

Travis-CI notif****@travi*****
Wed Jan 9 13:22:12 JST 2013


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

Build: #1262
Status: Failed

Duration: 1 minute and 45 seconds
Commit: c982ab6 (mruby)
Author: Kouhei Sutou
Message: Embed mruby to grn_ctx_impl

It just embed. We cannot run Ruby code yet. We need likethe following
code to run Ruby code:

  {
    mrb_state *mrb = ctx->impl->mrb;
    struct mrb_parser_state *state;
    int code_start_index;

    state = mrb_parse_string(mrb, "p Time.now", NULL);
    code_start_index = mrb_generate_code(mrb, state);
    mrb_pool_close(state->pool);
    mrb_run(mrb, mrb_proc_new(mrb, mrb->irep[code_start_index]), mrb_nil_value());
  }

View the changeset: https://github.com/groonga/groonga/commit/c982ab6d53b1

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

--

You can configure recipients for build notifications in your .travis.yml file. See http://bit.ly/lCybCJ

The delivery of this notification was kindly sponsored by Postmark. Send transactional email confidently using http://postmarkapp.com



-------------- next part --------------
An HTML attachment was scrubbed...
Télécharger 



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