-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add voxel palette editor plugin #662
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #662 +/- ##
=======================================
Coverage 38.15% 38.15%
=======================================
Files 99 99
Lines 6576 6576
=======================================
Hits 2509 2509
Misses 4067 4067 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this 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)
|
No clang-tidy warnings found so I assume my comments were addressed
b7d181e
to
9e9d2a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this @roby2014!
By the way, we no longer use git merge
, and prefer git rebase
in order to have a linear history. You should use git rebase -i
to drop the merge commit and reword the existing misc
commit to meta
. If you need any help/have any questions ping me on discord!
There was a problem hiding this 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)
No clang-tidy warnings found so I assume my comments were addressed
442635d
to
1136433
Compare
There was a problem hiding this 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)
No clang-tidy warnings found so I assume my comments were addressed
There was a problem hiding this 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)
There was a problem hiding this 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)
No clang-tidy warnings found so I assume my comments were addressed
843773e
to
7b768c8
Compare
c182413
to
27c9057
Compare
I think first we should implement #709 since it would be useful here. |
27c9057
to
40fa299
Compare
There was a problem hiding this 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)
539dbe3
to
d6590cf
Compare
There was a problem hiding this 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)
f1bb0d1
to
24f4aa2
Compare
LGTM, ty for working on this! |
210e0f8
to
ea11ff4
Compare
19d4806
to
5d90965
Compare
No clang-tidy warnings found so I assume my comments were addressed
29f5e0e
to
34e8127
Compare
34e8127
to
da8b534
Compare
Description
tesseratos
sample.Checklist
Ensure test coverage.