虚無庵

徒然なるままに

今日の ruby build 2023-09-20

今日のビルド

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

  Files:       1032

  Classes:     1253 ( 314 undocumented)
  Modules:      238 (  88 undocumented)
  Constants:   1469 ( 726 undocumented)
  Attributes:  1473 ( 302 undocumented)
  Methods:    12001 (2421 undocumented)

  Total:      16434 (3851 undocumented)
   76.57% documented

  Elapsed: 45.5s

今日のテスト

Finished tests in 923.503678s, 28.7828 tests/s, 9961.2099 assertions/s.
26581 tests, 9199214 assertions, 0 failures, 0 errors, 83 skips

ruby -v: ruby 3.3.0dev (2023-09-20T04:00:18Z master 3c11cdbcfe) [x86_64-linux]

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

3c11cdbcfe5ebcf430b0cdfefb0b92724eebe543 までを 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:621:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  621 |     config->str_catf        = rb_str_catf;
      |                             ^
../ruby_parser.c:639:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  639 |     config->str_vcatf       = rb_str_vcatf;
      |                             ^
../ruby_parser.c:641:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  641 |     config->rb_sprintf      = rb_sprintf;
      |                             ^
../ruby_parser.c:728:19: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  728 |     config->raise = rb_raise;
      |                   ^
../ruby_parser.c:750:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  750 |     config->compile_warn    = rb_compile_warn;
      |                             ^
../ruby_parser.c:751:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  751 |     config->compile_warning = rb_compile_warning;
      |                             ^
../ruby_parser.c:752:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  752 |     config->bug             = rb_bug;
      |                             ^
../ruby_parser.c:753:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  753 |     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:       1029

  Classes:     1253 ( 314 undocumented)
  Modules:      238 (  88 undocumented)
  Constants:   1469 ( 726 undocumented)
  Attributes:  1473 ( 302 undocumented)
  Methods:    12001 (2421 undocumented)

  Total:      16434 (3851 undocumented)
   76.57% documented

  Elapsed: 36.7s

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

Finished tests in 871.379663s, 29.9422 tests/s, 7037.3710 assertions/s.                                                                                    
26091 tests, 6132222 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-09-20T04:00:18Z master 3c11cdbcfe) [x86_64-linux]

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

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

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

Finished tests in 840.708670s, 31.0678 tests/s, 7297.4756 assertions/s.                                                                                    
26119 tests, 6135051 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-09-20T04:00:18Z master 3c11cdbcfe) [x86_64-linux]

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

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

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

Finished tests in 835.863532s, 31.2479 tests/s, 7339.1634 assertions/s.                                                                                    
26119 tests, 6134539 assertions, 0 failures, 0 errors, 87 skips

ruby -v: ruby 3.3.0dev (2023-09-20T04:00:18Z master 3c11cdbcfe) [x86_64-linux]