https://github.com/vim/vim/pull/8152
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
not sure why this is needed now. I approved the GH workflow
—
You are receiving this because you commented.
Merging #8152 (cebc3f6) into master (b98cec2) will decrease coverage by
86.87%.
The diff coverage is0.00%.
❗ Current head cebc3f6 differs from pull request most recent head 2a822a0. Consider uploading reports for the commit 2a822a0 to get more accurate results
@@ Coverage Diff @@ ## master #8152 +/- ## =========================================== - Coverage 89.34% 2.47% -86.88% =========================================== Files 148 146 -2 Lines 166611 161491 -5120 =========================================== - Hits 148853 3990 -144863 - Misses 17758 157501 +139743
| Flag | Coverage Δ | |
|---|---|---|
| huge-clang-none | ? |
|
| huge-gcc-none | ? |
|
| huge-gcc-testgui | ? |
|
| huge-gcc-unittests | 2.47% <0.00%> (-0.01%) |
⬇️ |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/ex_cmds.c | 0.00% <0.00%> (-92.14%) |
⬇️ |
| src/quickfix.c | 0.00% <0.00%> (-94.94%) |
⬇️ |
| src/search.c | 0.00% <0.00%> (-92.44%) |
⬇️ |
| src/sha256.c | 0.00% <0.00%> (-97.96%) |
⬇️ |
| src/digraph.c | 0.00% <0.00%> (-97.78%) |
⬇️ |
| src/gui_gtk_f.c | 0.00% <0.00%> (-97.54%) |
⬇️ |
| src/match.c | 0.00% <0.00%> (-97.13%) |
⬇️ |
| src/crypt_zip.c | 0.00% <0.00%> (-97.06%) |
⬇️ |
| src/evalbuffer.c | 0.00% <0.00%> (-96.83%) |
⬇️ |
| src/debugger.c | 0.00% <0.00%> (-96.62%) |
⬇️ |
| ... and 137 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update b98cec2...2a822a0. Read the comment docs.
—
You are receiving this because you commented.
@dpelle commented on this pull request.
In src/quickfix.c:
> + // dummy buffer, unless duplicate_name is set, then the + // buffer will be wiped out below. + if (qf_add_entry(qfl, + NULL, // dir + fname, + NULL, + duplicate_name ? 0 : buf->b_fnum, + ml_get_buf(buf, + regmatch->startpos[0].lnum + lnum, FALSE), + regmatch->startpos[0].lnum + lnum, + regmatch->startpos[0].col + 1, + FALSE, // vis_col + NULL, // search pattern + 0, // nr + 0, // type + TRUE // valid
Comments look misaligned.
—
You are receiving this because you commented.
not sure why this is needed now. I approved the GH workflow
not sure why this is needed now
some hacker using pr action to dig coin, i guess that's the why, and so check pr (specially for ci 'action') carefully as well.
—
You are receiving this because you commented.
seems just added [f] into quickfix.txt, but did not mentioned what's that use for..
// supposed would update at next runtime update?
—
You are receiving this because you commented.
https://github.blog/changelog/2021-04-22-github-actions-maintainers-must-approve-first-time-contributer-workflow-runs/
https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors/When I updated the PR, the Github actions now requires maintainer
approval to run again.
Thanks, this is unfortunately a bit annoying. I will check the PR page then more actively and see if I need to approve anything.
—
You are receiving this because you commented.
github network for page and feed recently is abnormal too (or just in some country).
// above 2 links cannot be opened, but I Guess pr action was limited due to that..
—
You are receiving this because you commented.
seems just added
[f]into quickfix.txt, but did not mentioned what's that use for..
// supposed would update at next runtime update?