Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions scripts/TestAllDownloads.expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,14 @@ TestAllDownloads/
"elm-format": "0.8.7"
}
}
7/
elm-tooling/
elm-format/
0.8.8/
elm-format
elm-tooling.json
{
"tools": {
"elm-format": "0.8.8"
}
}
37 changes: 37 additions & 0 deletions src/KnownTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,43 @@ const knownTools = {
type: "zip",
},
},
"0.8.8": {
"darwin-arm64": {
hash: "230bbf3777191f631bb592dfe85c06ebdcff6f56e8f5ed8b29804f8938961a79",
url: "https://github.com/avh4/elm-format/releases/download/0.8.8/elm-format-0.8.8-mac-arm64.tgz",
fileSize: 8492778,
fileName: "elm-format",
type: "tgz",
},
"darwin-x64": {
hash: "e2a1fcf041ee12fc5d24a99520531e98c28358c8b7e62ecdccb9dd64b51fe084",
url: "https://github.com/avh4/elm-format/releases/download/0.8.8/elm-format-0.8.8-mac-x64.tgz",
fileSize: 1614697,
fileName: "elm-format",
type: "tgz",
},
"linux-arm64": {
hash: "0be0046a81432e6e16340b8093cafa35a454e84956522d53f6a28f815dceac23",
url: "https://github.com/avh4/elm-format/releases/download/0.8.8/elm-format-0.8.8-linux-aarch64.tgz",
fileSize: 2028517,
fileName: "elm-format",
type: "tgz",
},
"linux-x64": {
hash: "ee749898a07871e5dcbe7adf77a6c3d95de2fcde2e15de30e4fa7457faf05a71",
url: "https://github.com/avh4/elm-format/releases/download/0.8.8/elm-format-0.8.8-linux-x64.tgz",
fileSize: 1920046,
fileName: "elm-format",
type: "tgz",
},
"win32-x64": {
hash: "4a2d0eb0529944fbfb7974943df5a03881ec4b67501a631e1272aa9fd746bc82",
url: "https://github.com/avh4/elm-format/releases/download/0.8.8/elm-format-0.8.8-win-x64.zip",
fileSize: 8031282,
fileName: "elm-format.exe",
type: "zip",
},
},
},
"elm-json": {
"0.2.8": {
Expand Down
12 changes: 6 additions & 6 deletions tests/Init.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe("init", () => {
{
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.7",
"elm-format": "0.8.8",
"elm-json": "0.2.13"
}
}
Expand All @@ -191,7 +191,7 @@ describe("init", () => {
{
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.7",
"elm-format": "0.8.8",
"elm-json": "0.2.13"
}
}
Expand All @@ -215,7 +215,7 @@ describe("init", () => {
{
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.7",
"elm-format": "0.8.8",
"elm-json": "0.2.13"
}
}
Expand All @@ -239,7 +239,7 @@ describe("init", () => {
{
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.7",
"elm-format": "0.8.8",
"elm-json": "0.2.13"
}
}
Expand All @@ -263,7 +263,7 @@ describe("init", () => {
{
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.7",
"elm-format": "0.8.8",
"elm-json": "0.2.13"
}
}
Expand All @@ -287,7 +287,7 @@ describe("init", () => {
{
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.7",
"elm-format": "0.8.8",
"elm-json": "0.2.13"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Install.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe("install", () => {

⧙tools["elm-format"]⧘
Unknown version: 0.8
Known versions: 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7
Known versions: 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.8.8

`);
});
Expand Down
14 changes: 13 additions & 1 deletion tests/Tools.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘ ⧙]⧘ ⧙0.2.8⧘
Expand Down Expand Up @@ -149,6 +150,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘⧙x⧘⧙]⧘ 0.2.8
Expand Down Expand Up @@ -200,6 +202,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘ ⧙]⧘ ⧙0.2.8⧘
Expand Down Expand Up @@ -246,6 +249,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘ ⧙]⧘ ⧙0.2.8⧘
Expand Down Expand Up @@ -290,6 +294,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘ ⧙]⧘ ⧙0.2.8⧘
Expand Down Expand Up @@ -346,6 +351,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘⧙x⧘⧙]⧘ 0.2.8
Expand Down Expand Up @@ -399,6 +405,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘⧙x⧘⧙]⧘ 0.2.8
Expand Down Expand Up @@ -457,6 +464,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘ ⧙]⧘ ⧙0.2.8⧘
Expand Down Expand Up @@ -512,6 +520,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘ ⧙]⧘ ⧙0.2.8⧘
Expand Down Expand Up @@ -558,6 +567,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘ ⧙]⧘ ⧙0.2.8⧘
Expand Down Expand Up @@ -618,6 +628,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘ ⧙]⧘ ⧙0.2.8⧘
Expand Down Expand Up @@ -682,7 +693,7 @@ describe("tools", () => {

⧙tools["elm-format"]⧘
Unknown version: 0.8
Known versions: 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7
Known versions: 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.8.8

`);
});
Expand Down Expand Up @@ -722,6 +733,7 @@ describe("tools", () => {
⧙[⧘ ⧙]⧘ ⧙0.8.5⧘
⧙[⧘ ⧙]⧘ ⧙0.8.6⧘
⧙[⧘ ⧙]⧘ ⧙0.8.7⧘
⧙[⧘ ⧙]⧘ ⧙0.8.8⧘

⧙elm-json⧘
⧙[⧘ ⧙]⧘ ⧙0.2.8⧘
Expand Down
Loading