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
In #4795 (comment), @mattnibs pointed out that the put/drop combo could be improved by replacing it with cut as shown below. However, this produces incorrect output: Notice that instead of the separate keys "192.168.5.49" and "192.168.5.53", the same key "192.168.5.53" appears twice.
Repro is with Zed commit e03665e.
Start with the successful verification example shown in #4555 (comment) that uses attached test data scan.json.gz.
In #4795 (comment), @mattnibs pointed out that the
put
/drop
combo could be improved by replacing it withcut
as shown below. However, this produces incorrect output: Notice that instead of the separate keys"192.168.5.49"
and"192.168.5.53"
, the same key"192.168.5.53"
appears twice.FWIW, I've noticed that if I run this in a loop sometimes the key
"192.168.5.49"
will show up in both spots instead.The text was updated successfully, but these errors were encountered: