Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packages. #930

Merged
merged 2 commits into from
Jan 23, 2024
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
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ on:

env:
SUPPORTED_SDK_VERSIONS: |
v2.0.0-alpha.125
v2.0.0-alpha.130

jobs:
Expand Down
6 changes: 3 additions & 3 deletions auth/package.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
sdk: ^2.0.0-alpha.79
sdk: ^2.0.0-alpha.124
prefixes:
host: pkg-host
http: pkg-http
packages:
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.10.0
hash: e1c11a0e0bf65fe810520e8d893e554a8fe33b78
version: 1.13.0
hash: 64ee9e7bf1fd0e748e778a61269cd653fd748af8
pkg-http:
url: github.com/toitlang/pkg-http
name: http
Expand Down
2 changes: 1 addition & 1 deletion auth/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
host:
url: github.com/toitlang/pkg-host
version: ^1.10.0
version: ^1.13.0
http:
url: github.com/toitlang/pkg-http
version: ^2.3.4
14 changes: 7 additions & 7 deletions benchmarks/package.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk: ^2.0.0-alpha.120
sdk: ^2.0.0-alpha.128
prefixes:
artemis: ..
artemis-pkg: artemis-pkg-copy
Expand Down Expand Up @@ -30,23 +30,23 @@ packages:
pkg-cli:
url: github.com/toitlang/pkg-cli
name: cli
version: 1.5.0
hash: 31f4cc21dbafe2d24c5f9ef249c62e2b770c7572
version: 1.5.1
hash: 6fdcf3bb51237f772be37e32a64ad1d283923c3e
prefixes:
fs: pkg-fs
host: pkg-host
pkg-fs:
url: github.com/toitlang/pkg-fs
name: fs
version: 2.1.0
hash: ac3933367912563055ceea4188adcead3428103c
version: 2.2.0
hash: 863280c5c62ac259d16d0d3b24df21209b461b14
prefixes:
host: pkg-host
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.12.0
hash: fe5e10c56abc3fca1ef9bcba415e77fd59183cab
version: 1.13.0
hash: 64ee9e7bf1fd0e748e778a61269cd653fd748af8
pkg-http:
url: github.com/toitlang/pkg-http
name: http
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
path: ../artemis-pkg-copy
cli:
url: github.com/toitlang/pkg-cli
version: ^1.5.0
version: ^1.5.1
host:
url: github.com/toitlang/pkg-host
version: ^1.12.0
version: ^1.13.0
14 changes: 7 additions & 7 deletions package.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk: ^2.0.0-alpha.120
sdk: ^2.0.0-alpha.128
prefixes:
ar: pkg-ar
artemis: toit-artemis
Expand All @@ -23,23 +23,23 @@ packages:
pkg-cli:
url: github.com/toitlang/pkg-cli
name: cli
version: 1.5.0
hash: 31f4cc21dbafe2d24c5f9ef249c62e2b770c7572
version: 1.5.1
hash: 6fdcf3bb51237f772be37e32a64ad1d283923c3e
prefixes:
fs: pkg-fs
host: pkg-host
pkg-fs:
url: github.com/toitlang/pkg-fs
name: fs
version: 2.1.0
hash: ac3933367912563055ceea4188adcead3428103c
version: 2.2.0
hash: 863280c5c62ac259d16d0d3b24df21209b461b14
prefixes:
host: pkg-host
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.12.0
hash: fe5e10c56abc3fca1ef9bcba415e77fd59183cab
version: 1.13.0
hash: 64ee9e7bf1fd0e748e778a61269cd653fd748af8
pkg-http:
url: github.com/toitlang/pkg-http
name: http
Expand Down
6 changes: 3 additions & 3 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ dependencies:
version: ^1.6.1
cli:
url: github.com/toitlang/pkg-cli
version: ^1.4.0
version: ^1.5.1
fs:
url: github.com/toitlang/pkg-fs
version: ^2.1.0
version: ^2.2.0
host:
url: github.com/toitlang/pkg-host
version: ^1.12.0
version: ^1.13.0
http:
url: github.com/toitlang/pkg-http
version: ^2.3.4
Expand Down
2 changes: 1 addition & 1 deletion src/cli/utils/utils.toit
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,4 @@ class OptionUuid extends cli.Option:

/** Whether we are running in a development setup. */
is-dev-setup -> bool:
return program-name.ends-with ".toit"
return system.program-name.ends-with ".toit"
14 changes: 7 additions & 7 deletions tests/package.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk: ^2.0.0-alpha.120
sdk: ^2.0.0-alpha.128
prefixes:
ar: pkg-ar
artemis: ..
Expand Down Expand Up @@ -36,23 +36,23 @@ packages:
pkg-cli:
url: github.com/toitlang/pkg-cli
name: cli
version: 1.5.0
hash: 31f4cc21dbafe2d24c5f9ef249c62e2b770c7572
version: 1.5.1
hash: 6fdcf3bb51237f772be37e32a64ad1d283923c3e
prefixes:
fs: pkg-fs
host: pkg-host
pkg-fs:
url: github.com/toitlang/pkg-fs
name: fs
version: 2.1.0
hash: ac3933367912563055ceea4188adcead3428103c
version: 2.2.0
hash: 863280c5c62ac259d16d0d3b24df21209b461b14
prefixes:
host: pkg-host
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.12.0
hash: fe5e10c56abc3fca1ef9bcba415e77fd59183cab
version: 1.13.0
hash: 64ee9e7bf1fd0e748e778a61269cd653fd748af8
pkg-http:
url: github.com/toitlang/pkg-http
name: http
Expand Down
6 changes: 3 additions & 3 deletions tests/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ dependencies:
version: ^1.6.1
cli:
url: github.com/toitlang/pkg-cli
version: ^1.5.0
version: ^1.5.1
fs:
url: github.com/toitlang/pkg-fs
version: ^2.1.0
version: ^2.2.0
host:
url: github.com/toitlang/pkg-host
version: ^1.12.0
version: ^1.13.0
http:
url: github.com/toitlang/pkg-http
version: ^2.3.4
Expand Down
4 changes: 2 additions & 2 deletions tests/utils.toit
Original file line number Diff line number Diff line change
Expand Up @@ -818,9 +818,9 @@ with-test-cli
artemis-task/Task? := null

if not gold-name:
toit-file := program-name
toit-file := system.program-name
last-separator := max (toit-file.index-of --last "/") (toit-file.index-of --last "\\")
gold-name = program-name[last-separator + 1 ..].trim --right ".toit"
gold-name = toit-file[last-separator + 1 ..].trim --right ".toit"
gold-name = gold-name.trim --right "_slow"

test-cli := TestCli config cache artemis-server broker
Expand Down
14 changes: 7 additions & 7 deletions tools/http_servers/package.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk: ^2.0.0-alpha.120
sdk: ^2.0.0-alpha.128
prefixes:
artemis: ..
cli: pkg-cli
Expand Down Expand Up @@ -29,23 +29,23 @@ packages:
pkg-cli:
url: github.com/toitlang/pkg-cli
name: cli
version: 1.5.0
hash: 31f4cc21dbafe2d24c5f9ef249c62e2b770c7572
version: 1.5.1
hash: 6fdcf3bb51237f772be37e32a64ad1d283923c3e
prefixes:
fs: pkg-fs
host: pkg-host
pkg-fs:
url: github.com/toitlang/pkg-fs
name: fs
version: 2.1.0
hash: ac3933367912563055ceea4188adcead3428103c
version: 2.2.0
hash: 863280c5c62ac259d16d0d3b24df21209b461b14
prefixes:
host: pkg-host
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.12.0
hash: fe5e10c56abc3fca1ef9bcba415e77fd59183cab
version: 1.13.0
hash: 64ee9e7bf1fd0e748e778a61269cd653fd748af8
pkg-http:
url: github.com/toitlang/pkg-http
name: http
Expand Down
2 changes: 1 addition & 1 deletion tools/http_servers/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies:
path: ../..
cli:
url: github.com/toitlang/pkg-cli
version: ^1.5.0
version: ^1.5.1
http:
url: github.com/toitlang/pkg-http
version: ^2.3.4
6 changes: 3 additions & 3 deletions tools/lan_ip/package.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sdk: ^2.0.0-alpha.64
sdk: ^2.0.0-alpha.124
prefixes:
host: pkg-host
packages:
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.11.0
hash: 7e7df6ac70d98a02f232185add81a06cec0d77e8
version: 1.13.0
hash: 64ee9e7bf1fd0e748e778a61269cd653fd748af8
2 changes: 1 addition & 1 deletion tools/lan_ip/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
host:
url: github.com/toitlang/pkg-host
version: ^1.11.0
version: ^1.13.0
14 changes: 7 additions & 7 deletions tools/service_image_uploader/package.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk: ^2.0.0-alpha.120
sdk: ^2.0.0-alpha.128
prefixes:
ar: pkg-ar
artemis: ..
Expand Down Expand Up @@ -34,23 +34,23 @@ packages:
pkg-cli:
url: github.com/toitlang/pkg-cli
name: cli
version: 1.5.0
hash: 31f4cc21dbafe2d24c5f9ef249c62e2b770c7572
version: 1.5.1
hash: 6fdcf3bb51237f772be37e32a64ad1d283923c3e
prefixes:
fs: pkg-fs
host: pkg-host
pkg-fs:
url: github.com/toitlang/pkg-fs
name: fs
version: 2.1.0
hash: ac3933367912563055ceea4188adcead3428103c
version: 2.2.0
hash: 863280c5c62ac259d16d0d3b24df21209b461b14
prefixes:
host: pkg-host
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.12.0
hash: fe5e10c56abc3fca1ef9bcba415e77fd59183cab
version: 1.13.0
hash: 64ee9e7bf1fd0e748e778a61269cd653fd748af8
pkg-http:
url: github.com/toitlang/pkg-http
name: http
Expand Down
4 changes: 2 additions & 2 deletions tools/service_image_uploader/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dependencies:
version: ^1.6.1
cli:
url: github.com/toitlang/pkg-cli
version: ^1.5.0
version: ^1.5.1
host:
url: github.com/toitlang/pkg-host
version: ^1.12.0
version: ^1.13.0
http:
url: github.com/toitlang/pkg-http
version: ^2.3.4
Expand Down
14 changes: 7 additions & 7 deletions tools/snapshot/package.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk: ^2.0.0-alpha.120
sdk: ^2.0.0-alpha.128
prefixes:
ar: pkg-ar
cli: pkg-cli
Expand All @@ -13,20 +13,20 @@ packages:
pkg-cli:
url: github.com/toitlang/pkg-cli
name: cli
version: 1.5.0
hash: 31f4cc21dbafe2d24c5f9ef249c62e2b770c7572
version: 1.5.1
hash: 6fdcf3bb51237f772be37e32a64ad1d283923c3e
prefixes:
fs: pkg-fs
host: pkg-host
pkg-fs:
url: github.com/toitlang/pkg-fs
name: fs
version: 2.1.0
hash: ac3933367912563055ceea4188adcead3428103c
version: 2.2.0
hash: 863280c5c62ac259d16d0d3b24df21209b461b14
prefixes:
host: pkg-host
pkg-host:
url: github.com/toitlang/pkg-host
name: host
version: 1.12.0
hash: fe5e10c56abc3fca1ef9bcba415e77fd59183cab
version: 1.13.0
hash: 64ee9e7bf1fd0e748e778a61269cd653fd748af8
6 changes: 3 additions & 3 deletions tools/snapshot/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
version: ^1.0.1
cli:
url: github.com/toitlang/pkg-cli
version: ^1.5.0
version: ^1.5.1
fs:
url: github.com/toitlang/pkg-fs
version: ^2.1.0
version: ^2.2.0
host:
url: github.com/toitlang/pkg-host
version: ^1.12.0
version: ^1.13.0
Loading