Commits

Daniel Dunbar committed df7026f266b
[Basic] Eliminate AbsolutePath.appending(_:String) - It turns out that almost all clients of this method were in places where the individual components were well known. The result is a little more verbose, but it makes it much more explicit when the only thing being appended is a component (which can have semantic implications on the calling code, and so is useful to know).