Skip to content

Commit

Permalink
manyof!
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Feb 22, 2024
1 parent c783248 commit daf5613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ bazel_dep(name = "rules_proto", version = "4.0.0")
git_override(
module_name = "fildesh",
remote = "https://github.com/grencez/fildesh.git",
commit="7c1d55d3800b59ad201426aecda4f17a51ff44a4",
commit="92f1cafddaae478bb0b76c57c169e9300e99b931",
)
6 changes: 3 additions & 3 deletions test/manyof/boolexpr.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ message BooleanExpressionOneof {
oneof expression_union {
bool value = 1;
BooleanExpressionOneof not = 2;
};
}
repeated BooleanExpressionOneof and = 3;
repeated BooleanExpressionOneof or = 4;
};
}

message BooleanExpressionList {
repeated BooleanExpressionOneof expressions = 1;
};
}

0 comments on commit daf5613

Please sign in to comment.