mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
fixed bug where appending an empty vector to a vector-of-vector's had no effect
This commit is contained in:
parent
8b214862c5
commit
54877e9dec
6 changed files with 53 additions and 7 deletions
|
@ -713,6 +713,8 @@ public:
|
|||
AddToExpr(ExprPtr op1, ExprPtr op2);
|
||||
ValPtr Eval(Frame* f) const override;
|
||||
|
||||
bool IsVectorElemAppend() const { return is_vector_elem_append; }
|
||||
|
||||
// Optimization-related:
|
||||
bool IsPure() const override { return false; }
|
||||
ExprPtr Duplicate() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue