[Groonga-commit] groonga/groonga at 8b64097 [master] mrb: remove needless "mruby bug" comments

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 2 23:49:28 JST 2015


Kouhei Sutou	2015-03-02 23:49:28 +0900 (Mon, 02 Mar 2015)

  New Revision: 8b64097e39bcc0497f31dc32b02daf7cc832dfaa
  https://github.com/groonga/groonga/commit/8b64097e39bcc0497f31dc32b02daf7cc832dfaa

  Message:
    mrb: remove needless "mruby bug" comments
    
    It may not a mruby bug. Sorry...

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

  Modified: lib/mrb/scripts/scan_info_data.rb (+0 -2)
===================================================================
--- lib/mrb/scripts/scan_info_data.rb    2015-03-02 23:31:44 +0900 (bda89fc)
+++ lib/mrb/scripts/scan_info_data.rb    2015-03-02 23:49:28 +0900 (0555d50)
@@ -120,7 +120,6 @@ module Groonga
 
       case value
       when Accessor, Column
-        :xxx # TODO: To avoid mruby bug...
         index_info, offset =
           match_resolve_index_expression_find_index(expression,
                                                     codes, i, n_codes)
@@ -177,7 +176,6 @@ module Groonga
       when Accessor
         accessor = value
         index_info = accessor.find_index(@op)
-        index_info.nil? # TODO: To avoid mruby bug...
         if index_info and accessor.have_next?
           index_info = IndexInfo.new(accessor, index_info.section_id)
         end
-------------- next part --------------
HTML����������������������������...
Download 



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