[Insight-developers] no category in kitware mantis for KWSYS?

Luis Ibanez luis.ibanez at kitware.com
Tue Nov 23 10:58:06 EST 2010


Hi Kent,

We have not defined Categories yet
for the new installation of MANTIS.

We should have a discussion about
what we want to use for categories.

In the meantime, any KWSYS bug,
should be assigned to Bill Hoffman
or Brad King.

   Thanks


         Luis


------------------------------
On Tue, Nov 23, 2010 at 10:53 AM, kent williams <norman-k-williams at uiowa.edu
> wrote:

> I was looking through SystemTools.cxx and think I may have found a bug in
> SystemTools::FileIsFullPath affecting Windows specifically.  But when I
> look
> in Mantis there's no KWSys category.
>
> Specifically: here is the test for Windows:
>
>  if(name.length() < 2)
>    {
>    return false;
>    }
>  if(name[1] == ':')
>    {
>    return true;
>    }
>  if(name[0] == '\\')
>    {
>    return true;
>    }
>
> This doesn't handle a 4th possibility -- if you give a drive letter NOT
> followed by a backslash (or a forward slash, actually) what you've
> specified
> is a relative path on the specified drive.
>
> Windows actually tracks a current working directory per logical drive. And
> by 'logical drive' I mean anything that Windows shows as having a drive
> letter, which covers several possibilities.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20101123/730eae61/attachment.htm>


More information about the Insight-developers mailing list