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

if_cscope: Avoid unnecessary allocations when reporting errors #9038

Closed
wants to merge 1 commit into from

Conversation

jamessan
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Oct 23, 2021

Codecov Report

Merging #9038 (da76bb7) into master (844fb64) will increase coverage by 0.00%.
The diff coverage is 80.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #9038   +/-   ##
=======================================
  Coverage   90.10%   90.10%           
=======================================
  Files         151      151           
  Lines      169669   169651   -18     
=======================================
- Hits       152879   152871    -8     
+ Misses      16790    16780   -10     
Flag Coverage Δ
huge-clang-none 88.18% <ø> (-0.02%) ⬇️
huge-gcc-none 89.71% <80.00%> (+<0.01%) ⬆️
huge-gcc-testgui 88.35% <80.00%> (+<0.01%) ⬆️
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/if_cscope.c 82.57% <80.00%> (+0.38%) ⬆️
src/if_xcmdsrv.c 89.43% <0.00%> (-0.36%) ⬇️
src/window.c 93.05% <0.00%> (+0.03%) ⬆️
src/ex_getln.c 91.52% <0.00%> (+0.04%) ⬆️
src/netbeans.c 84.64% <0.00%> (+0.07%) ⬆️
src/search.c 92.36% <0.00%> (+0.09%) ⬆️

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 844fb64...da76bb7. Read the comment docs.

@brammool brammool closed this in 3c5904d Oct 24, 2021
@jamessan jamessan deleted the cscope-emsg branch October 24, 2021 14:08
jamessan added a commit to jamessan/neovim that referenced this pull request Oct 24, 2021
…essage

Problem:    Cscope has a complicated way of giving an error message.
Solution:   Use semsg(). (James McCoy, closes vim/vim#9038)
vim/vim@3c5904d
jamessan added a commit to jamessan/neovim that referenced this pull request Nov 1, 2021
…essage

Problem:    Cscope has a complicated way of giving an error message.
Solution:   Use semsg(). (James McCoy, closes vim/vim#9038)
vim/vim@3c5904d
lewis6991 pushed a commit to lewis6991/neovim that referenced this pull request Dec 12, 2021
…essage

Problem:    Cscope has a complicated way of giving an error message.
Solution:   Use semsg(). (James McCoy, closes vim/vim#9038)
vim/vim@3c5904d
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.

None yet

1 participant