OlderDiff < 20181225T212928Z(success) < ThisDiff > 20181226T214128Z(success)
OLDREV 66561 NEWREV 66579 CHG insns.def 66466->66565 CHG object.c 66528->66576 CHG string.c 66375->66579 CHG vm.c 66522->66565 CHG vm_args.c 66440->66565 CHG vm_insnhelper.c 66538->66566 CHG vm_insnhelper.h 64772->66565 CHG doc/extension.ja.rdoc 66537->66567 CHG ext/bigdecimal/bigdecimal.gemspec 66535->66574 CHG ext/bigdecimal/util/extconf.rb 66223->66574 CHG spec/ruby/core/process/setpriority_spec.rb 62656->66570 CHG spec/ruby/library/socket/socket/bind_spec.rb 64180->66571 CHG test/minitest/test_minitest_unit.rb 65989->66576 CHG test/rdoc/test_rdoc_options.rb 62924->66569 CHG test/rdoc/test_rdoc_rdoc.rb 66286->66569 CHG test/rdoc/test_rdoc_rubygems_hook.rb 62924->66569 CHG test/ruby/test_object.rb 66262->66576 CHG test/ruby/test_process.rb 66428->66568 CHG test/ruby/test_string.rb 66192->66579 CHG tool/format-release 66552->66573 CHG tool/ruby_vm/views/_leaf_helpers.erb 65664->66572 CHG tool/ruby_vm/views/_mjit_compile_insn.erb 66003->66565 CHG tool/ruby_vm/views/_mjit_compile_insn_body.erb 64737->66565 ADD tool/ruby_vm/views/_sp_inc_helpers.erb none->66577 CHG tool/ruby_vm/views/insns_info.inc.erb 64677->66564 =================================================================== +++ 20181226T214128Z @@ 1125 @@ generating vm_call_iseq_optimized.inc generating vmtc.inc compiling vm.c +In file included from vm.c:337:0: vm_method.c: In function 'search_method': vm_method.c:741:5: warning: 'me' may be used uninitialized in this function [-Wmaybe-uninitialized] +vm_method.c: In function 'search_method.constprop.329': vm_method.c:741:5: warning: 'me' may be used uninitialized in this function [-Wmaybe-uninitialized] vm.c: At top level: cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default] @@ 2522 @@ RUBY_RELEASE_DATE = "2018-12-26" RUBY_PLATFORM = "mipsel-linux-android" RUBY_PATCHLEVEL = -1 + RUBY_REVISION = 66579 RUBY_COPYRIGHT = "ruby - Copyright (C) 1993-2018 Yukihiro Matsumoto" RUBY_ENGINE = "ruby" RUBY_ENGINE_VERSION = "2.7.0" RUBY_DESCRIPTION = RubyVM.const_defined?(:MJIT) && RubyVM::MJIT.enabled? ? + "ruby 2.7.0dev (2018-12-26 trunk 66579) +JIT [mipsel-linux-android]" : + "ruby 2.7.0dev (2018-12-26 trunk 66579) [mipsel-linux-android]" end builddir = File.dirname(File.expand_path(__FILE__)) srcdir = "." @@ 2831 @@ tracer 0.1.0 webrick 1.4.2 installing default gems from ext: /usr/lib/ruby/gems/2.7.0 (build_info, cache, doc, extensions, gems, specifications) + bigdecimal 1.4.2 date 1.0.0 etc 1.0.1 fcntl 1.0.0 =================================================================== --- 20181225T212928Z @@ 1125 @@ generating vm_call_iseq_optimized.inc generating vmtc.inc compiling vm.c -In file included from vm.c:326:0: vm_method.c: In function 'search_method': vm_method.c:741:5: warning: 'me' may be used uninitialized in this function [-Wmaybe-uninitialized] -vm_method.c: In function 'search_method.constprop.326': vm_method.c:741:5: warning: 'me' may be used uninitialized in this function [-Wmaybe-uninitialized] vm.c: At top level: cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default] @@ 2522 @@ RUBY_RELEASE_DATE = "2018-12-26" RUBY_PLATFORM = "mipsel-linux-android" RUBY_PATCHLEVEL = -1 - RUBY_REVISION = 66561 RUBY_COPYRIGHT = "ruby - Copyright (C) 1993-2018 Yukihiro Matsumoto" RUBY_ENGINE = "ruby" RUBY_ENGINE_VERSION = "2.7.0" RUBY_DESCRIPTION = RubyVM.const_defined?(:MJIT) && RubyVM::MJIT.enabled? ? - "ruby 2.7.0dev (2018-12-26 trunk 66561) +JIT [mipsel-linux-android]" : - "ruby 2.7.0dev (2018-12-26 trunk 66561) [mipsel-linux-android]" end builddir = File.dirname(File.expand_path(__FILE__)) srcdir = "." @@ 2831 @@ tracer 0.1.0 webrick 1.4.2 installing default gems from ext: /usr/lib/ruby/gems/2.7.0 (build_info, cache, doc, extensions, gems, specifications) - bigdecimal 1.4.1 date 1.0.0 etc 1.0.1 fcntl 1.0.0
OlderDiff < 20181225T212928Z(success) < ThisDiff > 20181226T214128Z(success)