虚無庵

徒然なるままに

今日の ruby build 2023-10-19

今日のビルド

c2d4c92a98527f416f4f9d5987c22c4cc8f584e7 までを 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: 34.8s

今日のテスト

make test-all を実行。

Finished tests in 633.817722s, 41.3447 tests/s, 9804.0900 assertions/s.                                                                       
26205 tests, 6214006 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-19T08:28:41Z master c2d4c92a98) [x86_64-linux]

一昨日くらいにテストを流すと出力されていた謎メッセージはなかださんが修正してたっぽい。

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

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

../ruby_parser.c: In function ‘syntax_error_append’:
../ruby_parser.c:117:5: warning: function ‘syntax_error_append’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  117 |     return rb_syntax_error_append(exc, file, line, column, (rb_encoding *)enc, fmt, args);
      |     ^~~~~~
../ruby_parser.c: In function ‘rb_parser_config_initialize’:
../ruby_parser.c:590:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  590 |     config->str_catf        = rb_str_catf;
      |                             ^
../ruby_parser.c:608:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  608 |     config->str_vcatf       = rb_str_vcatf;
      |                             ^
../ruby_parser.c:610:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  610 |     config->rb_sprintf      = rb_sprintf;
      |                             ^
../ruby_parser.c:698:19: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  698 |     config->raise = rb_raise;
      |                   ^
../ruby_parser.c:720:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  720 |     config->compile_warn    = rb_compile_warn;
      |                             ^
../ruby_parser.c:721:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  721 |     config->compile_warning = rb_compile_warning;
      |                             ^
../ruby_parser.c:722:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  722 |     config->bug             = rb_bug;
      |                             ^
../ruby_parser.c:723:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  723 |     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: 33.6s

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

make test-all を実行。

Finished tests in 692.840531s, 37.8226 tests/s, 8976.3513 assertions/s.                                                                       
26205 tests, 6219180 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-19T08:28:41Z master c2d4c92a98) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 650.092650s, 40.3096 tests/s, 9566.7610 assertions/s.                                                                   
26205 tests, 6219281 assertions, 0 failures, 0 errors, 87 skips

ruby -v: ruby 3.3.0dev (2023-10-19T08:28:41Z master c2d4c92a98) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 652.387438s, 40.1678 tests/s, 9534.9383 assertions/s.                                                                                    
26205 tests, 6220474 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-19T08:28:41Z master c2d4c92a98) [x86_64-linux]