Commit b3bf39a
committed
Remove size(bytes) override: built-in already returns int64
The C++ CEL runtime's size(bytes) returns int64, not uint64, so
"this.size() == 4" works with the built-in _==_(int64, int64).
Adding a size(bytes)->int64 overload caused an overload signature
collision with the existing bytes_size built-in.1 parent b45f69c commit b3bf39a
1 file changed
+0
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1778 | 1778 | | |
1779 | 1779 | | |
1780 | 1780 | | |
1781 | | - | |
1782 | | - | |
1783 | | - | |
1784 | | - | |
1785 | | - | |
1786 | | - | |
1787 | | - | |
1788 | | - | |
1789 | | - | |
1790 | | - | |
1791 | | - | |
1792 | | - | |
1793 | | - | |
1794 | | - | |
1795 | | - | |
1796 | | - | |
1797 | | - | |
1798 | | - | |
1799 | 1781 | | |
1800 | 1782 | | |
1801 | 1783 | | |
| |||
0 commit comments