| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Merging this PR will degrade performance by 3.24%⚠️ Different runtime environments detected
❌ 3 regressed benchmarks Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent. Comparing wtcpython:accept-vertical-tab-whitespace (a965856) with main (4cf4db3) |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #322 +/- ##
=======================================
Coverage 99.33% 99.33%
=======================================
Files 21 21
Lines 4061 4075 +14
Branches 129 129
=======================================
+ Hits 4034 4048 +14
Misses 26 26
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
|
The perf regression are acceptable |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
GNU date accepts \v and \f as whitespace between items, but winnow's multispace0/multispace1 do not, so inputs like Jan 23\v 2026 1:00AM are rejected (uutils/coreutils#13864). Replace them with local parsers covering the full ASCII whitespace set.