#36: Harmless test errors on Win32Vista
-------------------------+--------------------------------------------------
 Reporter:  whiteknight  |        Owner:  rblasch 
     Type:  bug          |       Status:  assigned
 Priority:  normal       |    Milestone:  0.8.2   
Component:  core         |      Version:          
 Severity:  low          |   Resolution:          
 Keywords:               |         Lang:          
    Patch:               |     Platform:          
-------------------------+--------------------------------------------------
Changes (by rblasch):

  * owner:  => rblasch
  * platform:  win32 =>
  * status:  new => assigned

Comment:

 Both issues are not Vista specific.  The first one is because Configure
 uses !GetShortPathName to get the 8.3 path, without spaces, if the alias
 is available.  That's where the docume~1 comes from.  This issue should be
 fixed.  Note that !GetShortPathName tries to return the short name, but
 will return the long if no shorter version is available.

 In the second issue, I think the code tries to reuse the file while it's
 in use.  Specifically, OS.rm can't remove the file and responds with a
 permission denied.  I don't think there's anything that can be done about
 this on Windows filesystems (NTFS, FAT and variants).

 Ron

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/36#comment:2>
Parrot <http://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to