-
Notifications
You must be signed in to change notification settings - Fork 1
Merge upstream #8
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
Conversation
Under Go 1.17+ the lines of the debug stack aren't guaranteed to contain a period, notability a line can just read "panic". This commit adds some defensive programming to ensure we don't attempt to slice with a negative index and adds a very basic test to catch the negative index panic without this change.
* some progress on styling * backgroud fix on lightmode
Co-authored-by: evgenyKharitonov <[email protected]>
This error is generally used to abort a request while streaming a response so it should not be recovered otherwise the request is not aborted and the client does not detect the error Fixes go-chi#588
The company styles its name as Cloudflare since a few years.
# Conflicts: # .github/workflows/ci.yml # Makefile # README.md # _examples/todos-resource/users.go # middleware/realip.go # middleware/realip_test.go # middleware/recoverer.go # mux_test.go
Lines Of Code
|
Go API Changes# github.com/swaggest/fchi ## compatible changes Error: added # github.com/swaggest/fchi/middleware ## compatible changes RedirectSlashes: added StripSlashes: added # summary Inferred base version: v1.0.4 Suggested version: v1.1.0 |
Benchmark ResultBenchmark diff with base branchBenchmark result |
Unit Test Coveragetotal: (statements) 76.9% Coverage of changed lines
Coverage diff with base branch
|
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
==========================================
+ Coverage 62.77% 72.02% +9.24%
==========================================
Files 17 17
Lines 900 908 +8
==========================================
+ Hits 565 654 +89
+ Misses 311 219 -92
- Partials 24 35 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
No description provided.