Skip to content

Commit 2f16ea9

Browse files
committed
Re-generate test output
1 parent d0e7bd8 commit 2f16ea9

File tree

1,562 files changed

+128090
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,562 files changed

+128090
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"schemaVersion": 1,
3+
"name": "birds",
4+
"packageUri": "package://localhost:0/[email protected]",
5+
"packageZipUrl": "https://localhost:0/[email protected]/[email protected]",
6+
"dependencies": {
7+
"fruities": {
8+
"uri": "package://localhost:0/[email protected]",
9+
"checksums": {
10+
"sha256": "8d982761d182f2185e4180c82190791d9a60c721cb3393bb2e946fab90131e8c"
11+
}
12+
}
13+
},
14+
"version": "0.6.0",
15+
"packageZipChecksums": {
16+
"sha256": "$computedChecksum"
17+
},
18+
"sourceCodeUrlScheme": "https://example.com/birds/v0.6.0/blob%{path}#L%{line}-L%{endLine}",
19+
"sourceCode": "https://example.com/birds",
20+
"documentation": "https://example.com/bird-docs",
21+
"license": "UNLICENSED",
22+
"authors": [
23+
24+
25+
],
26+
"issueTracker": "https://example.com/birds/issues"
27+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
open module birds.Bird
2+
3+
import "@fruities/Fruit.pkl"
4+
5+
name: String
6+
7+
favoriteFruit: Fruit
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module birds.allFruit
2+
3+
fruit = import*("@fruities/catalog/*.pkl")
4+
fruitFiles = read*("@fruities/catalog/*.pkl")
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module birds.catalog
2+
3+
catalog = import*("catalog/*.pkl")
4+
catalogFiles = read*("catalog/*.pkl")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
amends "../Bird.pkl"
2+
3+
name = "Ostrich"
4+
5+
favoriteFruit {
6+
name = "Orange"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
amends "../Bird.pkl"
2+
3+
import "@fruities/catalog/apple.pkl"
4+
5+
name = "Swallow"
6+
7+
favoriteFruit = apple
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
amends "..."
2+
3+
name = "Bird"
4+
5+
favoriteFruit {
6+
name = "Fruit"
7+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"schemaVersion": 1,
3+
"name": "birds",
4+
"packageUri": "package://localhost:0/[email protected]",
5+
"packageZipUrl": "https://localhost:0/[email protected]/[email protected]",
6+
"dependencies": {
7+
"fruities": {
8+
"uri": "package://localhost:0/[email protected]",
9+
"checksums": {
10+
"sha256": "8d982761d182f2185e4180c82190791d9a60c721cb3393bb2e946fab90131e8c"
11+
}
12+
}
13+
},
14+
"version": "0.7.0",
15+
"packageZipChecksums": {
16+
"sha256": "$computedChecksum"
17+
},
18+
"sourceCodeUrlScheme": "https://example.com/birds/v0.7.0/blob%{path}#L%{line}-L%{endLine}",
19+
"sourceCode": "https://example.com/birds",
20+
"documentation": "https://example.com/bird-docs",
21+
"license": "UNLICENSED",
22+
"authors": [
23+
24+
25+
],
26+
"issueTracker": "https://example.com/birds/issues"
27+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
open module birds.Bird
2+
3+
import "@fruities/Fruit.pkl"
4+
5+
name: String
6+
7+
favoriteFruit: Fruit
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module birds.allFruit
2+
3+
fruit = import*("@fruities/catalog/*.pkl")
4+
fruitFiles = read*("@fruities/catalog/*.pkl")

0 commit comments

Comments
 (0)