虚無庵

徒然なるままに

今日の ruby build 2023-11-12

今日のビルド

e6916f13051ef0eebc223beb09a5f328a608c150 までを pull ってきてビルド。

prism_compile.c: In function ‘pm_compile_node’:
prism_compile.c:3434:41: warning: ‘keyword’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 3434 |                     keyword->rest_start = (int) locals_size;
      |                     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
compile.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:       1053

  Classes:     1261 ( 317 undocumented)
  Modules:      243 (  81 undocumented)
  Constants:   2458 ( 788 undocumented)
  Attributes:  1486 ( 258 undocumented)
  Methods:    12640 (2510 undocumented)

  Total:      18088 (3954 undocumented)
   78.14% documented

  Elapsed: 33.5s

今日のテスト

make test-all を実行。

Finished tests in 654.352025s, 40.3101 tests/s, 9560.2195 assertions/s.
26377 tests, 6255749 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-11-11T22:01:06Z master e6916f1305) [x86_64-linux]

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

e6916f13051ef0eebc223beb09a5f328a608c150 までを pull ってきてビルド。

prism_compile.c: In function ‘pm_compile_node’:
prism_compile.c:3434:41: warning: ‘keyword’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 3434 |                     keyword->rest_start = (int) locals_size;
      |                     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
compile.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
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:       1053

  Classes:     1261 ( 317 undocumented)
  Modules:      243 (  81 undocumented)
  Constants:   2458 ( 788 undocumented)
  Attributes:  1486 ( 258 undocumented)
  Methods:    12640 (2510 undocumented)

  Total:      18088 (3954 undocumented)
   78.14% documented

  Elapsed: 38.5s

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

make test-all を実行。

Finished tests in 700.526246s, 37.6531 tests/s, 8930.1551 assertions/s.
26377 tests, 6255808 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-11-11T22:01:06Z master e6916f1305) [x86_64-linux]

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

e6916f13051ef0eebc223beb09a5f328a608c150 までを pull ってきてビルド。

prism_compile.c: In function ‘pm_compile_node’:
prism_compile.c:3434:41: warning: ‘keyword’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 3434 |                     keyword->rest_start = (int) locals_size;
      |                     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
compile.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

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

make test-all を実行。

Finished tests in 666.070487s, 39.6009 tests/s, 9393.4428 assertions/s.
26377 tests, 6256695 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-11-11T22:01:06Z master e6916f1305) [x86_64-linux]

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

e6916f13051ef0eebc223beb09a5f328a608c150 までを pull ってきてビルド。

prism_compile.c: In function ‘pm_compile_node’:
prism_compile.c:3434:41: warning: ‘keyword’ may be used uninitialized in this function [-Wmaybe-uninitialized]
 3434 |                     keyword->rest_start = (int) locals_size;
      |                     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
compile.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

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

make test-all を実行。

Finished tests in 660.950213s, 39.9077 tests/s, 9467.7086 assertions/s.
26377 tests, 6257684 assertions, 0 failures, 0 errors, 86 skips

ruby -v: ruby 3.3.0dev (2023-11-11T22:01:06Z master e6916f1305) [x86_64-linux]