ruby-changes:59597
From: Takashi <ko1@a...>
Date: Wed, 1 Jan 2020 15:06:39 +0900 (JST)
Subject: [ruby-changes:59597] afd3f64f8c (master): Redmine /projects/ruby-trunk is now redirected
https://git.ruby-lang.org/ruby.git/commit/?id=afd3f64f8c From afd3f64f8cc4ff4fc956727d7e2da70597352008 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Tue, 31 Dec 2019 22:06:18 -0800 Subject: Redmine /projects/ruby-trunk is now redirected to /projects/ruby-master diff --git a/.gdbinit b/.gdbinit index 0d44622..f73c036 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1274,7 +1274,7 @@ document rb_count_objects https://github.com/ruby/ruby/blob/trunk/.gdbinit#L1274 Counts all objects grouped by type. end -# Details: https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/MachineInstructionsTraceWithGDB +# Details: https://bugs.ruby-lang.org/projects/ruby-master/wiki/MachineInstructionsTraceWithGDB define trace_machine_instructions set logging on set height 0 diff --git a/doc/ChangeLog-2.0.0 b/doc/ChangeLog-2.0.0 index a1a79b8..b51d742 100644 --- a/doc/ChangeLog-2.0.0 +++ b/doc/ChangeLog-2.0.0 @@ -9758,7 +9758,7 @@ Thu Aug 23 16:20:04 2012 Koichi Sasada <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.0.0#L9758 are b10. If flonum is activated, then USE_FLONUM macro is 1. I'll write detailed in this technique on - https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/Flonum_tech + https://bugs.ruby-lang.org/projects/ruby-master/wiki/Flonum_tech * benchmark/bmx_temp.rb: add an benchmark for simple Float calculation. @@ -13008,7 +13008,7 @@ Thu Jun 7 15:53:03 2012 Koichi Sasada <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.0.0#L13008 * .gdbinit: add function `trace_machine_instructions' to trace in native machine assemble. - See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/MachineInstructionsTraceWithGDB + See https://bugs.ruby-lang.org/projects/ruby-master/wiki/MachineInstructionsTraceWithGDB for more details. Wed Jun 6 21:31:21 2012 Tanaka Akira <akr@f...> @@ -14711,7 +14711,7 @@ Fri Apr 27 01:45:05 2012 NARUSE, Yui <naruse@r...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.0.0#L14711 (22) main thread waits at gvl_yield:112 (native_cond_wait) As described above, the main thread can't escape from rb_threadptr_execute_interrupts_common. - See extended memo: http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/R35480_ExtendedMemo + See extended memo: http://bugs.ruby-lang.org/projects/ruby-master/wiki/R35480_ExtendedMemo Fri Apr 27 07:15:07 2012 Tanaka Akira <akr@f...> diff --git a/doc/ChangeLog-2.1.0 b/doc/ChangeLog-2.1.0 index 76edfd3..5b670b3 100644 --- a/doc/ChangeLog-2.1.0 +++ b/doc/ChangeLog-2.1.0 @@ -3596,7 +3596,7 @@ Tue Oct 22 19:19:05 2013 Koichi Sasada <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.1.0#L3596 maintains all pages. For example, pages are allocated from the heap_pages. - See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/GC_design + See https://bugs.ruby-lang.org/projects/ruby-master/wiki/GC_design and https://bugs.ruby-lang.org/attachments/4015/data-heap_structure_with_multiple_heaps.png for more details. @@ -8612,7 +8612,7 @@ Wed Jul 17 14:31:13 2013 Koichi Sasada <ko1@a...> https://github.com/ruby/ruby/blob/trunk/doc/ChangeLog-2.1.0#L8612 (4) heap::sorted is an array of "slots", sorted by an address of slot::body. - See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/GC_design + See https://bugs.ruby-lang.org/projects/ruby-master/wiki/GC_design for more details (figure). * gc.c: Avoid "heaps" terminology. It is ambiguous. diff --git a/doc/NEWS-2.7.0 b/doc/NEWS-2.7.0 index 4ff6cf0..28f6c65 100644 --- a/doc/NEWS-2.7.0 +++ b/doc/NEWS-2.7.0 @@ -812,7 +812,7 @@ RubyVM::InstructionSequence:: https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.7.0#L812 * Require compilers to support C99. [Misc #15347] - * Details of our dialect: https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/C99 + * Details of our dialect: https://bugs.ruby-lang.org/projects/ruby-master/wiki/C99 * Ruby's upstream repository is changed from Subversion to Git. diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc index 68dda66..007faae 100644 --- a/doc/contributing.rdoc +++ b/doc/contributing.rdoc @@ -27,10 +27,10 @@ on your ticket. https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L27 stable release. See {Downloading Ruby}[https://www.ruby-lang.org/en/downloads/]. * Look to see if anyone already reported your issue, try - {searching on redmine}[https://bugs.ruby-lang.org/projects/ruby-trunk/issues] + {searching on redmine}[https://bugs.ruby-lang.org/projects/ruby-master/issues] for your problem. * If you can't find a ticket addressing your issue, - {create a new one}[https://bugs.ruby-lang.org/projects/ruby-trunk/issues/new]. + {create a new one}[https://bugs.ruby-lang.org/projects/ruby-master/issues/new]. * Choose the target version, usually current. Bugs will be first fixed in the current release and then {backported}[rdoc-label:label-Backport+Requests]. * Fill in the Ruby version you're using when experiencing this issue @@ -116,7 +116,7 @@ these? Quite a bit, actually: https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L116 When a bug report goes for a while without any feedback, it goes to the bug graveyard which is unfortunate. If you check the {issues -list}[https://bugs.ruby-lang.org/projects/ruby-trunk/issues] you will find lots +list}[https://bugs.ruby-lang.org/projects/ruby-master/issues] you will find lots of delinquent bugs that require attention. You can help by verifying the existing tickets, try to reproduce the reported @@ -156,7 +156,7 @@ If there's a new feature that you want to see added to Ruby, you will need to https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L156 write a convincing proposal and patch to implement the feature. For new features in CRuby, use the {'Feature' -tracker}[https://bugs.ruby-lang.org/projects/ruby-trunk/issues?set_filter=1&tracker_id=2] +tracker}[https://bugs.ruby-lang.org/projects/ruby-master/issues?set_filter=1&tracker_id=2] on ruby-master. For non-CRuby dependent features, features that would apply to alternate Ruby implementations such as JRuby and Rubinius, use the {CommonRuby tracker}[https://bugs.ruby-lang.org/projects/common-ruby]. diff --git a/doc/extension.rdoc b/doc/extension.rdoc index 79eb96d..dfa4cb2 100644 --- a/doc/extension.rdoc +++ b/doc/extension.rdoc @@ -2049,7 +2049,7 @@ Before inserting write barriers, you need to know about RGenGC algorithm https://github.com/ruby/ruby/blob/trunk/doc/extension.rdoc#L2049 available in include/ruby/ruby.h. An example is available in iseq.c. For a complete guide for RGenGC and write barriers, please refer to -<https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RGenGC>. +<https://bugs.ruby-lang.org/projects/ruby-master/wiki/RGenGC>. == Appendix E. RB_GC_GUARD to protect from premature GC diff --git a/doc/syntax/refinements.rdoc b/doc/syntax/refinements.rdoc index fc554bb..44a63a2 100644 --- a/doc/syntax/refinements.rdoc +++ b/doc/syntax/refinements.rdoc @@ -278,6 +278,6 @@ Refinements in descendants have higher precedence than those of ancestors. https://github.com/ruby/ruby/blob/trunk/doc/syntax/refinements.rdoc#L278 == Further Reading -See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RefinementsSpec for the +See https://bugs.ruby-lang.org/projects/ruby-master/wiki/RefinementsSpec for the current specification for implementing refinements. The specification also contains more details. diff --git a/lib/webrick/webrick.gemspec b/lib/webrick/webrick.gemspec index 5490502..97e93b5 100644 --- a/lib/webrick/webrick.gemspec +++ b/lib/webrick/webrick.gemspec @@ -66,7 +66,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/lib/webrick/webrick.gemspec#L66 if s.respond_to?(:metadata=) s.metadata = { - "bug_tracker_uri" => "https://bugs.ruby-lang.org/projects/ruby-trunk/issues", + "bug_tracker_uri" => "https://bugs.ruby-lang.org/projects/ruby-master/issues", "homepage_uri" => "https://www.ruby-lang.org", "source_code_uri" => "https://git.ruby-lang.org/ruby.git/" } diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb index 9281219..757fe18 100755 --- a/tool/redmine-backporter.rb +++ b/tool/redmine-backporter.rb @@ -271,7 +271,7 @@ def backport_command_string https://github.com/ruby/ruby/blob/trunk/tool/redmine-backporter.rb#L271 # check if the Git revision is included in trunk begin - uri = URI("#{REDMINE_BASE}/projects/ruby-trunk/repository/git/revisions/#{c}") + uri = URI("#{REDMINE_BASE}/projects/ruby-master/repository/git/revisions/#{c}") uri.read($openuri_options) true rescue @@ -301,7 +301,7 @@ class CommandSyntaxError < RuntimeError; end https://github.com/ruby/ruby/blob/trunk/tool/redmine-backporter.rb#L301 commands = { "ls" => proc{|args| raise CommandSyntaxError unless /\A(\d+)?\z/ =~ args - uri = URI(REDMINE_BASE+'/projects/ruby-trunk/issues.json?'+URI.encode_www_form(@query.dup.merge('page' => ($1 ? $1.to_i : 1)))) + uri = URI(REDMINE_BASE+'/projects/ruby-master/issues.json?'+URI.encode_www_form(@query.dup.merge('page' => ($1 ? $1.to_i : 1)))) # puts uri res = JSON(uri.read($openuri_options)) @issues = issues = res["issues"] @@ -379,10 +379,10 @@ eom https://github.com/ruby/ruby/blob/trunk/tool/redmine-backporter.rb#L379 case args when /\Ar?(\d+)\z/ # SVN rev = $1 - uri = URI("#{REDMINE_BASE}/projects/ruby-trunk/repository/trunk/revisions/#{rev}/issues.json") + uri = URI("#{REDMINE_BASE}/projects/ruby-master/repository/trunk/revisions/#{rev}/issues.json") when /\A\h{7,40}\z/ # Git rev = args - uri = URI("#{REDMINE_BASE}/projects/ruby-trunk/repository/git/revisions/#{rev}/issues.json") + uri = URI("#{REDMINE_BASE}/projects/ruby-master/repository/git/revisions/#{rev}/issues.json") el (... truncated) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/