#6196 closed Bugs (fixed)
file name weighted_p_square_cumulative_distribution.hpp is too long for ODS-2 (OpenVms)
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | To Be Determined | Component: | accumulator |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The name of the file weighted_p_square_cumulative_distribution.hpp in boost\accumulators\statistics is too long for the standard OpenVms file system ODS-2. This file system allows only 39 characters for the filename (and another 39 for the extension).
Change History (3)
comment:1 by , 11 years ago
Status: | new → assigned |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merged to release in [77589]
comment:3 by , 11 years ago
FYI, I'm starting a discussion on the boost list about whether we want to continue supporting filesystems with limited filename length restrictions. If you want to advocate for ODS-2, you should chime in.
Note:
See TracTickets
for help on using tickets.
This is also in violation of Boost's own guidelines, which requires file names to be no longer than 31 characters long. This has been fixed on trunk and will be merged to release as soon as the tests have a chance to cycle. Thanks.