mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Script optimization maintenance and updates:
maintenance fixes for variadic run-time checks, '_' placeholder identifier "-O allow-cond" permits compiling scripts to C++ when influenced by @if conditionals more robust standalone compile-to-C++ properties fix for nested "when" statements test suite updates
This commit is contained in:
parent
bc0284aefa
commit
ee0a6f6835
40 changed files with 257 additions and 158 deletions
|
@ -2,13 +2,13 @@
|
|||
Reporter::Hook - Exercise Reporter Hook (dynamic, version 1.0.0)
|
||||
Implements Reporter (priority 0)
|
||||
|
||||
| Hook Some Info <...>/main.zeek, lines 517-518
|
||||
| Hook error An Error <...>/main.zeek, lines 517-518
|
||||
| Hook error An Error that does not show up in the log <...>/main.zeek, lines 517-518
|
||||
| Hook Some Info
|
||||
| Hook error An Error
|
||||
| Hook error An Error that does not show up in the log
|
||||
| Hook runtime error in compiled code field value missing
|
||||
| Hook warning A warning <...>/main.zeek, lines 517-518
|
||||
<...>/main.zeek, lines 517-518: Some Info
|
||||
error in <...>/main.zeek, lines 517-518: An Error
|
||||
error in <...>/main.zeek, lines 517-518: An Error that does not show up in the log
|
||||
| Hook warning A warning
|
||||
Some Info
|
||||
error: An Error
|
||||
error: An Error that does not show up in the log
|
||||
runtime error in compiled code: field value missing
|
||||
warning in <...>/main.zeek, lines 517-518: A warning
|
||||
warning: A warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue