Code cleaning - #4359
Open
wschadow wants to merge 13 commits into
Open
Conversation
…t if there's none. supermerill/SuperSlicer/issues#778
Owner
|
I'm okay with removing warnings. |
supermerill
reviewed
Jul 9, 2024
supermerill
left a comment
Owner
There was a problem hiding this comment.
too many changes that will makes merging harder. Please ask that in prusaslicer first.
Author
|
ok, I understand the issue when merging from Prusa. I'll prepare a cleaner pull request for the elimination of warnings. |
|
I work on the OrcaSlicer project and I would LOVE to do this to Orca as well. Biggest issue is merging between the projects. Maybe we can get all of the Slic3r projects to agree on a clang-format standard and we could format all of the projects? In a perfect world :) |
supermerill
force-pushed
the
nightly_dev
branch
4 times, most recently
from
August 4, 2024 17:14
5e0f604 to
787415d
Compare
supermerill
force-pushed
the
nightly_dev
branch
from
September 30, 2024 07:40
787415d to
5dc2ae8
Compare
supermerill
force-pushed
the
nightly_dev
branch
7 times, most recently
from
October 15, 2024 09:53
6919ee2 to
97361d8
Compare
supermerill
force-pushed
the
nightly_dev
branch
5 times, most recently
from
February 16, 2025 13:01
3502a2d to
d0d86fb
Compare
supermerill
force-pushed
the
nightly_dev
branch
from
March 14, 2025 23:42
c8bc91f to
197b958
Compare
supermerill
force-pushed
the
nightly_dev
branch
3 times, most recently
from
March 28, 2025 10:09
9666afb to
d2805c5
Compare
supermerill
force-pushed
the
nightly_dev
branch
4 times, most recently
from
April 6, 2025 20:39
83945d3 to
6a38e57
Compare
supermerill
force-pushed
the
nightly_dev
branch
from
April 21, 2025 08:02
6a38e57 to
2edd82f
Compare
supermerill
force-pushed
the
nightly_dev
branch
4 times, most recently
from
May 12, 2025 13:23
d7411c5 to
6464dc0
Compare
supermerill
force-pushed
the
nightly_dev
branch
2 times, most recently
from
July 16, 2025 20:20
3dbdd38 to
df104cd
Compare
supermerill
force-pushed
the
nightly_dev
branch
from
August 20, 2025 15:07
6f66612 to
beaa1bf
Compare
supermerill
force-pushed
the
nightly_dev
branch
from
October 14, 2025 10:06
eeaa4ad to
7f41751
Compare
supermerill
force-pushed
the
nightly_dev
branch
5 times, most recently
from
November 27, 2025 12:33
fe5af4c to
e5004df
Compare
supermerill
force-pushed
the
nightly_dev
branch
from
February 4, 2026 16:22
e5004df to
13740ea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These commits eliminate a lot of warnings while compiling (unused variables and functions, indenation, improper types). Inaddition there is one commit that does some cosmetics: remove trailing blanks and replaces tabs with 4 spaces.