-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Replace newline characters in NoWarn #92010
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
Conversation
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsWhen writing the rsp file, we should not emit the newline characters due to $(NoWarn) evaluation because for one, it breaks response file parsing. This is a simplest fix for #91965.
|
jkotas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@dotnet/ilc-contrib Any concerns?
MichalStrehovsky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
/backport to release/8.0 |
|
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/6186270741 |
When writing the rsp file, we should not emit the newline characters due to $(NoWarn) evaluation because for one, it breaks response file parsing. Alternative (or additional) fix is to make parsing handle multi-line values among other things, which is a bit involved.
This is a simplest fix for #91965.