虚無庵

徒然なるままに

今日の ruby build 2023-10-18

今日のビルド

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

  Files:       1040

  Classes:     1257 ( 313 undocumented)
  Modules:      239 (  88 undocumented)
  Constants:   1480 ( 736 undocumented)
  Attributes:  1479 ( 306 undocumented)
  Methods:    12592 (2435 undocumented)

  Total:      17047 (3878 undocumented)
   77.25% documented

  Elapsed: 43.4s

今日のテスト

make test-all を実行。

Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>                                                         
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Finished tests in 816.653853s, 32.0809 tests/s, 7601.6687 assertions/s.                                                          
26199 tests, 6207932 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-18T10:17:58Z master ef3f9f1a68) [x86_64-linux]

昨日出ていた謎メッセージは出なくなってた。

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

ef3f9f1a685effb51543d1f08831692fa68863a2 までを 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:590:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  590 |     config->str_catf        = rb_str_catf;
      |                             ^
../ruby_parser.c:608:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  608 |     config->str_vcatf       = rb_str_vcatf;
      |                             ^
../ruby_parser.c:610:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  610 |     config->rb_sprintf      = rb_sprintf;
      |                             ^
../ruby_parser.c:698:19: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  698 |     config->raise = rb_raise;
      |                   ^
../ruby_parser.c:720:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  720 |     config->compile_warn    = rb_compile_warn;
      |                             ^
../ruby_parser.c:721:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  721 |     config->compile_warning = rb_compile_warning;
      |                             ^
../ruby_parser.c:722:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  722 |     config->bug             = rb_bug;
      |                             ^
../ruby_parser.c:723:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  723 |     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:       1040

  Classes:     1257 ( 313 undocumented)
  Modules:      239 (  88 undocumented)
  Constants:   1480 ( 736 undocumented)
  Attributes:  1479 ( 306 undocumented)
  Methods:    12592 (2435 undocumented)

  Total:      17047 (3878 undocumented)
   77.25% documented

  Elapsed: 38.7s

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

make test-all を実行。

Finished tests in 853.999679s, 30.6780 tests/s, 7263.3154 assertions/s.                                                                     
26199 tests, 6202869 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-18T10:17:58Z master ef3f9f1a68) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 823.992387s, 31.7952 tests/s, 7533.6849 assertions/s.                                                                       
26199 tests, 6207699 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-18T10:17:58Z master ef3f9f1a68) [x86_64-linux]

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

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

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

make test-all を実行。

Finished tests in 849.735751s, 30.8319 tests/s, 7307.8942 assertions/s.                                                                                    
26199 tests, 6209779 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-10-18T10:17:58Z master ef3f9f1a68) [x86_64-linux]