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

[BUG]: clang-format and vscode disagree on include statement comment alignment #721

Open
2 tasks done
dagardner-nv opened this issue Feb 18, 2023 · 0 comments
Open
2 tasks done
Assignees
Labels
bug Something isn't working

Comments

@dagardner-nv
Copy link
Contributor

dagardner-nv commented Feb 18, 2023

Version

23.03

Which installation method(s) does this occur on?

Source

Describe the bug.

Could just be me but I keep on getting CI check failures that look like:

--- morpheus/_lib/src/stages/triton_inference.cpp	(before formatting)
+++ morpheus/_lib/src/stages/triton_inference.cpp	(after formatting)
@@ -28,7 +28,7 @@
 #include "morpheus/objects/tensor_object.hpp"  // for TensorIndex, TensorObject
 #include "morpheus/objects/triton_in_out.hpp"
 #include "morpheus/utilities/matx_util.hpp"
-#include "morpheus/utilities/stage_util.hpp"   // for foreach_map
+#include "morpheus/utilities/stage_util.hpp"  // for foreach_map
 #include "morpheus/utilities/string_util.hpp"  // for MORPHEUS_CONCAT_STR
 #include "morpheus/utilities/tensor_util.hpp"  // for get_elem_count

Minimum reproducible example

Edit morpheus/_lib/src/stages/triton_inference.cpp in VScode, make a change.
Run ./ci/scripts/fixall.sh

Relevant log output

No response

Full env printout

No response

Other/Misc.

No response

Code of Conduct

  • I agree to follow Morpheus' Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@dagardner-nv dagardner-nv added the bug Something isn't working label Feb 18, 2023
@dagardner-nv dagardner-nv self-assigned this Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant