1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/lib
Jeremy Evans 05313c914b Use category: :deprecated in warnings that are related to deprecation
Also document that both :deprecated and :experimental are supported
:category option values.

The locations where warnings were marked as deprecation warnings
was previously reviewed by shyouhei.

Comment a couple locations where deprecation warnings should probably
be used but are not currently used because deprecation warning
enablement has not occurred at the time they are called
(RUBY_FREE_MIN, RUBY_HEAP_MIN_SLOTS, -K).

Add assert_deprecated_warn to test assertions.  Use this to simplify
some tests, and fix failing tests after marking some warnings with
deprecated category.
2020-12-18 09:54:11 -08:00
..
-test-
minitest tune parallel test 2020-12-01 09:39:09 +09:00
test Use category: :deprecated in warnings that are related to deprecation 2020-12-18 09:54:11 -08:00
webrick Removed needless gemspec of webrick 2020-12-11 14:16:42 +09:00
colorize.rb Add default color for each instance 2020-08-11 18:35:07 +09:00
envutil.rb Pass ASAN options to child environments 2020-09-28 09:45:04 -07:00
find_executable.rb
gc_compact_checker.rb call GC.compact after each test. 2019-12-12 03:32:12 +09:00
iseq_loader_checker.rb Enable checkers on parallel test. 2019-10-02 16:23:00 +09:00
jisx0208.rb Put jisx0208.rb to under the library directory. 2019-07-15 11:16:29 +09:00
leakchecker.rb Check warning flags only if available to run with old versions 2020-07-15 23:33:24 +09:00
memory_status.rb
profile_test_all.rb
tracepointchecker.rb Fixed misspellings 2019-12-20 09:32:42 +09:00
vcs.rb Show messages around the line when replacing failed in format_changelog 2020-07-10 19:27:11 +09:00
vpath.rb Move vpath.rb into tool library direcotry. 2019-07-15 13:16:16 +09:00
webrick.rb Move webrick library into internal test toolchain 2020-12-10 18:06:25 +09:00
zombie_hunter.rb