Open
Description
Hello. While reviewing the test cases, I came across something that made me curious.
It seems that the error messages use both division by zero
and divide by zero
.
Is there any clear distinction in how these are used?
- https://github.com/google/cel-spec/blob/master/tests/simple/testdata/logic.textproto#L23
- https://github.com/google/cel-spec/blob/master/tests/simple/testdata/integer_math.textproto#L136
For function overloading, it seems there is a distinction between messages like no such
and no matching
.
So I was wondering if there is also some intentional differentiation in the usage of division by zero
related messages.
Metadata
Metadata
Assignees
Labels
No labels