Conversation
Upgraded to latest dogfood version
andrew-polk
left a comment
There was a problem hiding this comment.
Looks like you need a changelog entry.
Reviewed 4 of 8 files at r1, 4 of 4 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ermshiperete and @tombogle)
SIL.BuildTasks/FileUpdate.cs line 51 at r2 (raw file):
} internal string GetModifiedContents(string content, out bool success)
Do you think this is better?
internal bool TryGetModifiedContents(string content, out string modifiedContents)
If not, looks ok as is...
…fiedContents method to simplify the signature and streamline testing
|
Previously, andrew-polk wrote…
I reworked this in a much simpler way. (To me, the problem with Try... is that it implies that whether it succeeds or not, the result is equally acceptable, but in this case, failure really is an exception and will normally be treated as a build failure. |
andrew-polk
left a comment
There was a problem hiding this comment.
Reviewed 4 of 4 files at r3, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ermshiperete)
andrew-polk
left a comment
There was a problem hiding this comment.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on @ermshiperete)
This change is