Bug 2571 - IDL compiler doesn't replace \\ with \ for all filenames
Summary: IDL compiler doesn't replace \\ with \ for all filenames
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: IDL Compiler (show other bugs)
Version: 1.5.1
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks: 2569
  Show dependency tree
 
Reported: 2006-06-29 03:39 CDT by Johnny Willemsen
Modified: 2018-01-15 11:21 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.