mafredri / zsh-async

Because your terminal should be able to perform tasks asynchronously without external tools!
MIT License
766 stars 34 forks source link

Make combined jobs (sleep 1; echo hello) work again #9

Closed neoascetic closed 7 years ago

neoascetic commented 7 years ago

Maybe you also consider test messages improving? Because currently, it isn't easy to understand if everything is OK or something is broken. I guess the Unix-way (do not bother user if all is fine) would work.

Thank you for your (async) job!

mafredri commented 7 years ago

Hi @neoascetic, looks like this was an unfortunate regression in df61b12491e37a02647431438850a37ec7f63b4f and as far as I can tell, there was no basis for the change.

I appreciate you throwing in a test there as well!

Maybe you also consider test messages improving?

The tests have unfortunately not received much love. I'll try to think of a way to improve them!

Big thanks for the PR! 😄