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

msvc: passthrough argument -Qpar- #1834

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

AudranDoublet
Copy link
Contributor

/Qpar- is set by MsBuild when EnableParallelCodeGeneration is explicitly set to false.

Current code is considering it as a file name, thus the command is considered as non-cacheable (multiple input file).

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (458b0af) 30.81% compared to head (8709030) 30.87%.

Files Patch % Lines
src/compiler/msvc.rs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1834      +/-   ##
==========================================
+ Coverage   30.81%   30.87%   +0.05%     
==========================================
  Files          53       53              
  Lines       20014    20014              
  Branches     9700     9700              
==========================================
+ Hits         6168     6179      +11     
+ Misses       7926     7923       -3     
+ Partials     5920     5912       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sylvestre
Copy link
Collaborator

Could you please add a test ? thanks

@AJIOB
Copy link
Contributor

AJIOB commented Mar 14, 2024

Hi, @sylvestre
As I can see, @AudranDoublet has already added the pass-through test.

Or you want anything else?

@AJIOB
Copy link
Contributor

AJIOB commented Mar 23, 2024

Hi @Xuanwo.

Looks like the PR is ready, isn't it?

@sylvestre sylvestre merged commit 4e79d9e into mozilla:main Apr 30, 2024
49 checks passed
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.

4 participants