You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
builtin-func.y has a couple of TODOs that have been around for a long time. For example, the type rule has this comment:
// TODO: Migrate all other compound types to this rule. Once the BiF language
// can parse all regular Zeek types, we can throw out the unnecessary
// boilerplate typedefs for addr_set, string_set, etc.
For example, this means that a BiF can return a type alias that's a vector of foo, but the function cannot itself return vector of foo.
The text was updated successfully, but these errors were encountered:
builtin-func.y
has a couple of TODOs that have been around for a long time. For example, thetype
rule has this comment:For example, this means that a BiF can return a type alias that's a
vector of foo
, but the function cannot itself returnvector of foo
.The text was updated successfully, but these errors were encountered: