| "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 |
| 3dff315..7955873 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_13/yarp/yarp.c:453:24: error: no member named 'body' in 'struct yp_parentheses_node' |
| if ((cast->body != NULL) && YP_NODE_TYPE_P(cast->body, YP_NODE_STATEMENTS_NODE)) { |
| ~~~~ ^ |
| /tmp/ruby/src/trunk_clang_13/yarp/yarp.c:453:62: error: no member named 'body' in 'struct yp_parentheses_node' |
| if ((cast->body != NULL) && YP_NODE_TYPE_P(cast->body, YP_NODE_STATEMENTS_NODE)) { |
| ~~~~ ^ |
| /tmp/ruby/src/trunk_clang_13/yarp/ast.h:341:50: note: expanded from macro 'YP_NODE_TYPE_P' |
| #define YP_NODE_TYPE_P(node, type) (YP_NODE_TYPE(node) == (type)) |
| ^~~~ |
| /tmp/ruby/src/trunk_clang_13/yarp/ast.h:340:48: note: expanded from macro 'YP_NODE_TYPE' |
| #define YP_NODE_TYPE(node) ((enum yp_node_type)node->type) |
| ^~~~ |
| /tmp/ruby/src/trunk_clang_13/yarp/yarp.c:454:83: error: no member named 'body' in 'struct yp_parentheses_node' |
| yp_statements_node_t *statements = (yp_statements_node_t *) cast->body; |
| ~~~~ ^ |
| /tmp/ruby/src/trunk_clang_13/yarp/yarp.c:1031:10: error: field designator 'body' does not refer to any field in type 'yp_block_node_t' (aka 'struct yp_block_node') |
| .body = body, |
| ^ |
| /tmp/ruby/src/trunk_clang_13/yarp/yarp.c:1502:10: error: field designator 'body' does not refer to any field in type 'yp_class_node_t' (aka 'struct yp_class_node') |
| .body = body, |
| ^ |
| /tmp/ruby/src/trunk_clang_13/yarp/yarp.c:1645:10: error: field designator 'body' does not refer to any field in type 'yp_def_node_t' (aka 'struct yp_def_node') |
| .body = body, |
| ^ |
| /tmp/ruby/src/trunk_clang_13/yarp/yarp.c:2572:10: error: field designator 'body' does not refer to any field in type 'yp_lambda_node_t' (aka 'struct yp_lambda_node') |
| .body = body |
| ^ |
| /tmp/ruby/src/trunk_clang_13/yarp/yarp.c:2696:10: error: field designator 'body' does not refer to any field in type 'yp_module_node_t' (aka 'struct yp_module_node') |
| .body = body, |
| ^ |
| /tmp/ruby/src/trunk_clang_13/yarp/yarp.c:3020:10: error: field designator 'body' does not refer to any field in type 'yp_parentheses_node_t' (aka 'struct yp_parentheses_node') |
| .body = body, |
| ^ |
| /tmp/ruby/src/trunk_clang_13/yarp/yarp.c:3381:10: error: field designator 'body' does not refer to any field in type 'yp_singleton_class_node_t' (aka 'struct yp_singleton_class_node') |
| .body = body, |
| ^ |
| 10 errors generated. |
| make: *** [Makefile:443: yarp/yarp.o] Error 1 |
| make: *** Waiting for unfinished jobs.... |