Replace tabs with spaces and remove trailing whitespaces#3895
Replace tabs with spaces and remove trailing whitespaces#3895sloriot merged 9 commits intoCGAL:masterfrom
Conversation
|
In this testsuite, there are some warnings due to indentation issues that are due to patches using spaces in files using tabs most probably, I'll fix them. |
|
I see that these errors, in the arrangement package, did not show up
yesterday.
What has changed?
____ _ ____ _
/_____/_) o /__________ __ //
(____ ( ( ( (_/ (_/-(-'_(/
_/
…On Thu, 2 May 2019 at 09:05, Sebastien Loriot ***@***.***> wrote:
in this testsuite
<https://cgal.geometryfactory.com/CGAL/testsuite/results-5.0-Ic-27.shtml>,
there are some warnings due to indentation issues that are due to patches
using spaces in files using tabs most probably, I'll fix them.
I'm a bit worried about the red line in the arrangement testsuite and the
red column about missing boost headers (probably not related to this
branch).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3895 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABVBNODRVOKAQSTTPPBBCUDPTKAA3ANCNFSM4HJUC7LQ>
.
|
|
@efifogel only tabs -> 2spaces and removing trailing whitespaces. |
|
On most platforms I see that 2 tests failed, namely, test_overlay and
test_overlay geodesic_arcs_on_sphere. (the former tests overlay of
arrangements induced by segments).
It seems that they failed because the execution exceeded the time limit.
I cannot reproduce on Ubuntu 16.04.6 LTS, gcc 5.4.0.
Can someone reproduce it?
____ _ ____ _
/_____/_) o /__________ __ //
(____ ( ( ( (_/ (_/-(-'_(/
_/
…On Thu, 2 May 2019 at 09:34, Sebastien Loriot ***@***.***> wrote:
@efifogel <https://github.com/efifogel> only tabs -> 2spaces and removing
trailing whitespaces.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3895 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABVBNODAK3FBZRYEZJBVUH3PTKDQVANCNFSM4HJUC7LQ>
.
|
|
Too many conflicts approximately everywhere. I won't test it in integration tonight. Probably not before most of the PRs are integrated, to limit conflicts as much as possible. |
|
With the git-merge options |
|
@lrineau I fixed the inconstant indentation issues in flies that were mixing spaces and tabs while restricting the changes to whitespace only. |
d0d01c3 to
56ef58b
Compare
|
@lrineau new version |
|
Lots of conflicts |
56ef58b to
f677c95
Compare
whitespace+tab removal, merged with option -Xignore-all-space
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
whitespace+tab removal, merged with option -Xignore-space-change
|
Successfully tested in https://cgal.geometryfactory.com/CGAL/testsuite/results-5.1-Ic-108.shtml |
right after the merge of the 5.0 release branch + manual fix of the files (indentation was changed in the meantime): * Spatial_sorting/include/CGAL/Multiscale_sort.h * Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
f677c95 to
8bb22d5
Compare
|
Includes updates of releases branches, diff with the branch before the push-force is empty. |
No description provided.