[Groonga-commit] droonga/droonga-engine at 762f0f7 [master] Use more meaningful name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 30 13:04:12 JST 2015


YUKI Hiroshi	2015-04-30 13:04:12 +0900 (Thu, 30 Apr 2015)

  New Revision: 762f0f7a56a00b283a1f59389b32ac396846e2dc
  https://github.com/droonga/droonga-engine/commit/762f0f7a56a00b283a1f59389b32ac396846e2dc

  Message:
    Use more meaningful name

  Modified files:
    lib/droonga/engine_node.rb

  Modified: lib/droonga/engine_node.rb (+3 -2)
===================================================================
--- lib/droonga/engine_node.rb    2015-04-30 12:51:42 +0900 (3e09378)
+++ lib/droonga/engine_node.rb    2015-04-30 13:04:12 +0900 (565b449)
@@ -191,7 +191,7 @@ module Droonga
       buffer
     end
 
-    def have_unprocessed_messages?
+    def have_unprocessed_messages_in_other_node?
       @state and @state["have_unprocessed_messages"]
     end
 
@@ -221,7 +221,8 @@ module Droonga
     end
 
     def complete_service_provider?
-      service_provider? and not have_unprocessed_messages?
+      service_provider? and
+        not have_unprocessed_messages_in_other_node?
     end
 
     def really_writable?
-------------- next part --------------
HTML����������������������������...
下载 



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