虚無庵

徒然なるままに

今日の ruby build 2023-08-28

今日のビルド

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

  Files:       1023

  Classes:     1206 ( 281 undocumented)
  Modules:      233 (  84 undocumented)
  Constants:   1457 ( 719 undocumented)
  Attributes:  1387 ( 278 undocumented)
  Methods:    11196 (2304 undocumented)

  Total:      15479 (3666 undocumented)
   76.32% documented

  Elapsed: 45.5s

今日のテスト

PASS all 1852 tests

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

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

compiling ../vm_dump.c
../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:621:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  621 |     config->str_catf        = rb_str_catf;
      |                             ^
../ruby_parser.c:639:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  639 |     config->str_vcatf       = rb_str_vcatf;
      |                             ^
../ruby_parser.c:641:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  641 |     config->rb_sprintf      = rb_sprintf;
      |                             ^
../ruby_parser.c:728:19: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  728 |     config->raise = rb_raise;
      |                   ^
../ruby_parser.c:750:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  750 |     config->compile_warn    = rb_compile_warn;
      |                             ^
../ruby_parser.c:751:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  751 |     config->compile_warning = rb_compile_warning;
      |                             ^
../ruby_parser.c:752:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  752 |     config->bug             = rb_bug;
      |                             ^
../ruby_parser.c:753:29: warning: assignment left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  753 |     config->fatal           = rb_fatal;
      |                             ^
  Files:       1020

  Classes:     1206 ( 281 undocumented)
  Modules:      233 (  84 undocumented)
  Constants:   1457 ( 719 undocumented)
  Attributes:  1387 ( 278 undocumented)
  Methods:    11196 (2304 undocumented)

  Total:      15479 (3666 undocumented)
   76.32% documented

  Elapsed: 31.2s

Universal Parser を有効化にすると Files の数は変わってくるんだな。

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

PASS all 1852 tests