[boost] Re: [test, others..] EOLs and such.
by Rene Rivera other posts by this author
Jan 18 2005 9:40AM messages near this date
[boost] Re: [test, others..] EOLs and such.
|
RE: [boost] [Gauge for interest] Minimal perfect hashfunctiongenerator
SOURCE Gennadiy Rozental wrote:
> "Rene Rivera" <grafik.list@[...].com> wrote in message
> news:41ED3B7D.4080006@[...]..
>
> >I was looking at Boost.Test.. did an update.. and noticed the EOLs got
> >messed up recently. So I ran the inspection tools and it found a variety
> >of errors:
> >
> >http://www.boost.org/regression-logs/inspection_report.html
>
> >libs/test/example/.cvsignore: nonportable path
>
> So?
Good question ;-)
> >libs/test/example/unit_test_example3.cpp: invalid (cr only) line-ending
>
> 'cr only' is UNIX format, is it?
UNIX format is LF only. Mac, Amiga, some others are CR only. DOS is CR-LF.
In this case since I ran the tests on a Windows machine it's reacting to
EOLs that CVS has translated into: CR-CR-LF. So it sees the first CR as
invalid (cr only).
--
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Gennadiy Rozental
Rene Rivera
|