Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Codegen line endings #1189

Merged
merged 2 commits into from
Oct 15, 2019
Merged

Codegen line endings #1189

merged 2 commits into from
Oct 15, 2019

Conversation

zeroZshadow
Copy link
Contributor

Description

Bug fix for auto-crlf issues with T4 template files.

@improbable-prow-robot improbable-prow-robot added jira/no-ticket Indicates a PR has no corresponding JIRA ticket A: tooling Area: Tooling size/XS Denotes a PR that changes 0-14 lines, ignoring generated files. labels Oct 14, 2019
// Fix up line endings
var contents = entry.Value
.Replace("\r\n", "\n")
.Replace("\n", Environment.NewLine);
Copy link
Contributor

@paulbalaji paulbalaji Oct 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add a comment on why we don't do replacements on just \r here

and add internal changelog

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does the release tool react to me adding to the changelog at this point?
I'm not sure why this needs a comment, \r isn't a thing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does the release tool react to me adding to the changelog at this point?

It doesn't care

@zeroZshadow zeroZshadow merged commit 69b19da into develop Oct 15, 2019
@zeroZshadow zeroZshadow deleted the feature/codegen-lineendings branch October 15, 2019 11:11
jessicafalk pushed a commit that referenced this pull request Nov 15, 2019
* Use weak pointer in UnrealMetadata

* Add log for stale classes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A: tooling Area: Tooling jira/no-ticket Indicates a PR has no corresponding JIRA ticket size/XS Denotes a PR that changes 0-14 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants