虚無庵

徒然なるままに

今日の ruby build 2023-09-26

今日のビルド

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

  Files:       1034

  Classes:     1254 ( 315 undocumented)
  Modules:      238 (  88 undocumented)
  Constants:   1474 ( 730 undocumented)
  Attributes:  1474 ( 303 undocumented)
  Methods:    12146 (2708 undocumented)

  Total:      16586 (4144 undocumented)
   75.02% documented

  Elapsed: 32.6s

今日のテスト

Finished tests in 705.052784s, 37.7319 tests/s, 13049.4499 assertions/s.                                                                                   
26603 tests, 9200551 assertions, 0 failures, 0 errors, 83 skips

ruby -v: ruby 3.3.0dev (2023-09-26T10:06:17Z master c2c0a083f0) [x86_64-linux]

github.com

対応が早いぜ!

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

c2c0a083f024f9d0ee7a05c2cdbc4146ff3b2138 までを 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:619:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  619 |     config->str_catf        = rb_str_catf;
      |                             ^
../ruby_parser.c:637:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  637 |     config->str_vcatf       = rb_str_vcatf;
      |                             ^
../ruby_parser.c:639:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  639 |     config->rb_sprintf      = rb_sprintf;
      |                             ^
../ruby_parser.c:726:19: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  726 |     config->raise = rb_raise;
      |                   ^
../ruby_parser.c:748:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  748 |     config->compile_warn    = rb_compile_warn;
      |                             ^
../ruby_parser.c:749:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  749 |     config->compile_warning = rb_compile_warning;
      |                             ^
../ruby_parser.c:750:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  750 |     config->bug             = rb_bug;
      |                             ^
../ruby_parser.c:751:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  751 |     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:       1031

  Classes:     1254 ( 315 undocumented)
  Modules:      238 (  88 undocumented)
  Constants:   1474 ( 730 undocumented)
  Attributes:  1474 ( 303 undocumented)
  Methods:    12146 (2708 undocumented)

  Total:      16586 (4144 undocumented)
   75.02% documented

  Elapsed: 33.8s

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

Finished tests in 679.629158s, 38.4224 tests/s, 9025.4059 assertions/s.                                                                                    
26113 tests, 6133929 assertions, 0 failures, 0 errors, 85 skips

ruby -v: ruby 3.3.0dev (2023-09-26T10:06:17Z master c2c0a083f0) [x86_64-linux]

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

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

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

Finished tests in 647.889919s, 40.3479 tests/s, 9473.4982 assertions/s.                                                                                    
26141 tests, 6137784 assertions, 0 failures, 0 errors, 89 skips

ruby -v: ruby 3.3.0dev (2023-09-26T10:06:17Z master c2c0a083f0) [x86_64-linux]

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

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

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

Finished tests in 625.884000s, 41.7665 tests/s, 9807.9452 assertions/s.                                                                                    
26141 tests, 6138636 assertions, 0 failures, 0 errors, 94 skips

ruby -v: ruby 3.3.0dev (2023-09-26T10:06:17Z master c2c0a083f0) [x86_64-linux]