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
I totally expected that Zed tooling would refuse to output primitive Zed values in Zeek TSV since as far as I know the Zeek TSV log format assumes everything must fit into a record. That said, we'd ideally not want to panic.
I happened to try the error value first, then found the simpler string value also created a panic. Since the panics look a bit different I've included both.
The text was updated successfully, but these errors were encountered:
tl;dr
Details
Repro is with Zed commit 0db1b73.
I totally expected that Zed tooling would refuse to output primitive Zed values in Zeek TSV since as far as I know the Zeek TSV log format assumes everything must fit into a record. That said, we'd ideally not want to panic.
I happened to try the
error
value first, then found the simplerstring
value also created a panic. Since the panics look a bit different I've included both.The text was updated successfully, but these errors were encountered: