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: disable bugprone-unchecked-optional-access in .clang-tidy #1173

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

wdconinc
Copy link
Contributor

@wdconinc wdconinc commented Dec 5, 2023

Briefly, what does this PR introduce?

This may fix #1172 by disabling a problematic test. Without this change, I can reproduce the timeouts. With this change, I am not seeing the timeouts anymore.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

@wdconinc wdconinc linked an issue Dec 5, 2023 that may be closed by this pull request
@wdconinc wdconinc requested a review from veprbl December 5, 2023 14:36
Copy link
Member

@veprbl veprbl left a comment

Choose a reason for hiding this comment

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

🚢

@wdconinc wdconinc added this pull request to the merge queue Dec 5, 2023
Merged via the queue into main with commit c9afa0d Dec 5, 2023
72 checks passed
@wdconinc wdconinc deleted the 1172-clang-tidy-ci-job-consistently-times-out-at-6h branch December 5, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clang-tidy CI job consistently times out at 6h
2 participants