虚無庵

徒然なるままに

今日の ruby build 2023-10-16

今日のビルド

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

  Files:       1040

  Classes:     1256 ( 313 undocumented)
  Modules:      239 (  88 undocumented)
  Constants:   1480 ( 736 undocumented)
  Attributes:  1476 ( 303 undocumented)
  Methods:    12587 (2431 undocumented)

  Total:      17038 (3871 undocumented)
   77.28% documented

  Elapsed: 32.8s

今日のテスト

make test-all を実行。

Finished tests in 675.150863s, 38.7736 tests/s, 9194.6280 assertions/s.                                                                     
26178 tests, 6207761 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-16T12:22:07Z master 6e88b72d7b) [x86_64-linux]

これでエラーは直ったのかな。

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

6e88b72d7bdac5d959d525df6e3804f4c1eaf9ce までを 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:     1256 ( 313 undocumented)
  Modules:      239 (  88 undocumented)
  Constants:   1480 ( 736 undocumented)
  Attributes:  1476 ( 303 undocumented)
  Methods:    12587 (2431 undocumented)

  Total:      17038 (3871 undocumented)
   77.28% documented

  Elapsed: 33.0s

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

make test-all を実行。

Finished tests in 723.048662s, 36.2050 tests/s, 8584.7057 assertions/s.                                                           
26178 tests, 6207160 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-16T12:22:07Z master 6e88b72d7b) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 675.489603s, 38.7541 tests/s, 9191.3036 assertions/s.                                                                     
26178 tests, 6208630 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-16T12:22:07Z master 6e88b72d7b) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 673.481502s, 38.8697 tests/s, 9219.4084 assertions/s.                                                                       
26178 tests, 6209101 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-10-16T12:22:07Z master 6e88b72d7b) [x86_64-linux]