Kentaro Hayashi
null+****@clear*****
Wed May 31 15:31:24 JST 2017
Kentaro Hayashi 2017-05-31 15:31:24 +0900 (Wed, 31 May 2017) New Revision: 83ea272109806d7a2285b0e1ba39487ad14c2ec5 https://github.com/groonga/groonga-query-log/commit/83ea272109806d7a2285b0e1ba39487ad14c2ec5 Merged 0c0a5a3: Merge pull request #25 from kenhys/fix-uninitialized-constant Message: Add missing version Without this change, it causes uninitialized constant error. detect-memory-leak.rb:45:in `create_parser': uninitialized constant Groonga::QueryLog::Command::DetectMemoryLeak::VERSION (NameError) from /home/kenhys/work/groonga/groonga-query-log.work/lib/groonga/query-log/command/detect-memory-leak.rb:32:in `run' Modified files: lib/groonga/query-log/command/detect-memory-leak.rb Modified: lib/groonga/query-log/command/detect-memory-leak.rb (+1 -0) =================================================================== --- lib/groonga/query-log/command/detect-memory-leak.rb 2017-05-31 15:25:26 +0900 (20a7319) +++ lib/groonga/query-log/command/detect-memory-leak.rb 2017-05-31 15:31:24 +0900 (eddf0fb) @@ -18,6 +18,7 @@ require "optparse" +require "groonga/query-log/version" require "groonga/query-log/memory-leak-detector" module Groonga -------------- next part -------------- HTML����������������������������...Télécharger