Re: [PATCH] fix division by zero with halt_pct and nothing to do

2018-12-29 Thread Ole Tange
On Thu, Dec 20, 2018 at 10:14 PM Ævar Arnfjörð Bjarmason wrote: > > Before this we'd encounter this bug: > > $ src/parallel --nn --halt-on-error soon,fail=100% 'echo {}' ::: $() > Illegal division by zero at src/parallel line 217. > 10 Thanks. Fixed in [036319dc0]. /Ole

Re: [Bug/Regression] --quote sometimes produces a trailing empty argument

2018-12-29 Thread Ole Tange
On Thu, Dec 13, 2018 at 8:33 PM Achim Gratz wrote: > > I've updated parallel from 20180222 to 20181122 last week at work and > today I ran into a prblem that I could trace to an invocation of sem > with --quote that would add a trailing empty argument to the command. > The command in this particul