虚無庵

徒然なるままに

今日の ruby build 2023-10-22

今日のビルド

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

  Files:       1047

  Classes:     1260 ( 312 undocumented)
  Modules:      241 (  88 undocumented)
  Constants:   2425 ( 764 undocumented)
  Attributes:  1495 ( 306 undocumented)
  Methods:    12648 (2435 undocumented)

  Total:      18069 (3905 undocumented)
   78.39% documented

  Elapsed: 29.8s

今日のテスト

make test-all を実行。

Finished tests in 571.494340s, 45.9182 tests/s, 10890.3826 assertions/s.
26242 tests, 6223792 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-22T03:18:34Z master 7578bc35f9) [x86_64-linux]

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

7578bc35f9b6a2e88f43a5c48dc1b209fc972eaa までを 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:       1047

  Classes:     1260 ( 312 undocumented)
  Modules:      241 (  88 undocumented)
  Constants:   2425 ( 764 undocumented)
  Attributes:  1495 ( 306 undocumented)
  Methods:    12648 (2435 undocumented)

  Total:      18069 (3905 undocumented)
   78.39% documented

  Elapsed: 33.3s

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

make test-all を実行。

Finished tests in 607.557872s, 43.1926 tests/s, 10243.2612 assertions/s.
26242 tests, 6223374 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-10-22T03:18:34Z master 7578bc35f9) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 567.100319s, 46.2740 tests/s, 10974.2136 assertions/s.
26242 tests, 6223480 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-22T03:18:34Z master 7578bc35f9) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 563.965677s, 46.5312 tests/s, 11034.8737 assertions/s.
26242 tests, 6223290 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-22T03:18:34Z master 7578bc35f9) [x86_64-linux]