| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 5937d01..1cc7009 master -> origin/master |
| "make after-update -j4" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make miniruby -j4" exit with 512. |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:1437:10: error: field designator 'operator' does not refer to any field in type 'yp_call_operator_write_node_t' (aka 'struct yp_call_operator_write_node') |
| .operator = yp_parser_constant_id_location(parser, operator->start, operator->end - 1) |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:2978:10: error: field designator 'name' does not refer to any field in type 'yp_local_variable_and_write_node_t' (aka 'struct yp_local_variable_and_write_node') |
| .name = name, |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:3001:10: error: field designator 'name' does not refer to any field in type 'yp_local_variable_operator_write_node_t' (aka 'struct yp_local_variable_operator_write_node') |
| .name = name, |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:3002:10: error: field designator 'operator' does not refer to any field in type 'yp_local_variable_operator_write_node_t' (aka 'struct yp_local_variable_operator_write_node') |
| .operator = yp_parser_constant_id_location(parser, operator->start, operator->end - 1), |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:3027:10: error: field designator 'name' does not refer to any field in type 'yp_local_variable_or_write_node_t' (aka 'struct yp_local_variable_or_write_node') |
| .name = name, |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:3044:10: error: field designator 'name' does not refer to any field in type 'yp_local_variable_read_node_t' (aka 'struct yp_local_variable_read_node') |
| .name = yp_parser_constant_id_token(parser, name), |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:3064:10: error: field designator 'name' does not refer to any field in type 'yp_local_variable_write_node_t' (aka 'struct yp_local_variable_write_node') |
| .name = name, |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:3084:10: error: field designator 'name' does not refer to any field in type 'yp_local_variable_target_node_t' (aka 'struct yp_local_variable_target_node') |
| .name = yp_parser_constant_id_token(parser, name), |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:3282:10: error: field designator 'name' does not refer to any field in type 'yp_optional_parameter_node_t' (aka 'struct yp_optional_parameter_node') |
| .name = yp_parser_constant_id_token(parser, name), |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:3633:10: error: field designator 'name' does not refer to any field in type 'yp_required_parameter_node_t' (aka 'struct yp_required_parameter_node') |
| .name = yp_parser_constant_id_token(parser, token) |
| ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:7990:56: error: no member named 'name' in 'struct yp_local_variable_read_node' |
| yp_constant_id_t constant_id = local_read->name; |
| ~~~~~~~~~~ ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:12796:130: error: no member named 'name' in 'struct yp_local_variable_read_node' |
| yp_node_t *result = (yp_node_t *) yp_local_variable_and_write_node_create(parser, node, &token, value, cast->name, cast->depth); |
| ~~~~ ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:12897:129: error: no member named 'name' in 'struct yp_local_variable_read_node' |
| yp_node_t *result = (yp_node_t *) yp_local_variable_or_write_node_create(parser, node, &token, value, cast->name, cast->depth); |
| ~~~~ ^ |
| /tmp/ruby/src/trunk_clang_14/yarp/yarp.c:13008:135: error: no member named 'name' in 'struct yp_local_variable_read_node' |
| yp_node_t *result = (yp_node_t *) yp_local_variable_operator_write_node_create(parser, node, &token, value, cast->name, cast->depth); |
| ~~~~ ^ |
| 14 errors generated. |
| make: *** [Makefile:441: yarp/yarp.o] Error 1 |
| make: *** Waiting for unfinished jobs.... |