Timings of multiple commands does not work
Discord username (optional)
No response
Describe the bug
Multiple commands being flushed to buffer only shows the timings of the first one executed.
To Reproduce
Paste this directly in your command line of warp
sleep 2
sleep 5
Expected behaviour
Not this:
I expect to see 2 seconds and 5 seconds roughly timing both commands being fired.
Screenshots
Operating System
MacOS
OS Version
12.4
Shell Version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin21) Copyright (C) 2007 Free Software Foundation, Inc.
Warp Version
v0.2022.07.18.09.06.stable_01
Additional context
No response
Does this block you from using Warp daily?
No
Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e
No response
Thanks for reporting and including the repro instructions!
@davidrenne thanks for reporting. Are you running these commands one after the other? Or are you typing in sleep 5<return> while sleep 2 is running?
You just paste them in with one line ending after each command, so it does run them in sequence but fails to time the second one.
You just paste them in with one line ending after each command
In Warp's multiline editor, this would mean that the commands actually run as a unit and the final timing produced is the accumulated time of each command in the unit.
I'm having a bit of trouble reproducing your example without typing in sleep 5<return> while sleep 2 is running. Would you be okay with posting a video of this occurring?