4 Oct 2002 20:49
FileSystem Review Results
William E. Kempf <williamkempf <at> hotmail.com>
2002-10-04 18:49:08 GMT
2002-10-04 18:49:08 GMT
From: "William E. Kempf" <williamkempf <at> hotmail.com> > The formal review of the FileSystem library is officially over. I'll > tabulate the votes and summarize the comments in the next day or two. > Thanks to all who reviewed the library. Sorry it's taken so long. My life is very hectic right now! I'd like to announce that the FileSystem Library has been accepted into Boost. We received several useful evaluations and obtained 7 votes, all for inclusion. Congratulations Beman! Here's a summary of the issues brought up during the review period: * Problems with the iterator implementations were pointed out and need corrected before official release. * Problems with the implementation when doing "Unicode builds" on Win32 platforms were pointed and need to be corrected before release. (Note this has to do with the Win32 API using macros to "transparently" select actual functions to be called based on whether or not Unicode is defined, and not to do with supporting Unicode file names.) * Path "joining" semantics were discussed and the syntax should be changed to "/" and "/=" (from "<<" and "<<="). * Issues with relative vs. absolute paths were discussed, and the general concensus was to add a "root" concept (overly simplified... refer to the reviews for full explanation). Moderators Note: This idea should actually make it relatively simple to add concepts such as URLs to the path concept, and is in general a very nice solution to a tricky portability issue.(Continue reading)
RSS Feed