Subject: [Boost-bugs] [Boost C++ Libraries] #13341: Inconsistent line endings in 911 files in Boost 1.65.1 tar package
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-12-14 10:35:17
#13341: Inconsistent line endings in 911 files in Boost 1.65.1 tar package
-------------------------------+---------------------
Reporter: villek@⦠| Owner: (none)
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.65.0 | Severity: Problem
Keywords: crlf line endings |
-------------------------------+---------------------
Try this:
1. Download boost_1_65_1.tar.bz2.
2. Extract it on a Linux system.
3. Find files that have CRLF line endings:
find -type f | xargs file | grep CRLF > ../boost_1_65_1_tar_CRLF.txt
There are 911 such files (list attached), with some files having a mixture
of CRLF and LF line endings. This probably isn't a big problem in most
cases, but it does create difficulties when you do a CVS import of Boost
into a vendor branch.
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13341> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-12-14 10:42:06 UTC