mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Expr: Remove vector scalar operations
These seem to have been deprecated since 2018, so do it now. Unfortunately the message didn't contain a version when it'll be removed, but it's been long enough.
This commit is contained in:
parent
12d5dca70f
commit
5ef62b2de8
12 changed files with 112 additions and 282 deletions
3
testing/btest/Baseline/language.incr-vec-expr-error/out
Normal file
3
testing/btest/Baseline/language.incr-vec-expr-error/out
Normal file
|
@ -0,0 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in <...>/incr-vec-expr-error.test, line 16: requires an integral operand (++vec)
|
||||
error in <...>/incr-vec-expr-error.test, line 17: requires an integral operand (++v$c)
|
Loading…
Add table
Add a link
Reference in a new issue