虚無庵

徒然なるままに

今日の ruby build 2023-10-13

今日のビルド

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

  Files:       1040

  Classes:     1256 ( 313 undocumented)
  Modules:      238 (  87 undocumented)
  Constants:   1479 ( 735 undocumented)
  Attributes:  1475 ( 303 undocumented)
  Methods:    12585 (2428 undocumented)

  Total:      17033 (3866 undocumented)
   77.30% documented

  Elapsed: 33.5s

今日のテスト

Finished tests in 629.120681s, 41.5771 tests/s, 9768.0988 assertions/s.                                                                     
26157 tests, 6145313 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-10-13T07:22:09Z master 35edc14ee1) [x86_64-linux]

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

35edc14ee15332e192b6665df88c9bc0974d6bb7 までを 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:619:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  619 |     config->str_catf        = rb_str_catf;
      |                             ^
../ruby_parser.c:637:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  637 |     config->str_vcatf       = rb_str_vcatf;
      |                             ^
../ruby_parser.c:639:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  639 |     config->rb_sprintf      = rb_sprintf;
      |                             ^
../ruby_parser.c:726:19: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  726 |     config->raise = rb_raise;
      |                   ^
../ruby_parser.c:748:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  748 |     config->compile_warn    = rb_compile_warn;
      |                             ^
../ruby_parser.c:749:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  749 |     config->compile_warning = rb_compile_warning;
      |                             ^
../ruby_parser.c:750:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  750 |     config->bug             = rb_bug;
      |                             ^
../ruby_parser.c:751:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  751 |     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:      238 (  87 undocumented)
  Constants:   1479 ( 735 undocumented)
  Attributes:  1475 ( 303 undocumented)
  Methods:    12585 (2428 undocumented)

  Total:      17033 (3866 undocumented)
   77.30% documented

  Elapsed: 35.5s

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

Finished tests in 705.011726s, 37.1015 tests/s, 8727.2194 assertions/s.                                                                                    
26157 tests, 6152792 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-13T07:22:09Z master 35edc14ee1) [x86_64-linux]

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

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

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

Finished tests in 629.323928s, 41.5637 tests/s, 9771.8643 assertions/s.                                                                     
26157 tests, 6149668 assertions, 0 failures, 0 errors, 87 skips

ruby -v: ruby 3.3.0dev (2023-10-13T07:22:09Z master 35edc14ee1) [x86_64-linux]

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

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

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

Finished tests in 654.729440s, 39.9509 tests/s, 9395.5436 assertions/s.                                                                  
26157 tests, 6151539 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-13T07:22:09Z master 35edc14ee1) [x86_64-linux]