-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note: This is an experimental feature and is intended for internal-only use for now. Summary of changes: - adapt cue/load/internal/registrytest to use OCI registry API; - change cue/load to use new internal/mod/modfile package; - change cue/load.TestLoad to use tdtest package for easier test updating; - change cue/load to support inferring major module version from module.cue deps. - remove now-unused packages inside cue/load/internal. For #2330. Signed-off-by: Roger Peppe <rogpeppe@gmail.com> Change-Id: I7b6d71993c253e6525fc3a69216e87d814ba6b3e Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1168508 Reviewed-by: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
- Loading branch information
Showing
29 changed files
with
434 additions
and
2,474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
! exec cue eval non-existing . | ||
! exec cue eval nonexisting . | ||
! stdout . | ||
cmp stderr expect-stderr | ||
|
||
-- expect-stderr -- | ||
cannot find package "non-existing" | ||
cannot find package "nonexisting" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.