虚無庵

徒然なるままに

今日の ruby build 2023-10-23

今日のビルド

bf93ceb26be22876f5b58e8fab221e438f984fa4 までを pull ってきてビルド。エラー/警告ともになし。

  Files:       1039

  Classes:     1260 ( 313 undocumented)
  Modules:      239 (  88 undocumented)
  Constants:   1481 ( 737 undocumented)
  Attributes:  1495 ( 306 undocumented)
  Methods:    12646 (2435 undocumented)

  Total:      17121 (3879 undocumented)
   77.34% documented

  Elapsed: 35.2s

今日のテスト

make test-all を実行。

Finished tests in 641.260897s, 40.9225 tests/s, 9694.5331 assertions/s.                                                                       
26242 tests, 6216725 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-23T14:13:55Z master bf93ceb26b) [x86_64-linux]

今日のビルド(Universal Parser 有効化)

bf93ceb26be22876f5b58e8fab221e438f984fa4 までを pull ってきてビルド。

../ruby_parser.c: In function ‘rb_parser_config_initialize’:
../ruby_parser.c:721:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  721 |     config->compile_warn    = rb_compile_warn;
      |                             ^
../ruby_parser.c:722:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  722 |     config->compile_warning = rb_compile_warning;
      |                             ^
../ruby_parser.c:723:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  723 |     config->bug             = rb_bug;
      |                             ^
../ruby_parser.c:724:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  724 |     config->fatal           = rb_fatal;
      |                             ^
../ruby_parser.c: At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
  Files:       1039

  Classes:     1260 ( 313 undocumented)
  Modules:      239 (  88 undocumented)
  Constants:   1481 ( 737 undocumented)
  Attributes:  1495 ( 306 undocumented)
  Methods:    12646 (2435 undocumented)

  Total:      17121 (3879 undocumented)
   77.34% documented

  Elapsed: 37.9s

今日のテスト(Universal Parser 有効化)

make test-all を実行。

Finished tests in 709.656257s, 36.9785 tests/s, 8762.9693 assertions/s.                                                                       
26242 tests, 6218696 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-23T14:13:55Z master bf93ceb26b) [x86_64-linux]

今日のビルド(YJIT 有効化)

bf93ceb26be22876f5b58e8fab221e438f984fa4 までを pull ってきてビルド。エラー/警告ともになし。

今日のテスト(YJIT 有効化)

make test-all を実行。

Finished tests in 682.058546s, 38.4747 tests/s, 9121.8020 assertions/s.                                                                       
26242 tests, 6221603 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-23T14:13:55Z master bf93ceb26b) [x86_64-linux]

今日のビルド(RJIT 有効化)

bf93ceb26be22876f5b58e8fab221e438f984fa4 までを pull ってきてビルド。エラー/警告ともになし。

今日のテスト(RJIT 有効化)

make test-all を実行。

Finished tests in 667.020383s, 39.3421 tests/s, 9329.2681 assertions/s.                                                                                    
26242 tests, 6222812 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-23T14:13:55Z master bf93ceb26b) [x86_64-linux]