虚無庵

徒然なるままに

今日の ruby build 2023-10-20

今日のビルド

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

  Files:       1040

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

  Total:      17126 (3879 undocumented)
   77.35% documented

  Elapsed: 33.5s

今日のテスト

make test-all を実行。

Finished tests in 656.310017s, 39.9308 tests/s, 9470.1739 assertions/s.                                                                   
26207 tests, 6215370 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-20T09:26:37Z master 8b3d044004) [x86_64-linux]

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

8b3d044004be68acf2e71d43c51d99db3deff514 までを 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:       1040

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

  Total:      17126 (3879 undocumented)
   77.35% documented

  Elapsed: 32.9s

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

make test-all を実行。

Finished tests in 739.656669s, 35.4313 tests/s, 8410.2737 assertions/s.                                                                       
26207 tests, 6220715 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-20T09:26:37Z master 8b3d044004) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 649.189073s, 40.3688 tests/s, 9573.8688 assertions/s.                                                                       
26207 tests, 6215251 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-20T09:26:37Z master 8b3d044004) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 649.682340s, 40.3382 tests/s, 9563.6862 assertions/s.                                                                       
26207 tests, 6213358 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-20T09:26:37Z master 8b3d044004) [x86_64-linux]