Hi!

On Sun, 2016-04-24 at 18:49:21 +0200, Ansgar Burchardt wrote:
> Guillem Jover <guil...@debian.org> writes:
> >> Checking the code it seems the problem comes from the regexes not
> >> being anchored at the end, and me adding the more specific regexes
> >> after the more general ones. The attached patch should in principle
> >> fix that one. But there might still be other problems lurking. :)
> >> Let's see with this next iteration.
> 
> Hmm, I applied your patch, but I wonder if we should also anchor the
> expressions. Though that would be a separate change.

Yeah, actually my initial approach was to anchor them all with $, but
in the end went for the minimal patch needed. It also looked a bit
unbalanced given that re.match implicitly anchors on ^. But I can
send that patch if you think it's worthwhile. It might save from
similar mistakes in the future!

And just reuploaded and it works, thanks!

  <http://incoming.debian.org/debian-buildd/pool/main/libb/libbsd/>

Thanks,
Guillem

Reply via email to