mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Remove warning when generating $(arch)-fake.rb
This happens if BASERUBY is Ruby 3.4.
$ rm -f *-fake.rb && make test-precheck RUBYOPT=-w >/dev/null
build/arm64-darwin24-fake.rb:28: warning: ::Ruby is reserved for Ruby 3.5
This commit is contained in:
parent
c6a119c751
commit
03f714de62
Notes:
git
2025-10-07 03:35:28 +00:00
@ -49,6 +49,7 @@ class Object
|
||||
else%><%=v.inspect%><%end%>
|
||||
% }
|
||||
end
|
||||
v=$VERBOSE;$VERBOSE=nil;module Ruby; end;$VERBOSE=v
|
||||
module Ruby
|
||||
constants.each {|n| remove_const n}
|
||||
% arg['versions'].each {|n, v|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user