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

win32: Drop support for MSVC 2003 #9623

Closed
wants to merge 3 commits into from

Conversation

k-takata
Copy link
Member

The patch 8.2.4199 actually dropped support for MSVC 6.0.
This PR drops support for MSVC 2002/2003.

The patch 8.2.4199 actually dropped support for MSVC 6.0.
This PR drops support for MSVC 2002/2003.
@codecov
Copy link

codecov bot commented Jan 25, 2022

Codecov Report

Merging #9623 (9804fcd) into master (7e765a3) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9623      +/-   ##
==========================================
- Coverage   83.51%   83.51%   -0.01%     
==========================================
  Files         154      154              
  Lines      174516   174602      +86     
  Branches    39260    39271      +11     
==========================================
+ Hits       145748   145815      +67     
- Misses      16670    16680      +10     
- Partials    12098    12107       +9     
Flag Coverage Δ
huge-clang-none 81.89% <ø> (+0.01%) ⬆️
huge-gcc-none 82.25% <ø> (+0.01%) ⬆️
huge-gcc-testgui 80.70% <ø> (-0.01%) ⬇️
huge-gcc-unittests 2.03% <ø> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
src/sound.c 85.57% <0.00%> (-2.89%) ⬇️
src/if_xcmdsrv.c 76.88% <0.00%> (-0.53%) ⬇️
src/netbeans.c 72.05% <0.00%> (-0.37%) ⬇️
src/normal.c 90.50% <0.00%> (-0.23%) ⬇️
src/gui_gtk_x11.c 57.07% <0.00%> (-0.10%) ⬇️
src/syntax.c 79.54% <0.00%> (-0.07%) ⬇️
src/channel.c 83.66% <0.00%> (-0.05%) ⬇️
src/version.c 83.82% <0.00%> (ø)
src/move.c 89.28% <0.00%> (+<0.01%) ⬆️
src/eval.c 90.81% <0.00%> (+0.01%) ⬆️
... and 8 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 7e765a3...9804fcd. Read the comment docs.

@brammool brammool closed this in 76687d2 Jan 25, 2022
@k-takata k-takata deleted the win32-drop-support-for-old-sdk branch January 25, 2022 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant