Skip to content

Conversation

@wawanbreton
Copy link
Contributor

CURA-12495

…ove"

This reverts commit 133df63, reversing
changes made to ce71ea2.
This reverts commit 37defcd, reversing
changes made to 0225cb2.
@github-actions
Copy link

github-actions bot commented Mar 21, 2025

Test Results

1 tests  +1   1 ✅ +1   0s ⏱️ ±0s
1 suites +1   0 💤 ±0 
1 files   +1   0 ❌ ±0 

Results for commit c515836. ± Comparison against base commit bf842b4.

♻️ This comment has been updated with latest results.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ clang-tidy found issue(s) with the introduced code (1/1)

TAG_NAME##_0, \
TAG_NAME##_1

enum class Tag

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ performance-enum-size ⚠️
enum Tag uses a larger base type (int, size: 4 bytes) than necessary for its value set, consider using std::uint8_t (1 byte) as the base type to reduce its size

MB_JTP_TAG(TAG_NAME##_1, TAG_STR##_1)

NLOHMANN_JSON_SERIALIZE_ENUM(
Tag,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ misc-include-cleaner ⚠️
no header providing "dulcificum::botcmd::Tag" is directly included

move->tags.emplace_back(botcmd::Tag::Inset);
}
else if (state.feature_type == "SKIN")
{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ bugprone-branch-clone ⚠️
repeated branch body in conditional chain

@HellAholic HellAholic merged commit 4aea5f2 into main Mar 21, 2025
12 checks passed
@HellAholic HellAholic deleted the CURA-12495_revert-Method-High-Speed-printing branch March 21, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants