[Groonga-commit] droonga/droonga-engine at cb8298e [master] Add note for Ruby 1.9.x (mainly on Ubuntu)

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 21 11:45:52 JST 2014


YUKI Hiroshi	2014-11-21 11:45:52 +0900 (Fri, 21 Nov 2014)

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

  Message:
    Add note for Ruby 1.9.x (mainly on Ubuntu)

  Modified files:
    lib/droonga/buffered_tcp_socket.rb

  Modified: lib/droonga/buffered_tcp_socket.rb (+2 -0)
===================================================================
--- lib/droonga/buffered_tcp_socket.rb    2014-11-21 11:31:20 +0900 (fa6101f)
+++ lib/droonga/buffered_tcp_socket.rb    2014-11-21 11:45:52 +0900 (0d03831)
@@ -112,6 +112,8 @@ module Droonga
       if ObjectSpace.const_defined?(:WeakMap)
         @@data_map = ObjectSpace::WeakMap.new
       else
+        # XXX Ruby 1.9.x (installed by default on Ubuntu 14.0.4LTS etc.)
+        #     doesn't have WeakMap...
         class WeakMap
           def initialize
             @ids = {}
-------------- next part --------------
HTML����������������������������...
下載 



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