cue files: #compute -> #up

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-04-02 15:00:30 -07:00
committed by Solomon Hykes
parent 8a4aa4d42b
commit c16455249e
87 changed files with 137 additions and 140 deletions

View File

@@ -3,7 +3,7 @@ package testing
A: {
result: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -28,7 +28,7 @@ A: {
B: {
result: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -3,7 +3,7 @@ package testing
A: {
result: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -28,7 +28,7 @@ A: {
B: {
result: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -5,7 +5,7 @@ import "encoding/json"
A: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -32,7 +32,7 @@ unmarshalled: json.Unmarshal(A)
B: {
result: string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -18,7 +18,7 @@ _expected: """
TestIgnore: {
string
#compute: [
#up: [
llb.#Load & {from: alpine.#Image},
llb.#Exec & {
args: ["sh", "-c", "ls /src/* > /out.txt"]

View File

@@ -5,7 +5,7 @@ X1=in: string | *"default input"
test: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -5,7 +5,7 @@ X1=in: string
test: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -1,3 +1,3 @@
package testing
#compute: true
#up: true

View File

@@ -1,3 +1,3 @@
package testing
#compute: 123
#up: 123

View File

@@ -1,3 +1,3 @@
package testing
#compute: "whatever"
#up: "whatever"

View File

@@ -1,3 +1,3 @@
package testing
#compute: whatever: "wrong"
#up: whatever: "wrong"

View File

@@ -2,5 +2,5 @@ package testing
// no-op, should not error
empty: {
#compute: []
#up: []
}

View File

@@ -6,7 +6,7 @@ new_prop: "lala"
new_prop_too: string
#new_def_too: string
#compute: [{
#up: [{
do: "fetch-container"
ref: "busybox"
},

View File

@@ -7,7 +7,7 @@ foo: {
new_prop_too: string
#new_def_too: string
#compute: [{
#up: [{
do: "fetch-container"
ref: "busybox"
},

View File

@@ -1,6 +1,6 @@
package testing
#compute: [
#up: [
{
do: "fetch-container"
ref: "busybox"