Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#6196 closed Bugs (fixed)

file name weighted_p_square_cumulative_distribution.hpp is too long for ODS-2 (OpenVms)

Reported by: cmatuszewski <c.matuszewski@…> 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 Eric Niebler, 11 years ago

Status: newassigned

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.

comment:2 by Eric Niebler, 11 years ago

Resolution: fixed
Status: assignedclosed

Merged to release in [77589]

comment:3 by Eric Niebler, 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.