Sanitize the ends of folder source paths (#1341)
* Sanitize the ends of folder source paths Setting the source: `/foo/bar` is _sometimes_ different from `/foo/bar/` even if `bar` is a folder in both cases. The result of this is that we often run into a race condition where we have two objects with the same hash but different properties. This fixes #1339 and #1131. * Update CHANGELOG.md * Update TargetSource.swift * Update TargetSource.swift * Update TargetSource.swift
D
Dale Myers committed
988afa0f5bbd66ceda4b0aa2a2a26318a50baea6
Parent: 5a34c48
Committed by GitHub <noreply@github.com>
on 4/5/2023, 11:17:31 PM