-
Notifications
You must be signed in to change notification settings - Fork 79
Revert unintended CR/LF changes to non-3C files that originated in 277d84a5841634783e7d3752707e2a1e4e57a930. #962
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
Revert unintended CR/LF changes to non-3C files that originated in 277d84a5841634783e7d3752707e2a1e4e57a930. #962
Conversation
277d84a. We first submitted them in PR checkedc#837, but Mandeep noticed (checkedc#837 (review)) and the unintended changes were removed from that PR in 74bfcaf. However, when the squash of PR checkedc#837 was merged with the original commits in cfc998e, the unintended changes were incorrectly retained. They got submitted again in the next 3C PR (checkedc#891), and no one noticed that time.
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.
@mgrang, do you have any concerns about this change? This change looks good to me.
LGTM. @mattmccutchen-cci Could you please verify if the validations are passing on Linux and Windows with this change? |
I could run the 3C regression tests, but I'm not familiar with how to run your full set of tests (which presumably includes the 3C regression tests). Can you just run them as you would on any other PR? |
You can run |
I thought I've seen you trigger some process that runs the tests in your environment and posts GitHub status checks on the PR, and I assume that for whatever reason, it isn't affected by the build failure. Can you just use that process? |
We discussed the Windows X64 build issue with @mwhicks1 and he says you should be able to build Windows X64 version without issues. |
@mgrang What I said is what you've quoted in the issue: We can successful fun I don't know what's in |
I will go ahead and merge this PR. I will let you know in case our ADO validations break after the merge. |
Thanks @mgrang! Hopefully we get these testing process issues sorted out over time. |
) 277d84a. We first submitted them in PR #837, but Mandeep noticed (#837 (review)) and the unintended changes were removed from that PR in 74bfcaf. However, when the squash of PR #837 was merged with the original commits in cfc998e, the unintended changes were incorrectly retained. They got submitted again in the next 3C PR (#891), and no one noticed that time. (cherry picked from commit cfe00ea)
We first submitted them in PR #837, but Mandeep noticed
(#837 (review))
and the unintended changes were removed from that PR in
74bfcaf. However, when the squash of
PR #837 was merged with the original commits in
cfc998e, the unintended changes were
incorrectly retained. They got submitted again in the next 3C PR
(#891), and no one noticed that time.