[Groonga-commit] groonga/groonga at 746cb6f [master] mrb: use cached value

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 7 18:08:16 JST 2015


Kouhei Sutou	2015-10-07 18:08:16 +0900 (Wed, 07 Oct 2015)

  New Revision: 746cb6fa0716993c34bbbf609253f5c4d1ac9549
  https://github.com/groonga/groonga/commit/746cb6fa0716993c34bbbf609253f5c4d1ac9549

  Message:
    mrb: use cached value

  Modified files:
    lib/mrb/scripts/expression.rb

  Modified: lib/mrb/scripts/expression.rb (+1 -1)
===================================================================
--- lib/mrb/scripts/expression.rb    2015-10-07 18:06:57 +0900 (a3c79f6)
+++ lib/mrb/scripts/expression.rb    2015-10-07 18:08:16 +0900 (41ccc73)
@@ -10,7 +10,7 @@ module Groonga
         builder = ScanInfoBuilder.new(self, op, record_exist)
         builder.build
       rescue => error
-        Context.instance.record_error(:invalid_argument, error)
+        context.record_error(:invalid_argument, error)
         nil
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



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