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

allow caching with more msvc slash style arguments #764

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

mostynb
Copy link
Contributor

@mostynb mostynb commented Jun 1, 2020

#674 broke caching for msvc /foo style arguments that weren't handled in our arg list. So let's expand that list.

Fixes #725.

mozilla#674 broke caching for msvc /foo style arguments that weren't
handled in our arg list. So let's expand that list.

Fixes mozilla#725.
@mostynb mostynb force-pushed the recognise_msvc_slash_args branch from 4c97d72 to 69ddd2f Compare June 1, 2020 06:25
@froydnj
Copy link
Contributor

froydnj commented Jun 1, 2020

I don't understand why TravisCI completely dropped this patch on the floor, but it's an improvement, so let's go with it.

@froydnj froydnj merged commit bf6fb5d into mozilla:master Jun 1, 2020
@mostynb mostynb deleted the recognise_msvc_slash_args branch June 1, 2020 19:54
froydnj added a commit to froydnj/sccache that referenced this pull request Jun 24, 2020
mozilla#764 and its followon patch, mozilla#768, failed to take into account that
passthrough arguments actually need to be passed through to the compiler
invocation: they don't prevent caching, but they do need to be
considered when computing the cache key...and when actually performing
the compilation.
froydnj added a commit to froydnj/sccache that referenced this pull request Jun 24, 2020
mozilla#764 and its followon patch, mozilla#768, failed to take into account that
passthrough arguments actually need to be passed through to the compiler
invocation: they don't prevent caching, but they do need to be
considered when computing the cache key...and when actually performing
the compilation.
froydnj added a commit to froydnj/sccache that referenced this pull request Jul 1, 2020
mozilla#764 and its followon patch, mozilla#768, failed to take into account that
passthrough arguments actually need to be passed through to the compiler
invocation: they don't prevent caching, but they do need to be
considered when computing the cache key...and when actually performing
the compilation.
froydnj added a commit that referenced this pull request Jul 1, 2020
#764 and its followon patch, #768, failed to take into account that
passthrough arguments actually need to be passed through to the compiler
invocation: they don't prevent caching, but they do need to be
considered when computing the cache key...and when actually performing
the compilation.
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.

Caching with arguments with a forward slash are broken with MSVC
2 participants