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
test: {
bool
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -3,7 +3,7 @@ package testing
test1: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -27,7 +27,7 @@ test1: {
test2: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -51,7 +51,7 @@ test2: {
test3: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -75,7 +75,7 @@ test3: {
test4: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -99,7 +99,7 @@ test4: {
test5: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -123,7 +123,7 @@ test5: {
test6: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -147,7 +147,7 @@ test6: {
test7: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -171,7 +171,7 @@ test7: {
test8: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -195,7 +195,7 @@ test8: {
test9: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -219,7 +219,7 @@ test9: {
test10: {
string
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -3,7 +3,7 @@ package testing
test: {
float
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

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

View File

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

View File

@@ -4,7 +4,7 @@ test: {
string
=~"^NAAAA.+"
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -3,7 +3,7 @@ package testing
testScalar: {
bool
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -25,7 +25,7 @@ testScalar: {
]
}
testMap: #compute: [
testMap: #up: [
{
do: "fetch-container"
ref: "alpine"
@@ -50,7 +50,7 @@ testMap: #compute: [
// testList: {
// [...string]
// #compute: [
// #up: [
// {
// do: "fetch-container"
// ref: "alpine"

View File

@@ -3,7 +3,7 @@ package testing
test: {
number
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

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

View File

@@ -4,7 +4,7 @@ test: {
string
=~"^some.+"
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"

View File

@@ -3,7 +3,7 @@ package testing
testScalar: {
bool
#compute: [
#up: [
{
do: "fetch-container"
ref: "alpine"
@@ -30,7 +30,7 @@ testScalar: {
// testList: {
// [...string]
// #compute: [
// #up: [
// {
// do: "fetch-container"
// ref: "alpine"
@@ -54,7 +54,7 @@ testScalar: {
// ]
// }
testMap: #compute: [
testMap: #up: [
{
do: "fetch-container"
ref: "alpine"