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
mod/module: add qualifier in ImportPath when necessary
Currently the `ImportPath.ExplicitQualifier` field is treated as gospel:
if it's false, the qualifier will never be added.
However, it's useful to be able to manipulate the
`ImportPath` fields (for example to change the package
path) and then invoke its `String` method to produce
a well-formed import path.
So we change `ImportPath.String` to include a package qualifier
if needed, even if `ExplicitQualifier` is false.
Signed-off-by: Roger Peppe <[email protected]>
Change-Id: Iaa7484f5506e10cf2bb9d399e987c69021644c99
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1194666
Unity-Result: CUE porcuepine <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Daniel Martí <[email protected]>
0 commit comments