Skip to content
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

Improve clang-format #1912

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Meakk
Copy link
Member

@Meakk Meakk commented Jan 12, 2025

  • Added missing folders
  • Upgrade to version 18
  • Made related changes

@Meakk Meakk self-assigned this Jan 12, 2025
Copy link

You are modifying libf3d public API! ⚠️Please update bindings accordingly⚠️!
You can find them in their respective directories: python, java, webassembly.

@Meakk Meakk requested a review from mwestphal January 12, 2025 16:58
Copy link

codecov bot commented Jan 12, 2025

Codecov Report

Attention: Patch coverage is 77.87611% with 25 lines in your changes missing coverage. Please review.

Project coverage is 95.59%. Comparing base (b134d54) to head (a94fe74).

Files with missing lines Patch % Lines
vtkext/private/module/vtkF3DUIActor.h 0.00% 20 Missing ⚠️
...t/private/module/vtkF3DInteractorEventRecorder.cxx 70.00% 3 Missing ⚠️
vtkext/private/module/vtkF3DUIObserver.h 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1912      +/-   ##
==========================================
- Coverage   95.69%   95.59%   -0.11%     
==========================================
  Files         125      125              
  Lines        9997    10013      +16     
==========================================
+ Hits         9567     9572       +5     
- Misses        430      441      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Meakk Meakk mentioned this pull request Jan 12, 2025
@Meakk Meakk force-pushed the improve-clang-format branch from 6295157 to 7b42691 Compare January 12, 2025 21:01
@Meakk Meakk force-pushed the improve-clang-format branch from 7b42691 to a94fe74 Compare January 12, 2025 21:04
* No input checking on camIndex
* Please note `void SetCamera(vtkIdType camIndex);` is not reimplemented nor used.
* Implement vtkImporter camera API by adding cameras for each individual importers one after the
* other No input checking on camIndex Please note `void SetCamera(vtkIdType camIndex);` is not
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* other No input checking on camIndex Please note `void SetCamera(vtkIdType camIndex);` is not
* other No input checking on camIndex. Please note `void SetCamera(vtkIdType camIndex);` is not

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.

2 participants