虚無庵

徒然なるままに

今日の ruby build 2023-11-07

今日のビルド

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

  Files:       1048

  Classes:     1254 ( 310 undocumented)
  Modules:      240 (  79 undocumented)
  Constants:   2427 ( 758 undocumented)
  Attributes:  1474 ( 246 undocumented)
  Methods:    12426 (2305 undocumented)

  Total:      17821 (3698 undocumented)
   79.25% documented

  Elapsed: 31.4s

今日のテスト

make test-all を実行。

Finished tests in 629.722124s, 41.8010 tests/s, 9907.6637 assertions/s.
26323 tests, 6239075 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-11-07T10:22:30Z master ced84beb25) [x86_64-linux]

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

ced84beb2518d173988bb92c6d96aa854a35abe6 までを 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:       1048

  Classes:     1254 ( 310 undocumented)
  Modules:      240 (  79 undocumented)
  Constants:   2427 ( 758 undocumented)
  Attributes:  1474 ( 246 undocumented)
  Methods:    12426 (2305 undocumented)

  Total:      17821 (3698 undocumented)
   79.25% documented

  Elapsed: 35.5s

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

make test-all を実行。

Finished tests in 684.122209s, 38.4770 tests/s, 9118.6793 assertions/s.
26323 tests, 6238291 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-11-07T10:22:30Z master ced84beb25) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 638.144594s, 41.2493 tests/s, 9773.6768 assertions/s.
26323 tests, 6237019 assertions, 0 failures, 0 errors, 84 skips

ruby -v: ruby 3.3.0dev (2023-11-07T10:22:30Z master ced84beb25) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 638.475376s, 41.2279 tests/s, 9767.0893 assertions/s.
26323 tests, 6236046 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-11-07T10:22:30Z master ced84beb25) [x86_64-linux]