Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add additional insert completion tests and fix the memory leaks found by the tests#9489

Closed
yegappan wants to merge 1 commit intovim:masterfrom
yegappan:opfunc
Closed

Add additional insert completion tests and fix the memory leaks found by the tests#9489
yegappan wants to merge 1 commit intovim:masterfrom
yegappan:opfunc

Conversation

@yegappan
Copy link
Member

@yegappan yegappan commented Jan 8, 2022

No description provided.

@codecov
Copy link

codecov bot commented Jan 8, 2022

Codecov Report

Merging #9489 (c9ce219) into master (d844862) will increase coverage by 0.32%.
The diff coverage is 100.00%.

❗ Current head c9ce219 differs from pull request most recent head c1006de. Consider uploading reports for the commit c1006de to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9489      +/-   ##
==========================================
+ Coverage   90.08%   90.40%   +0.32%     
==========================================
  Files         154      154              
  Lines      173452   173456       +4     
==========================================
+ Hits       156251   156815     +564     
+ Misses      17201    16641     -560     
Flag Coverage Δ
huge-clang-none 89.42% <100.00%> (+0.01%) ⬆️
huge-gcc-none 89.86% <100.00%> (+<0.01%) ⬆️
huge-gcc-testgui 88.45% <100.00%> (?)
huge-gcc-unittests 2.45% <0.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
src/insexpand.c 94.94% <100.00%> (+0.93%) ⬆️
src/if_xcmdsrv.c 89.08% <0.00%> (-0.36%) ⬇️
src/message.c 88.71% <0.00%> (-0.31%) ⬇️
src/window.c 93.02% <0.00%> (+0.03%) ⬆️
src/popupwin.c 94.67% <0.00%> (+0.04%) ⬆️
src/channel.c 90.17% <0.00%> (+0.04%) ⬆️
src/terminal.c 91.52% <0.00%> (+0.06%) ⬆️
src/drawscreen.c 86.79% <0.00%> (+0.07%) ⬆️
src/ex_docmd.c 95.88% <0.00%> (+0.07%) ⬆️
src/fileio.c 85.74% <0.00%> (+0.09%) ⬆️
... and 34 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 d844862...c1006de. Read the comment docs.

@brammool brammool closed this in 3707914 Jan 8, 2022
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Aug 25, 2022
Problem:    Insert mode completion is insufficiently tested.
Solution:   Add more tests.  Fix uncovered memory leak. (Yegappan Lakshmanan,
            closes vim/vim#9489)
vim/vim@3707914
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Aug 25, 2022
Problem:    Insert mode completion is insufficiently tested.
Solution:   Add more tests.  Fix uncovered memory leak. (Yegappan Lakshmanan,
            closes vim/vim#9489)
vim/vim@3707914
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Aug 25, 2022
Problem:    Insert mode completion is insufficiently tested.
Solution:   Add more tests.  Fix uncovered memory leak. (Yegappan Lakshmanan,
            closes vim/vim#9489)
vim/vim@3707914
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Aug 25, 2022
Problem:    Insert mode completion is insufficiently tested.
Solution:   Add more tests.  Fix uncovered memory leak. (Yegappan Lakshmanan,
            closes vim/vim#9489)
vim/vim@3707914
smjonas pushed a commit to smjonas/neovim that referenced this pull request Dec 31, 2022
Problem:    Insert mode completion is insufficiently tested.
Solution:   Add more tests.  Fix uncovered memory leak. (Yegappan Lakshmanan,
            closes vim/vim#9489)
vim/vim@3707914
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant