Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sourcebundle: Bundle.SourceForLocalPath returns FinalSource
Currently this function can only possibly return RemoteSource values anyway and so the distinction between Source and FinalSource is moot, but semantically it's more correct to say that we're returning a finalized source address here and so using the more correct type will make this compose better with other functionality which works generically with final source addresses, and will also allow us to potentially make this return registry addresses sometimes if we decide that gives better results for the assumed use-case of producing diagnostic messages.
- Loading branch information