[Groonga-commit] groonga/groonga at be19ed0 [master] mrb: upgrade to the latest mruby

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 6 15:05:00 JST 2017


Kouhei Sutou	2017-04-06 15:05:00 +0900 (Thu, 06 Apr 2017)

  New Revision: be19ed07236736fae25336d62c548f4b8c9fd6e8
  https://github.com/groonga/groonga/commit/be19ed07236736fae25336d62c548f4b8c9fd6e8

  Message:
    mrb: upgrade to the latest mruby

  Modified files:
    lib/mrb.c
    vendor/mruby-source
    vendor/mruby/version

  Modified: lib/mrb.c (+1 -0)
===================================================================
--- lib/mrb.c    2017-04-06 15:03:41 +0900 (09704a3)
+++ lib/mrb.c    2017-04-06 15:05:00 +0900 (34f65d3)
@@ -207,6 +207,7 @@ grn_mrb_load(grn_ctx *ctx, const char *path)
     {
       struct RProc *proc;
       proc = mrb_generate_code(mrb, parser);
+      proc->target_class = mrb->object_class;
       result = mrb_toplevel_run(mrb, proc);
     }
     mrb_parser_free(parser);

  Modified: vendor/mruby-source (+1 -1)
===================================================================
--- vendor/mruby-source    2017-04-06 15:03:41 +0900 (9d3167c)
+++ vendor/mruby-source    2017-04-06 15:05:00 +0900 (e5b61d3)
@@ -1 +1 @@
-Subproject commit 9d3167cabe64b61ce707a00a3a3108b580cf5d11
+Subproject commit e5b61d34f65cabfbe88f3f1709a1f9cff86585de

  Modified: vendor/mruby/version (+1 -1)
===================================================================
--- vendor/mruby/version    2017-04-06 15:03:41 +0900 (9983078)
+++ vendor/mruby/version    2017-04-06 15:05:00 +0900 (232c299)
@@ -1 +1 @@
-1.0.0-3239-g9d3167c
+1.0.0-3861-ge5b61d34
-------------- next part --------------
HTML����������������������������...
下載 



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