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
The actual issue is a Spicy issue when one uses a function name in a place where an expression was expected and reproduces with the following pure Spicy code:
6.1.0-rc1
module testme;
import zeek;
public type junk = unit {
fire : /foo .*/;
on fire {
local k:string = zeek::is_orig ? "a" : "b";
}
};
It should be is_orig(), generates:
The text was updated successfully, but these errors were encountered: