Bug#589860: Ignore does not ignore directories

2010-07-22 Thread Mats Rynge
On Thu, 22 Jul 2010 23:28:54 +0200 Martin Oberzalek wrote: > Hi, > > I've fixed the bug and released a new Version. (1.0.0) > Thanks Martin! I will prepare 1.0.0 and do an upload in the next week or so. -- Mats Rynge -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#589860: Ignore does not ignore directories

2010-07-22 Thread Martin Oberzalek
Hi, I've fixed the bug and released a new Version. (1.0.0) The attached patch should fix the problem in the 0.5.1 version to even if parts of it will be rejected. But as I had a look on the source code. The ignore feature wasn't implemented at all in this version. So I would say it's a bug in

Bug#589860: Ignore does not ignore directories

2010-07-21 Thread Martin Oberzalek
Hi. Yes, it's a bug, but not at the position marked by you below. Directories have to be ignored somewhere else in the code... I'll fix it during the next days. and will post a patch. Thanks, for reporting this bug. Martin Am Mittwoch, 21. Juli 2010 20:13:19 schrieb Anthony DeRobertis: > Pack

Bug#589860: Ignore does not ignore directories

2010-07-21 Thread Anthony DeRobertis
Package: xstow Version: 0.5.1-6 Severity: normal --help says -i should ignore files and directories. However, it seems to only work on files, and the source code seems to agree... if( nn->getType() == FILE ) // <--- doesn't that mean files only? { if( match_ignore( nn->fil