mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
fixed lambda hash collision bug due to function descriptions lacking full parameter information
This commit is contained in:
parent
adf3648554
commit
c0ffaabe2e
2 changed files with 3 additions and 1 deletions
|
@ -4368,7 +4368,7 @@ ValPtr LambdaExpr::Eval(Frame* f) const {
|
|||
}
|
||||
|
||||
void LambdaExpr::ExprDescribe(ODesc* d) const {
|
||||
d->Add(expr_name(Tag()));
|
||||
type->Describe(d);
|
||||
|
||||
if ( captures && d->IsReadable() ) {
|
||||
d->Add("[");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue