今日の ruby build 2023-11-10
今日のビルド
068bf59b336e299d42c399f72557e054b714a406 までを 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 ( 82 undocumented) Constants: 2458 ( 788 undocumented) Attributes: 1486 ( 258 undocumented) Methods: 12644 (2510 undocumented) Total: 18092 (3955 undocumented) 78.14% documented Elapsed: 32.5s
今日のテスト
make test-all
を実行。
Finished tests in 620.589336s, 42.4999 tests/s, 10071.5266 assertions/s. 26375 tests, 6250282 assertions, 0 failures, 0 errors, 87 skips ruby -v: ruby 3.3.0dev (2023-11-10T12:30:53Z master 068bf59b33) [x86_64-linux]
今日のビルド(Universal Parser 有効化)
068bf59b336e299d42c399f72557e054b714a406 までを 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 ( 82 undocumented) Constants: 2458 ( 788 undocumented) Attributes: 1486 ( 258 undocumented) Methods: 12644 (2510 undocumented) Total: 18092 (3955 undocumented) 78.14% documented Elapsed: 36.9s
今日のテスト(Universal Parser 有効化)
make test-all
を実行。
Finished tests in 662.262084s, 39.8256 tests/s, 9443.0682 assertions/s. 26375 tests, 6253786 assertions, 0 failures, 0 errors, 85 skips ruby -v: ruby 3.3.0dev (2023-11-10T12:30:53Z master 068bf59b33) [x86_64-linux]
今日のビルド(YJIT 有効化)
068bf59b336e299d42c399f72557e054b714a406 までを 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 630.137776s, 41.8559 tests/s, 9923.7726 assertions/s. 26375 tests, 6253344 assertions, 0 failures, 0 errors, 86 skips ruby -v: ruby 3.3.0dev (2023-11-10T12:30:53Z master 068bf59b33) [x86_64-linux]
今日のビルド(RJIT 有効化)
068bf59b336e299d42c399f72557e054b714a406 までを 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 661.358458s, 39.8800 tests/s, 9460.5352 assertions/s. 26375 tests, 6256805 assertions, 0 failures, 0 errors, 86 skips ruby -v: ruby 3.3.0dev (2023-11-10T12:30:53Z master 068bf59b33) [x86_64-linux]