bug#28417: ptx does not terminate when matching a zero length sentence regex

2017-09-14 Thread Bernhard Voelker
On 09/14/2017 02:16 AM, Pádraig Brady wrote: > +1 thanks for the review, pushed. Have a nice day, Berny

bug#28417: ptx does not terminate when matching a zero length sentence regex

2017-09-13 Thread Pádraig Brady
On 13/09/17 14:40, Bernhard Voelker wrote: > On 09/11/2017 05:04 PM, Julian Büning wrote: >> observed behavior: >> >> $ echo | ptx -S $ & >> [1] 1000 >> $ jobs >> [1]+ Running echo | ptx -S $ & >> >> expected behavior: >> >> $ echo | ptx -S $ & >> [1] 1000 >> [1]+ Done

bug#28417: ptx does not terminate when matching a zero length sentence regex

2017-09-13 Thread Bernhard Voelker
On 09/11/2017 05:04 PM, Julian Büning wrote: > observed behavior: > > $ echo | ptx -S $ & > [1] 1000 > $ jobs > [1]+ Running echo | ptx -S $ & > > expected behavior: > > $ echo | ptx -S $ & > [1] 1000 > [1]+ Doneecho | ptx -S $ > > ptx does not terminate

bug#28417: ptx does not terminate when matching a zero length sentence regex

2017-09-11 Thread Julian Büning
observed behavior: $ echo | ptx -S $ & [1] 1000 $ jobs [1]+ Running echo | ptx -S $ & expected behavior: $ echo | ptx -S $ & [1] 1000 [1]+ Doneecho | ptx -S $ ptx does not terminate in case the specified sentence regex can be matched but has a match of