Bug 2571

Summary: IDL compiler doesn't replace \\ with \ for all filenames
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: IDL CompilerAssignee: DOC Center Support List (internal) <tao-support>
Status: ASSIGNED ---    
Severity: normal    
Priority: P3    
Version: 1.5.1   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 2569    

Description Johnny Willemsen 2006-06-29 03:39:01 CDT
On some places the IDL compiler does already replace \\ with \ for windows
filenames when comparing filenames, but it doesn't do in all places which lead
to incorrect results. The IDL compiler should replace \\ with \ for all
filenames which it internally compares.
Comment 1 Johnny Willemsen 2006-06-29 03:39:19 CDT
added blocks
Comment 2 Jeff Parsons 2006-07-07 15:09:07 CDT
It will be almost impossible to find all the places where the IDL compiler is 
comparing filenames just by looking through the code. If there is a specific 
incorrect result that this bug produces, it could be tracked down very quickly.
Comment 3 Jeff Parsons 2006-07-15 13:31:05 CDT
Accepted, but my request in the previous comment still stands.