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

Detect .h as C by default #183

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Detect .h as C by default #183

merged 1 commit into from
Sep 15, 2023

Conversation

spenserblack
Copy link
Owner

@spenserblack spenserblack commented Sep 15, 2023

C and C++ conflict over the .h file extension. This makes gengo
choose C when it can't decide if a .h file is C or C++.

Related: #65

`C` and `C++` conflict over the `.h` file extension. This makes gengo
choose C when it can't decide if a `.h` file is C or C++.
@spenserblack spenserblack enabled auto-merge (squash) September 15, 2023 17:44
@spenserblack spenserblack changed the title Bump priority of C language Detect .h as C by default Sep 15, 2023
@spenserblack
Copy link
Owner Author

@o2sh Are these automated review requests annoying? Feel free to remove yourself from CODEOWNERS if so.

@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #183 (9d8737f) into main (af7668f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #183   +/-   ##
=======================================
  Coverage   85.45%   85.45%           
=======================================
  Files          14       14           
  Lines         543      543           
=======================================
  Hits          464      464           
  Misses         79       79           
Flag Coverage Δ
85.45% <ø> (ø)
macOS-latest 85.39% <ø> (ø)
ubuntu-latest 81.97% <ø> (ø)
windows-latest 79.48% <ø> (-0.37%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@spenserblack spenserblack merged commit 3a65c59 into main Sep 15, 2023
11 checks passed
@spenserblack spenserblack deleted the language/c/priority branch September 15, 2023 17:55
@spenserblack spenserblack added the semver-patch This pull request bumps the patch version label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch This pull request bumps the patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant