update to basic cli 15

This commit is contained in:
Anton-4 2024-08-31 14:30:07 +02:00
parent f6c969af29
commit e7a44430fd
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
22 changed files with 34 additions and 34 deletions

View file

@ -2151,7 +2151,7 @@ fn roc_file_no_extension() {
indoc!(
r#"
app "helloWorld"
packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.15.0-testing/libzR-AkVEn_dTBg2bKuXqMNZ9rYEfz3HSEQU8inoGk.tar.br" }
packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br" }
imports [pf.Stdout]
provides [main] to pf

View file

@ -1,6 +1,6 @@
app [main] {
pf:
"https://github.com/roc-lang/basic-cli/releases/download/0.15.0-testing/libzR-AkVEn_dTBg2bKuXqMNZ9rYEfz3HSEQU8inoGk.tar.br",
"https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br",
}
main =

View file

@ -11,16 +11,16 @@ Full(
),
],
before_packages: [],
packages: @11-142 [
@13-140 SpaceAfter(
packages: @11-134 [
@13-132 SpaceAfter(
PackageEntry {
shorthand: "pf",
spaces_after_shorthand: [
Newline,
],
platform_marker: None,
package_name: @17-140 PackageName(
"https://github.com/roc-lang/basic-cli/releases/download/0.15.0-testing/libzR-AkVEn_dTBg2bKuXqMNZ9rYEfz3HSEQU8inoGk.tar.br",
package_name: @17-132 PackageName(
"https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br",
),
},
[
@ -38,7 +38,7 @@ Full(
Index(2147483648),
],
regions: [
@144-191,
@136-183,
],
space_before: [
Slice(start = 0, length = 2),
@ -54,17 +54,17 @@ Full(
type_defs: [],
value_defs: [
Body(
@144-148 Identifier {
@136-140 Identifier {
ident: "main",
},
@155-191 SpaceBefore(
@147-183 SpaceBefore(
Apply(
@155-166 Var {
@147-158 Var {
module_name: "Stdout",
ident: "line",
},
[
@167-191 Str(
@159-183 Str(
PlainLine(
"I'm a Roc application!",
),

View file

@ -1,5 +1,5 @@
app [main] { pf:
"https://github.com/roc-lang/basic-cli/releases/download/0.15.0-testing/libzR-AkVEn_dTBg2bKuXqMNZ9rYEfz3HSEQU8inoGk.tar.br"
"https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br"
}
main =