mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

* Variables of `string` type can now be set to an empty string * Trying to set a variable with non-`string` type to an empty value now emits an error instead of silently doing nothing * Providing an invalid identifier now emits an "unknown identifier" error instead of silently doing nothing
1 line
64 B
Text
1 line
64 B
Text
error: unknown identifier 'no_such_var' in command-line options
|