虚無庵

徒然なるままに

今日の ruby build 2023-11-14

今日のビルド

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

  Files:       1051

  Classes:     1261 ( 317 undocumented)
  Modules:      243 (  81 undocumented)
  Constants:   2457 ( 788 undocumented)
  Attributes:  1486 ( 258 undocumented)
  Methods:    12646 (2515 undocumented)

  Total:      18093 (3959 undocumented)
   78.12% documented

  Elapsed: 32.8s

昨日まで出ていた警告は全部消えたっぽい。これとあともう 1 コミットくらいありそうだけどどれだろう?

今日のテスト

make test-all を実行。

Finished tests in 617.745221s, 42.7118 tests/s, 10120.2547 assertions/s.
26385 tests, 6251739 assertions, 0 failures, 0 errors, 88 skips

ruby -v: ruby 3.3.0dev (2023-11-14T11:35:56Z master e6b2cd15e3) [x86_64-linux]

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

e6b2cd15e34cbeaf07d8ced2db89d02272e9d5af までを 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:       1051

  Classes:     1261 ( 317 undocumented)
  Modules:      243 (  81 undocumented)
  Constants:   2457 ( 788 undocumented)
  Attributes:  1486 ( 258 undocumented)
  Methods:    12646 (2515 undocumented)

  Total:      18093 (3959 undocumented)
   78.12% documented

  Elapsed: 37.8s

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

make test-all を実行。

Finished tests in 659.726090s, 39.9939 tests/s, 9479.5417 assertions/s.
26385 tests, 6253901 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-11-14T11:35:56Z master e6b2cd15e3) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 620.394766s, 42.5294 tests/s, 10084.6531 assertions/s.
26385 tests, 6256466 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-11-14T11:35:56Z master e6b2cd15e3) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 648.072597s, 40.7130 tests/s, 9655.3627 assertions/s.
26385 tests, 6257376 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-11-14T11:35:56Z master e6b2cd15e3) [x86_64-linux]