ruby-changes:64665
From: Nobuyoshi <ko1@a...>
Date: Tue, 29 Dec 2020 21:02:02 +0900 (JST)
Subject: [ruby-changes:64665] b7163c712c (master): Canonicalization functions were removed already
https://git.ruby-lang.org/ruby.git/commit/?id=b7163c712c From b7163c712c376fd8dc01a5e3bdd44f02ae578001 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 29 Dec 2020 21:00:02 +0900 Subject: Canonicalization functions were removed already At b958e2add835d62c0a62edaf9a23ecbbd70a3635 diff --git a/tool/leaked-globals b/tool/leaked-globals index 7ed81b1..d95f379 100755 --- a/tool/leaked-globals +++ b/tool/leaked-globals @@ -49,7 +49,7 @@ IO.foreach("|#{NM} -Pgp #{ARGV.join(' ')}") do |line| https://github.com/ruby/ruby/blob/trunk/tool/leaked-globals#L49 next unless /[A-TV-Z]/ =~ t next unless n.sub!(/^#{SYMBOL_PREFIX}/o, "") next if n.include?(".") - next if /\A(?:Init_|InitVM_|RUBY_|ruby_|rb_|[Oo]nig|dln_|mjit_|coroutine_|nu(?:comp|rat)_)/ =~ n + next if /\A(?:Init_|InitVM_|RUBY_|ruby_|rb_|[Oo]nig|dln_|mjit_|coroutine_)/ =~ n next if REPLACE.include?(n) puts col.fail("leaked") if count.zero? count += 1 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/