DX: change "#dagger: compute: " to "#compute: "

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-02-12 23:22:41 +00:00
parent 3f445f2421
commit 7a77466a66
81 changed files with 176 additions and 229 deletions

View File

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

View File

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

View File

@@ -1,16 +0,0 @@
package testing
bar: #dagger: {
#new_def: "lala"
compute: [{
do: "fetch-container"
ref: "busybox"
},
{
do: "exec"
args: ["true"]
dir: "/"
}]
}

View File

@@ -1,16 +0,0 @@
package testing
bar: #dagger: {
new_prop: "lala"
compute: [{
do: "fetch-container"
ref: "busybox"
},
{
do: "exec"
args: ["true"]
dir: "/"
}]
}

View File

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

View File

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

View File

@@ -1,11 +1,6 @@
package testing
// no-op, should not error
realempty: {
#dagger: {}
}
// no-op, should not error
empty: {
#dagger: compute: []
#compute: []
}

View File

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

View File

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

View File

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