Skip to content

Commit faa1997

Browse files
committed
Import ruby/yarp from a release branch
1 parent c21b2e1 commit faa1997

File tree

5 files changed

+175
-144
lines changed

5 files changed

+175
-144
lines changed

src/main/c/yarp/include/yarp/ast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ typedef struct yp_constant_path_operator_write_node {
654654
// ConstantPathWriteNode
655655
typedef struct yp_constant_path_write_node {
656656
yp_node_t base;
657-
struct yp_node *target;
657+
struct yp_constant_path_node *target;
658658
yp_location_t operator_loc;
659659
struct yp_node *value;
660660
} yp_constant_path_write_node_t;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define YP_VERSION_MAJOR 0
2-
#define YP_VERSION_MINOR 4
2+
#define YP_VERSION_MINOR 6
33
#define YP_VERSION_PATCH 0
44

5-
#define YP_VERSION "0.4.0"
5+
#define YP_VERSION "0.6.0"

0 commit comments

Comments
 (0)