zeek/testing/btest/Baseline/language.expire-func-undef
Robin Sommer 4f9cb6912a Fix for a table refering to a expire function that's not defined.
I was hoping to report this right at startup through a static check
but turns out we don't have the right machinery in place for that.
That would need to be done after the AST has been finalized, but our
AST traversal code can't iterate over types. So instead I've changed
this so that it's still being reported at runtime but at least
doesn't crash Bro anymore.

Closes BIT-1597.
2016-05-23 12:48:34 -07:00
..
output Fix for a table refering to a expire function that's not defined. 2016-05-23 12:48:34 -07:00