You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basics: introduce some native path representation helpers
We end up needing these in a few places, and while we could make it
`internal` and use `@testable` imports in the tests, this ends up being
needed in `Build` and `PackageLoading`. Ideally, we would give it
package visibility, but that functionality would not be backwards
compatible. This is a reluctant approach at solving that problem by
using `public` visibility.
0 commit comments