-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tony Worm
committed
Jun 3, 2024
1 parent
f38593c
commit 30bc19d
Showing
3 changed files
with
8 additions
and
5 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 |
---|---|---|
|
@@ -28,4 +28,3 @@ cmp stdout expect-stdout | |
"kind": "Service", | ||
"@name": "elem3" | ||
} | ||
-- cue.mod -- |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
! exec hof eval non-existing . | ||
! stdout . | ||
cmp stderr 'implied package identifier "non-existing" from import path "non-existing" is not valid' | ||
cmp stderr golden.stderr | ||
|
||
-- golden.stderr -- | ||
cannot determine package name for "non-existing"; set it explicitly with ':' | ||
standard library import path "non-existing" cannot be imported as a CUE package |