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

Fix bug in format check #1289

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Fix bug in format check #1289

merged 1 commit into from
Jan 25, 2022

Conversation

e10harvey
Copy link
Contributor

No description provided.

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this, these are the annoying corner cases!

git add $file
if [ -e $file ]; then
clang-format-8 -i -style=file $file
git add $file
Copy link
Member

Choose a reason for hiding this comment

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

Why do you bother with git add?

I would have just done git diff --exit-code below instead of git status

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job KokkosKernels_PullRequest_Tpls_CUDA9_GCC720_Light_Tpls_GCC720_GCC740 to start: Total Wait = 3603

  • Other jobs have been previously started - We must stop them...

@dalg24
Copy link
Member

dalg24 commented Jan 25, 2022

There is no point on running the tests on the Sandia machines for that PR

@lucbv
Copy link
Contributor

lucbv commented Jan 25, 2022

@dalg24 if you know how to override it I'm happy to do it.

@dalg24
Copy link
Member

dalg24 commented Jan 25, 2022

Try now

@lucbv lucbv merged commit bcc505d into kokkos:develop Jan 25, 2022
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.

4 participants