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 SA1618 by documenting typeparams #2078

Merged
merged 3 commits into from
Apr 29, 2024
Merged

Conversation

iamdmitrij
Copy link
Contributor

@iamdmitrij iamdmitrij commented Apr 25, 2024

Pull Request

The issue or feature being addressed

#1290

Details on the issue fix or feature implementation

  • Added typeparam description to missing files
  • Disabled warning suppression
  • Fixed minor spelling mistakes

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • I have included unit tests for the issue/feature
  • I have successfully run a local build

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.69%. Comparing base (c97c364) to head (fb9510a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2078   +/-   ##
=======================================
  Coverage   83.69%   83.69%           
=======================================
  Files         312      312           
  Lines        7114     7114           
  Branches     1054     1054           
=======================================
  Hits         5954     5954           
  Misses        789      789           
  Partials      371      371           
Flag Coverage Δ
linux 83.69% <ø> (ø)

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

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

@iamdmitrij
Copy link
Contributor Author

@martincostello
there is an issue with macos-latest runners MacOS verions. Before my PR macos-latest resolved to MacOS v12:

Current runner version: '2.316.0'
Operating System
  macOS
  12.7.4
  21H1123

And since this PR it runs on MacOS v14:

Current runner version: '2.316.0'
Operating System
  macOS
  14.4.1
  23E224

when I reverted to macos-12 runner on my fork it started working (at least tests are passing): https://github.com/iamdmitrij/Polly/actions/runs/8843505291/job/24283830978

Not sure why tests on MacOS 14 are failing. Logs don't tell much, except that it fails during testing. Maybe it's related to Apple's M1 CPU architecture, but I don't have M1 to test further.

An error occurred when executing task '__RunTests'.
Completed in 00:00:59.0813715

So what should we do here?

@martincostello
Copy link
Member

Thanks for working out the version change is why it's failing.

This PR will have to wait until we can investigate and fix our CI for macOS 14.

@martincostello
Copy link
Member

If you rebase once #2079 is merged, things should work again 👍

@martincostello
Copy link
Member

If you rebase things should be fixed now.

@iamdmitrij
Copy link
Contributor Author

Thanks! My fork is synced now.

@martincostello martincostello merged commit 08d7bc4 into App-vNext:main Apr 29, 2024
15 checks passed
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.

2 participants