From 8b8e4959a555cdc605545ef35ac56029b3bf5b2b Mon Sep 17 00:00:00 2001 From: Kasper Lund Date: Wed, 15 Nov 2023 15:13:15 +0100 Subject: [PATCH] Move system.toit to lib/system/ (#1965) --- .../mcp2518fd-driver__example__spi.toit.gold | 3 ++ .../pkg-host__tests__backticks_test.toit.gold | 12 ++++++ ...g-host__tests__block_stdin_child.toit.gold | 12 ++++++ ...kg-host__tests__block_stdin_test.toit.gold | 12 ++++++ ...-host__tests__block_stdout_child.toit.gold | 12 ++++++ ...g-host__tests__block_stdout_test.toit.gold | 12 ++++++ ...g-host__tests__chdir_rename_test.toit.gold | 6 +++ .../gold/pkg-host__tests__dir_test.toit.gold | 18 ++++++++ .../gold/pkg-host__tests__env_test.toit.gold | 12 ++++++ ...kg-host__tests__env_unicode_test.toit.gold | 12 ++++++ .../gold/pkg-host__tests__file_test.toit.gold | 6 +++ ...st__tests__fork_stress_test_slow.toit.gold | 12 ++++++ ...kg-host__tests__mkdir_rmdir_test.toit.gold | 6 +++ .../pkg-host__tests__mkdtemp_test.toit.gold | 6 +++ .../pkg-host__tests__pipe2_test.toit.gold | 18 ++++++++ ...pkg-host__tests__pipe_crash_test.toit.gold | 18 ++++++++ .../pkg-host__tests__pipe_test_slow.toit.gold | 18 ++++++++ .../pkg-host__tests__symlink_test.toit.gold | 18 ++++++++ .../toit-1-wire__examples__family.toit.gold | 15 +++++++ ...oit-1-wire__tests__one_wire_test.toit.gold | 15 +++++++ .../toit-1-wire__tests__rmt_test.toit.gold | 15 +++++++ ...t-roots__examples__discover_root.toit.gold | 42 +++++++++++++++++++ ...cert-roots__examples__get_google.toit.gold | 42 +++++++++++++++++++ ...les__get_root_from_first_attempt.toit.gold | 42 +++++++++++++++++++ ...rt-roots__tests__parse_x509_test.toit.gold | 42 +++++++++++++++++++ ...tests__tls_global_cert_test_slow.toit.gold | 42 +++++++++++++++++++ ...-cert-roots__tests__trivial_test.toit.gold | 42 +++++++++++++++++++ ...color-tft__examples__get_display.toit.gold | 6 +++ ...it-color-tft__examples__tft_demo.toit.gold | 6 +++ ...-color-tft__examples__watch_demo.toit.gold | 6 +++ ...11__examples__print_measurements.toit.gold | 3 ++ .../toit-qubitro__examples__publish.toit.gold | 3 ++ ...t-ssd1306__examples__get_display.toit.gold | 6 +++ ...__examples__ssd1306_display_logo.toit.gold | 6 +++ ...examples__ssd1306_histogram_demo.toit.gold | 6 +++ ...6__examples__ssd1306_window_demo.toit.gold | 6 +++ ...t-supabase__examples__auth_email.toit.gold | 18 ++++++++ ...t-supabase__examples__auth_oauth.toit.gold | 18 ++++++++ .../toit-supabase__examples__rest.toit.gold | 18 ++++++++ ...toit-supabase__examples__storage.toit.gold | 18 ++++++++ ...upabase__examples__utils__client.toit.gold | 18 ++++++++ ...__examples__utils__local_storage.toit.gold | 18 ++++++++ ..._supabase__supabase_filters_test.toit.gold | 18 ++++++++ ..._supabase__supabase_local_server.toit.gold | 18 ++++++++ ...__tests__supabase__supabase_test.toit.gold | 18 ++++++++ .../toit-tm1640__examples__alphabet.toit.gold | 6 +++ .../toit-tm1640__examples__clock.toit.gold | 6 +++ .../toit-tm1640__examples__scroll.toit.gold | 6 +++ lib/{ => system}/system.toit | 0 49 files changed, 738 insertions(+) create mode 100644 external/gold/pkg-host__tests__backticks_test.toit.gold create mode 100644 external/gold/pkg-host__tests__block_stdin_child.toit.gold create mode 100644 external/gold/pkg-host__tests__block_stdin_test.toit.gold create mode 100644 external/gold/pkg-host__tests__block_stdout_child.toit.gold create mode 100644 external/gold/pkg-host__tests__chdir_rename_test.toit.gold create mode 100644 external/gold/pkg-host__tests__env_unicode_test.toit.gold create mode 100644 external/gold/pkg-host__tests__mkdir_rmdir_test.toit.gold create mode 100644 external/gold/pkg-host__tests__mkdtemp_test.toit.gold create mode 100644 external/gold/toit-1-wire__examples__family.toit.gold create mode 100644 external/gold/toit-1-wire__tests__one_wire_test.toit.gold create mode 100644 external/gold/toit-1-wire__tests__rmt_test.toit.gold create mode 100644 external/gold/toit-cert-roots__examples__discover_root.toit.gold create mode 100644 external/gold/toit-cert-roots__examples__get_google.toit.gold create mode 100644 external/gold/toit-cert-roots__examples__get_root_from_first_attempt.toit.gold create mode 100644 external/gold/toit-cert-roots__tests__trivial_test.toit.gold create mode 100644 external/gold/toit-color-tft__examples__get_display.toit.gold create mode 100644 external/gold/toit-color-tft__examples__tft_demo.toit.gold create mode 100644 external/gold/toit-color-tft__examples__watch_demo.toit.gold create mode 100644 external/gold/toit-hx711__examples__print_measurements.toit.gold create mode 100644 external/gold/toit-qubitro__examples__publish.toit.gold create mode 100644 external/gold/toit-ssd1306__examples__get_display.toit.gold create mode 100644 external/gold/toit-ssd1306__examples__ssd1306_display_logo.toit.gold create mode 100644 external/gold/toit-ssd1306__examples__ssd1306_histogram_demo.toit.gold create mode 100644 external/gold/toit-ssd1306__examples__ssd1306_window_demo.toit.gold create mode 100644 external/gold/toit-supabase__tests__supabase__supabase_filters_test.toit.gold create mode 100644 external/gold/toit-supabase__tests__supabase__supabase_local_server.toit.gold create mode 100644 external/gold/toit-supabase__tests__supabase__supabase_test.toit.gold create mode 100644 external/gold/toit-tm1640__examples__alphabet.toit.gold create mode 100644 external/gold/toit-tm1640__examples__clock.toit.gold create mode 100644 external/gold/toit-tm1640__examples__scroll.toit.gold rename lib/{ => system}/system.toit (100%) diff --git a/external/gold/mcp2518fd-driver__example__spi.toit.gold b/external/gold/mcp2518fd-driver__example__spi.toit.gold index b66234a3a..31891ec41 100644 --- a/external/gold/mcp2518fd-driver__example__spi.toit.gold +++ b/external/gold/mcp2518fd-driver__example__spi.toit.gold @@ -1,3 +1,6 @@ +/driver.toit:340:15: warning: Deprecated 'Pin.config' + interrupt.config --input + ^~~~~~ mcp2518fd-driver/example/spi.toit:27:9: warning: Deprecated 'Pin.config' INT.config --input ^~~~~~ diff --git a/external/gold/pkg-host__tests__backticks_test.toit.gold b/external/gold/pkg-host__tests__backticks_test.toit.gold new file mode 100644 index 000000000..052ce8b75 --- /dev/null +++ b/external/gold/pkg-host__tests__backticks_test.toit.gold @@ -0,0 +1,12 @@ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__block_stdin_child.toit.gold b/external/gold/pkg-host__tests__block_stdin_child.toit.gold new file mode 100644 index 000000000..052ce8b75 --- /dev/null +++ b/external/gold/pkg-host__tests__block_stdin_child.toit.gold @@ -0,0 +1,12 @@ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__block_stdin_test.toit.gold b/external/gold/pkg-host__tests__block_stdin_test.toit.gold new file mode 100644 index 000000000..052ce8b75 --- /dev/null +++ b/external/gold/pkg-host__tests__block_stdin_test.toit.gold @@ -0,0 +1,12 @@ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__block_stdout_child.toit.gold b/external/gold/pkg-host__tests__block_stdout_child.toit.gold new file mode 100644 index 000000000..052ce8b75 --- /dev/null +++ b/external/gold/pkg-host__tests__block_stdout_child.toit.gold @@ -0,0 +1,12 @@ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__block_stdout_test.toit.gold b/external/gold/pkg-host__tests__block_stdout_test.toit.gold index 8f53aa054..a58129a61 100644 --- a/external/gold/pkg-host__tests__block_stdout_test.toit.gold +++ b/external/gold/pkg-host__tests__block_stdout_test.toit.gold @@ -1,3 +1,15 @@ pkg-host/tests/block_stdout_test.toit:12:22: warning: Deprecated 'vm-sdk-version' if (semver.compare vm-sdk-version "v2.0.0-alpha.114") < 0: ^~~~~~~~~~~~~~ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__chdir_rename_test.toit.gold b/external/gold/pkg-host__tests__chdir_rename_test.toit.gold new file mode 100644 index 000000000..65da3ba6b --- /dev/null +++ b/external/gold/pkg-host__tests__chdir_rename_test.toit.gold @@ -0,0 +1,6 @@ +/directory.toit:154:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__dir_test.toit.gold b/external/gold/pkg-host__tests__dir_test.toit.gold index 62d7086dd..ccd9f578d 100644 --- a/external/gold/pkg-host__tests__dir_test.toit.gold +++ b/external/gold/pkg-host__tests__dir_test.toit.gold @@ -4,3 +4,21 @@ pkg-host/tests/dir_test.toit:12:6: warning: Deprecated 'platform' pkg-host/tests/dir_test.toit:12:48: warning: Deprecated 'vm-sdk-version' if platform == "Windows" and (semver.compare vm-sdk-version "v2.0.0-alpha.114") < 0: ^~~~~~~~~~~~~~ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/directory.toit:154:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__env_test.toit.gold b/external/gold/pkg-host__tests__env_test.toit.gold index 3f4e7b77c..1ba3c2e75 100644 --- a/external/gold/pkg-host__tests__env_test.toit.gold +++ b/external/gold/pkg-host__tests__env_test.toit.gold @@ -1,3 +1,15 @@ pkg-host/tests/env_test.toit:30:12: warning: Deprecated 'platform' shell := platform == "Windows" ? ["cmd", "/S", "/C"] : ["sh", "-c"] ^~~~~~~~ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__env_unicode_test.toit.gold b/external/gold/pkg-host__tests__env_unicode_test.toit.gold new file mode 100644 index 000000000..052ce8b75 --- /dev/null +++ b/external/gold/pkg-host__tests__env_unicode_test.toit.gold @@ -0,0 +1,12 @@ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__file_test.toit.gold b/external/gold/pkg-host__tests__file_test.toit.gold index 82ebb0db2..79e49f147 100644 --- a/external/gold/pkg-host__tests__file_test.toit.gold +++ b/external/gold/pkg-host__tests__file_test.toit.gold @@ -19,3 +19,9 @@ pkg-host/tests/file_test.toit:143:19: warning: Deprecated 'platform' pkg-host/tests/file_test.toit:143:31: warning: Deprecated 'PLATFORM-WINDOWS' path_sep := platform == PLATFORM_WINDOWS ? "\\" : "/" ^~~~~~~~~~~~~~~~ +/directory.toit:154:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__fork_stress_test_slow.toit.gold b/external/gold/pkg-host__tests__fork_stress_test_slow.toit.gold index 288954f4d..26f200c1b 100644 --- a/external/gold/pkg-host__tests__fork_stress_test_slow.toit.gold +++ b/external/gold/pkg-host__tests__fork_stress_test_slow.toit.gold @@ -4,3 +4,15 @@ pkg-host/tests/fork_stress_test_slow.toit:57:6: warning: Deprecated 'platform' pkg-host/tests/fork_stress_test_slow.toit:57:48: warning: Deprecated 'vm-sdk-version' if platform == "Windows" and (semver.compare vm-sdk-version "v2.0.0-alpha.114") < 0: ^~~~~~~~~~~~~~ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__mkdir_rmdir_test.toit.gold b/external/gold/pkg-host__tests__mkdir_rmdir_test.toit.gold new file mode 100644 index 000000000..65da3ba6b --- /dev/null +++ b/external/gold/pkg-host__tests__mkdir_rmdir_test.toit.gold @@ -0,0 +1,6 @@ +/directory.toit:154:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__mkdtemp_test.toit.gold b/external/gold/pkg-host__tests__mkdtemp_test.toit.gold new file mode 100644 index 000000000..65da3ba6b --- /dev/null +++ b/external/gold/pkg-host__tests__mkdtemp_test.toit.gold @@ -0,0 +1,6 @@ +/directory.toit:154:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__pipe2_test.toit.gold b/external/gold/pkg-host__tests__pipe2_test.toit.gold index 48d76e1f3..6a5342a12 100644 --- a/external/gold/pkg-host__tests__pipe2_test.toit.gold +++ b/external/gold/pkg-host__tests__pipe2_test.toit.gold @@ -7,3 +7,21 @@ pkg-host/tests/pipe2_test.toit:58:48: warning: Deprecated 'vm-sdk-version' pkg-host/tests/pipe2_test.toit:65:6: warning: Deprecated 'platform' if platform == "FreeRTOS": return ^~~~~~~~ +/directory.toit:154:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__pipe_crash_test.toit.gold b/external/gold/pkg-host__tests__pipe_crash_test.toit.gold index 19b503c62..f7f3d226e 100644 --- a/external/gold/pkg-host__tests__pipe_crash_test.toit.gold +++ b/external/gold/pkg-host__tests__pipe_crash_test.toit.gold @@ -7,3 +7,21 @@ pkg-host/tests/pipe_crash_test.toit:38:6: warning: Deprecated 'platform' pkg-host/tests/pipe_crash_test.toit:38:18: warning: Deprecated 'PLATFORM-WINDOWS' if platform != PLATFORM_WINDOWS: ^~~~~~~~~~~~~~~~ +/directory.toit:154:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__pipe_test_slow.toit.gold b/external/gold/pkg-host__tests__pipe_test_slow.toit.gold index ffc7db757..db6e53c72 100644 --- a/external/gold/pkg-host__tests__pipe_test_slow.toit.gold +++ b/external/gold/pkg-host__tests__pipe_test_slow.toit.gold @@ -58,3 +58,21 @@ pkg-host/tests/pipe_test_slow.toit:200:11: warning: Deprecated 'platform' pkg-host/tests/pipe_test_slow.toit:200:23: warning: Deprecated 'PLATFORM-MACOS' else if platform == PLATFORM_MACOS: ^~~~~~~~~~~~~~ +/directory.toit:154:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/pkg-host__tests__symlink_test.toit.gold b/external/gold/pkg-host__tests__symlink_test.toit.gold index 493f6a5de..3ce3e3e7a 100644 --- a/external/gold/pkg-host__tests__symlink_test.toit.gold +++ b/external/gold/pkg-host__tests__symlink_test.toit.gold @@ -16,3 +16,21 @@ pkg-host/tests/symlink_test.toit:70:8: warning: Deprecated 'platform' pkg-host/tests/symlink_test.toit:70:20: warning: Deprecated 'PLATFORM-WINDOWS' if platform != PLATFORM_WINDOWS: ^~~~~~~~~~~~~~~~ +/directory.toit:154:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:180:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ +/pipe.toit:395:6: warning: Deprecated 'platform' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS' + if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-1-wire__examples__family.toit.gold b/external/gold/toit-1-wire__examples__family.toit.gold new file mode 100644 index 000000000..762d50765 --- /dev/null +++ b/external/gold/toit-1-wire__examples__family.toit.gold @@ -0,0 +1,15 @@ +/one_wire.toit:480:32: warning: Deprecated 'BITS-PER-BYTE' + static SIGNALS_PER_BYTE_ ::= BITS_PER_BYTE * SIGNALS_PER_BIT_ + ^~~~~~~~~~~~~ +/one_wire.toit:589:22: warning: Deprecated 'BITS-PER-BYTE' + write_bits value BITS_PER_BYTE + ^~~~~~~~~~~~~ +/one_wire.toit:653:22: warning: Deprecated 'BITS-PER-BYTE' + return read_bits BITS_PER_BYTE + ^~~~~~~~~~~~~ +/one_wire.toit:611:45: warning: Deprecated 'BITS-PER-BYTE' + assert: count == bits_or_bytes.size * BITS_PER_BYTE + ^~~~~~~~~~~~~ +/one_wire.toit:614:64: warning: Deprecated 'BITS-PER-BYTE' + encode_write_signals_ signals it --from=offset --count=BITS_PER_BYTE + ^~~~~~~~~~~~~ diff --git a/external/gold/toit-1-wire__tests__one_wire_test.toit.gold b/external/gold/toit-1-wire__tests__one_wire_test.toit.gold new file mode 100644 index 000000000..762d50765 --- /dev/null +++ b/external/gold/toit-1-wire__tests__one_wire_test.toit.gold @@ -0,0 +1,15 @@ +/one_wire.toit:480:32: warning: Deprecated 'BITS-PER-BYTE' + static SIGNALS_PER_BYTE_ ::= BITS_PER_BYTE * SIGNALS_PER_BIT_ + ^~~~~~~~~~~~~ +/one_wire.toit:589:22: warning: Deprecated 'BITS-PER-BYTE' + write_bits value BITS_PER_BYTE + ^~~~~~~~~~~~~ +/one_wire.toit:653:22: warning: Deprecated 'BITS-PER-BYTE' + return read_bits BITS_PER_BYTE + ^~~~~~~~~~~~~ +/one_wire.toit:611:45: warning: Deprecated 'BITS-PER-BYTE' + assert: count == bits_or_bytes.size * BITS_PER_BYTE + ^~~~~~~~~~~~~ +/one_wire.toit:614:64: warning: Deprecated 'BITS-PER-BYTE' + encode_write_signals_ signals it --from=offset --count=BITS_PER_BYTE + ^~~~~~~~~~~~~ diff --git a/external/gold/toit-1-wire__tests__rmt_test.toit.gold b/external/gold/toit-1-wire__tests__rmt_test.toit.gold new file mode 100644 index 000000000..762d50765 --- /dev/null +++ b/external/gold/toit-1-wire__tests__rmt_test.toit.gold @@ -0,0 +1,15 @@ +/one_wire.toit:480:32: warning: Deprecated 'BITS-PER-BYTE' + static SIGNALS_PER_BYTE_ ::= BITS_PER_BYTE * SIGNALS_PER_BIT_ + ^~~~~~~~~~~~~ +/one_wire.toit:589:22: warning: Deprecated 'BITS-PER-BYTE' + write_bits value BITS_PER_BYTE + ^~~~~~~~~~~~~ +/one_wire.toit:653:22: warning: Deprecated 'BITS-PER-BYTE' + return read_bits BITS_PER_BYTE + ^~~~~~~~~~~~~ +/one_wire.toit:611:45: warning: Deprecated 'BITS-PER-BYTE' + assert: count == bits_or_bytes.size * BITS_PER_BYTE + ^~~~~~~~~~~~~ +/one_wire.toit:614:64: warning: Deprecated 'BITS-PER-BYTE' + encode_write_signals_ signals it --from=offset --count=BITS_PER_BYTE + ^~~~~~~~~~~~~ diff --git a/external/gold/toit-cert-roots__examples__discover_root.toit.gold b/external/gold/toit-cert-roots__examples__discover_root.toit.gold new file mode 100644 index 000000000..79ff59849 --- /dev/null +++ b/external/gold/toit-cert-roots__examples__discover_root.toit.gold @@ -0,0 +1,42 @@ +/certificate_roots.toit:10750:29: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + "Cybertrust Global Root": CYBERTRUST_GLOBAL_ROOT, + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10755:21: warning: Deprecated 'DST-ROOT-CA-X3' + "DST Root CA X3": DST_ROOT_CA_X3, + ^~~~~~~~~~~~~~ +/certificate_roots.toit:10766:13: warning: Deprecated 'EC-ACC' + "EC-ACC": EC_ACC, + ^~~~~~ +/certificate_roots.toit:10781:30: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + "GlobalSign Root CA - R2": GLOBALSIGN_ROOT_CA_R2, + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10791:62: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + "Hellenic Academic and Research Institutions RootCA 2011": HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10805:46: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + "Network Solutions Certificate Authority": NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10829:39: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + "Staat der Nederlanden EV Root CA": STAAT_DER_NEDERLANDEN_EV_ROOT_CA, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11093:3: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + CYBERTRUST_GLOBAL_ROOT.install + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11098:3: warning: Deprecated 'DST-ROOT-CA-X3' + DST_ROOT_CA_X3.install + ^~~~~~~~~~~~~~ +/certificate_roots.toit:11109:3: warning: Deprecated 'EC-ACC' + EC_ACC.install + ^~~~~~ +/certificate_roots.toit:11124:3: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + GLOBALSIGN_ROOT_CA_R2.install + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11134:3: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11148:3: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11172:3: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + STAAT_DER_NEDERLANDEN_EV_ROOT_CA.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-cert-roots__examples__get_google.toit.gold b/external/gold/toit-cert-roots__examples__get_google.toit.gold new file mode 100644 index 000000000..79ff59849 --- /dev/null +++ b/external/gold/toit-cert-roots__examples__get_google.toit.gold @@ -0,0 +1,42 @@ +/certificate_roots.toit:10750:29: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + "Cybertrust Global Root": CYBERTRUST_GLOBAL_ROOT, + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10755:21: warning: Deprecated 'DST-ROOT-CA-X3' + "DST Root CA X3": DST_ROOT_CA_X3, + ^~~~~~~~~~~~~~ +/certificate_roots.toit:10766:13: warning: Deprecated 'EC-ACC' + "EC-ACC": EC_ACC, + ^~~~~~ +/certificate_roots.toit:10781:30: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + "GlobalSign Root CA - R2": GLOBALSIGN_ROOT_CA_R2, + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10791:62: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + "Hellenic Academic and Research Institutions RootCA 2011": HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10805:46: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + "Network Solutions Certificate Authority": NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10829:39: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + "Staat der Nederlanden EV Root CA": STAAT_DER_NEDERLANDEN_EV_ROOT_CA, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11093:3: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + CYBERTRUST_GLOBAL_ROOT.install + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11098:3: warning: Deprecated 'DST-ROOT-CA-X3' + DST_ROOT_CA_X3.install + ^~~~~~~~~~~~~~ +/certificate_roots.toit:11109:3: warning: Deprecated 'EC-ACC' + EC_ACC.install + ^~~~~~ +/certificate_roots.toit:11124:3: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + GLOBALSIGN_ROOT_CA_R2.install + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11134:3: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11148:3: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11172:3: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + STAAT_DER_NEDERLANDEN_EV_ROOT_CA.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-cert-roots__examples__get_root_from_first_attempt.toit.gold b/external/gold/toit-cert-roots__examples__get_root_from_first_attempt.toit.gold new file mode 100644 index 000000000..79ff59849 --- /dev/null +++ b/external/gold/toit-cert-roots__examples__get_root_from_first_attempt.toit.gold @@ -0,0 +1,42 @@ +/certificate_roots.toit:10750:29: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + "Cybertrust Global Root": CYBERTRUST_GLOBAL_ROOT, + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10755:21: warning: Deprecated 'DST-ROOT-CA-X3' + "DST Root CA X3": DST_ROOT_CA_X3, + ^~~~~~~~~~~~~~ +/certificate_roots.toit:10766:13: warning: Deprecated 'EC-ACC' + "EC-ACC": EC_ACC, + ^~~~~~ +/certificate_roots.toit:10781:30: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + "GlobalSign Root CA - R2": GLOBALSIGN_ROOT_CA_R2, + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10791:62: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + "Hellenic Academic and Research Institutions RootCA 2011": HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10805:46: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + "Network Solutions Certificate Authority": NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10829:39: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + "Staat der Nederlanden EV Root CA": STAAT_DER_NEDERLANDEN_EV_ROOT_CA, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11093:3: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + CYBERTRUST_GLOBAL_ROOT.install + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11098:3: warning: Deprecated 'DST-ROOT-CA-X3' + DST_ROOT_CA_X3.install + ^~~~~~~~~~~~~~ +/certificate_roots.toit:11109:3: warning: Deprecated 'EC-ACC' + EC_ACC.install + ^~~~~~ +/certificate_roots.toit:11124:3: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + GLOBALSIGN_ROOT_CA_R2.install + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11134:3: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11148:3: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11172:3: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + STAAT_DER_NEDERLANDEN_EV_ROOT_CA.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-cert-roots__tests__parse_x509_test.toit.gold b/external/gold/toit-cert-roots__tests__parse_x509_test.toit.gold index a078a3549..7af9c1586 100644 --- a/external/gold/toit-cert-roots__tests__parse_x509_test.toit.gold +++ b/external/gold/toit-cert-roots__tests__parse_x509_test.toit.gold @@ -1,3 +1,24 @@ +/certificate_roots.toit:10750:29: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + "Cybertrust Global Root": CYBERTRUST_GLOBAL_ROOT, + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10755:21: warning: Deprecated 'DST-ROOT-CA-X3' + "DST Root CA X3": DST_ROOT_CA_X3, + ^~~~~~~~~~~~~~ +/certificate_roots.toit:10766:13: warning: Deprecated 'EC-ACC' + "EC-ACC": EC_ACC, + ^~~~~~ +/certificate_roots.toit:10781:30: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + "GlobalSign Root CA - R2": GLOBALSIGN_ROOT_CA_R2, + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10791:62: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + "Hellenic Academic and Research Institutions RootCA 2011": HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10805:46: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + "Network Solutions Certificate Authority": NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10829:39: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + "Staat der Nederlanden EV Root CA": STAAT_DER_NEDERLANDEN_EV_ROOT_CA, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toit-cert-roots/tests/parse_x509_test.toit:9:27: warning: Deprecated 'DST-ROOT-CA-X3' dst := certificate_roots.DST_ROOT_CA_X3 ^ @@ -7,3 +28,24 @@ toit-cert-roots/tests/parse_x509_test.toit:10:29: warning: Deprecated 'CYBERTRUS toit-cert-roots/tests/parse_x509_test.toit:11:34: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' globalsign := certificate_roots.GLOBALSIGN_ROOT_CA_R2 ^ +/certificate_roots.toit:11093:3: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + CYBERTRUST_GLOBAL_ROOT.install + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11098:3: warning: Deprecated 'DST-ROOT-CA-X3' + DST_ROOT_CA_X3.install + ^~~~~~~~~~~~~~ +/certificate_roots.toit:11109:3: warning: Deprecated 'EC-ACC' + EC_ACC.install + ^~~~~~ +/certificate_roots.toit:11124:3: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + GLOBALSIGN_ROOT_CA_R2.install + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11134:3: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11148:3: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11172:3: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + STAAT_DER_NEDERLANDEN_EV_ROOT_CA.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-cert-roots__tests__tls_global_cert_test_slow.toit.gold b/external/gold/toit-cert-roots__tests__tls_global_cert_test_slow.toit.gold index 7702e5b17..3b8a27aef 100644 --- a/external/gold/toit-cert-roots__tests__tls_global_cert_test_slow.toit.gold +++ b/external/gold/toit-cert-roots__tests__tls_global_cert_test_slow.toit.gold @@ -1,3 +1,45 @@ +/certificate_roots.toit:10750:29: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + "Cybertrust Global Root": CYBERTRUST_GLOBAL_ROOT, + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10755:21: warning: Deprecated 'DST-ROOT-CA-X3' + "DST Root CA X3": DST_ROOT_CA_X3, + ^~~~~~~~~~~~~~ +/certificate_roots.toit:10766:13: warning: Deprecated 'EC-ACC' + "EC-ACC": EC_ACC, + ^~~~~~ +/certificate_roots.toit:10781:30: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + "GlobalSign Root CA - R2": GLOBALSIGN_ROOT_CA_R2, + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10791:62: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + "Hellenic Academic and Research Institutions RootCA 2011": HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10805:46: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + "Network Solutions Certificate Authority": NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10829:39: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + "Staat der Nederlanden EV Root CA": STAAT_DER_NEDERLANDEN_EV_ROOT_CA, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toit-cert-roots/tests/tls_global_cert_test_slow.toit:21:28: warning: Deprecated 'platform' concurrent_processes ::= platform == "FreeRTOS" ? 1 : 4 ^~~~~~~~ +/certificate_roots.toit:11093:3: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + CYBERTRUST_GLOBAL_ROOT.install + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11098:3: warning: Deprecated 'DST-ROOT-CA-X3' + DST_ROOT_CA_X3.install + ^~~~~~~~~~~~~~ +/certificate_roots.toit:11109:3: warning: Deprecated 'EC-ACC' + EC_ACC.install + ^~~~~~ +/certificate_roots.toit:11124:3: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + GLOBALSIGN_ROOT_CA_R2.install + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11134:3: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11148:3: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11172:3: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + STAAT_DER_NEDERLANDEN_EV_ROOT_CA.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-cert-roots__tests__trivial_test.toit.gold b/external/gold/toit-cert-roots__tests__trivial_test.toit.gold new file mode 100644 index 000000000..79ff59849 --- /dev/null +++ b/external/gold/toit-cert-roots__tests__trivial_test.toit.gold @@ -0,0 +1,42 @@ +/certificate_roots.toit:10750:29: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + "Cybertrust Global Root": CYBERTRUST_GLOBAL_ROOT, + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10755:21: warning: Deprecated 'DST-ROOT-CA-X3' + "DST Root CA X3": DST_ROOT_CA_X3, + ^~~~~~~~~~~~~~ +/certificate_roots.toit:10766:13: warning: Deprecated 'EC-ACC' + "EC-ACC": EC_ACC, + ^~~~~~ +/certificate_roots.toit:10781:30: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + "GlobalSign Root CA - R2": GLOBALSIGN_ROOT_CA_R2, + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10791:62: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + "Hellenic Academic and Research Institutions RootCA 2011": HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10805:46: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + "Network Solutions Certificate Authority": NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:10829:39: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + "Staat der Nederlanden EV Root CA": STAAT_DER_NEDERLANDEN_EV_ROOT_CA, + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11093:3: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT' + CYBERTRUST_GLOBAL_ROOT.install + ^~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11098:3: warning: Deprecated 'DST-ROOT-CA-X3' + DST_ROOT_CA_X3.install + ^~~~~~~~~~~~~~ +/certificate_roots.toit:11109:3: warning: Deprecated 'EC-ACC' + EC_ACC.install + ^~~~~~ +/certificate_roots.toit:11124:3: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2' + GLOBALSIGN_ROOT_CA_R2.install + ^~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11134:3: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011' + HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11148:3: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY' + NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +/certificate_roots.toit:11172:3: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA' + STAAT_DER_NEDERLANDEN_EV_ROOT_CA.install + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-color-tft__examples__get_display.toit.gold b/external/gold/toit-color-tft__examples__get_display.toit.gold new file mode 100644 index 000000000..b3822e79c --- /dev/null +++ b/external/gold/toit-color-tft__examples__get_display.toit.gold @@ -0,0 +1,6 @@ +/color_tft.toit:158:31: warning: Deprecated 'Pin.config' + if backlight_: backlight_.config --output + ^~~~~~ +/color_tft.toit:160:14: warning: Deprecated 'Pin.config' + reset_.config --output + ^~~~~~ diff --git a/external/gold/toit-color-tft__examples__tft_demo.toit.gold b/external/gold/toit-color-tft__examples__tft_demo.toit.gold new file mode 100644 index 000000000..b3822e79c --- /dev/null +++ b/external/gold/toit-color-tft__examples__tft_demo.toit.gold @@ -0,0 +1,6 @@ +/color_tft.toit:158:31: warning: Deprecated 'Pin.config' + if backlight_: backlight_.config --output + ^~~~~~ +/color_tft.toit:160:14: warning: Deprecated 'Pin.config' + reset_.config --output + ^~~~~~ diff --git a/external/gold/toit-color-tft__examples__watch_demo.toit.gold b/external/gold/toit-color-tft__examples__watch_demo.toit.gold new file mode 100644 index 000000000..b3822e79c --- /dev/null +++ b/external/gold/toit-color-tft__examples__watch_demo.toit.gold @@ -0,0 +1,6 @@ +/color_tft.toit:158:31: warning: Deprecated 'Pin.config' + if backlight_: backlight_.config --output + ^~~~~~ +/color_tft.toit:160:14: warning: Deprecated 'Pin.config' + reset_.config --output + ^~~~~~ diff --git a/external/gold/toit-hx711__examples__print_measurements.toit.gold b/external/gold/toit-hx711__examples__print_measurements.toit.gold new file mode 100644 index 000000000..271eeee27 --- /dev/null +++ b/external/gold/toit-hx711__examples__print_measurements.toit.gold @@ -0,0 +1,3 @@ +/hx711.toit:44:10: warning: Deprecated 'Pin.config' + data.config --input + ^~~~~~ diff --git a/external/gold/toit-qubitro__examples__publish.toit.gold b/external/gold/toit-qubitro__examples__publish.toit.gold new file mode 100644 index 000000000..6df6e37c5 --- /dev/null +++ b/external/gold/toit-qubitro__examples__publish.toit.gold @@ -0,0 +1,3 @@ +/service.toit:104:36: warning: Deprecated constructor 'TcpTransport.tls' + transport = mqtt.TcpTransport.tls network + ^ diff --git a/external/gold/toit-ssd1306__examples__get_display.toit.gold b/external/gold/toit-ssd1306__examples__get_display.toit.gold new file mode 100644 index 000000000..889bff311 --- /dev/null +++ b/external/gold/toit-ssd1306__examples__get_display.toit.gold @@ -0,0 +1,6 @@ +/ssd1306.toit:69:10: warning: Class 'SSD1306' is deprecated + super.from_subclass_ --reset=reset --height=height --flip=flip --inverse=inverse --layout=layout + ^ +/ssd1306.toit:88:10: warning: Class 'SSD1306' is deprecated + super.from_subclass_ --reset=reset --height=height --flip=flip --inverse=inverse --layout=layout + ^ diff --git a/external/gold/toit-ssd1306__examples__ssd1306_display_logo.toit.gold b/external/gold/toit-ssd1306__examples__ssd1306_display_logo.toit.gold new file mode 100644 index 000000000..889bff311 --- /dev/null +++ b/external/gold/toit-ssd1306__examples__ssd1306_display_logo.toit.gold @@ -0,0 +1,6 @@ +/ssd1306.toit:69:10: warning: Class 'SSD1306' is deprecated + super.from_subclass_ --reset=reset --height=height --flip=flip --inverse=inverse --layout=layout + ^ +/ssd1306.toit:88:10: warning: Class 'SSD1306' is deprecated + super.from_subclass_ --reset=reset --height=height --flip=flip --inverse=inverse --layout=layout + ^ diff --git a/external/gold/toit-ssd1306__examples__ssd1306_histogram_demo.toit.gold b/external/gold/toit-ssd1306__examples__ssd1306_histogram_demo.toit.gold new file mode 100644 index 000000000..889bff311 --- /dev/null +++ b/external/gold/toit-ssd1306__examples__ssd1306_histogram_demo.toit.gold @@ -0,0 +1,6 @@ +/ssd1306.toit:69:10: warning: Class 'SSD1306' is deprecated + super.from_subclass_ --reset=reset --height=height --flip=flip --inverse=inverse --layout=layout + ^ +/ssd1306.toit:88:10: warning: Class 'SSD1306' is deprecated + super.from_subclass_ --reset=reset --height=height --flip=flip --inverse=inverse --layout=layout + ^ diff --git a/external/gold/toit-ssd1306__examples__ssd1306_window_demo.toit.gold b/external/gold/toit-ssd1306__examples__ssd1306_window_demo.toit.gold new file mode 100644 index 000000000..889bff311 --- /dev/null +++ b/external/gold/toit-ssd1306__examples__ssd1306_window_demo.toit.gold @@ -0,0 +1,6 @@ +/ssd1306.toit:69:10: warning: Class 'SSD1306' is deprecated + super.from_subclass_ --reset=reset --height=height --flip=flip --inverse=inverse --layout=layout + ^ +/ssd1306.toit:88:10: warning: Class 'SSD1306' is deprecated + super.from_subclass_ --reset=reset --height=height --flip=flip --inverse=inverse --layout=layout + ^ diff --git a/external/gold/toit-supabase__examples__auth_email.toit.gold b/external/gold/toit-supabase__examples__auth_email.toit.gold index dfe9ecebd..cf9c27daa 100644 --- a/external/gold/toit-supabase__examples__auth_email.toit.gold +++ b/external/gold/toit-supabase__examples__auth_email.toit.gold @@ -1,3 +1,21 @@ +/auth.toit:112:14: warning: Deprecated 'platform' + if platform == PLATFORM_LINUX: + ^~~~~~~~ +/auth.toit:112:26: warning: Deprecated 'PLATFORM-LINUX' + if platform == PLATFORM_LINUX: + ^~~~~~~~~~~~~~ +/auth.toit:115:19: warning: Deprecated 'platform' + else if platform == PLATFORM_MACOS: + ^~~~~~~~ +/auth.toit:115:31: warning: Deprecated 'PLATFORM-MACOS' + else if platform == PLATFORM_MACOS: + ^~~~~~~~~~~~~~ +/auth.toit:118:19: warning: Deprecated 'platform' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/auth.toit:118:31: warning: Deprecated 'PLATFORM-WINDOWS' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ toit-supabase/examples/utils/local_storage.toit:72:8: warning: Deprecated 'platform' if platform == PLATFORM_WINDOWS: ^~~~~~~~ diff --git a/external/gold/toit-supabase__examples__auth_oauth.toit.gold b/external/gold/toit-supabase__examples__auth_oauth.toit.gold index dfe9ecebd..6dc91bde3 100644 --- a/external/gold/toit-supabase__examples__auth_oauth.toit.gold +++ b/external/gold/toit-supabase__examples__auth_oauth.toit.gold @@ -4,6 +4,24 @@ toit-supabase/examples/utils/local_storage.toit:72:8: warning: Deprecated 'platf toit-supabase/examples/utils/local_storage.toit:72:20: warning: Deprecated 'PLATFORM-WINDOWS' if platform == PLATFORM_WINDOWS: ^~~~~~~~~~~~~~~~ +/auth.toit:112:14: warning: Deprecated 'platform' + if platform == PLATFORM_LINUX: + ^~~~~~~~ +/auth.toit:112:26: warning: Deprecated 'PLATFORM-LINUX' + if platform == PLATFORM_LINUX: + ^~~~~~~~~~~~~~ +/auth.toit:115:19: warning: Deprecated 'platform' + else if platform == PLATFORM_MACOS: + ^~~~~~~~ +/auth.toit:115:31: warning: Deprecated 'PLATFORM-MACOS' + else if platform == PLATFORM_MACOS: + ^~~~~~~~~~~~~~ +/auth.toit:118:19: warning: Deprecated 'platform' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/auth.toit:118:31: warning: Deprecated 'PLATFORM-WINDOWS' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ toit-supabase/examples/utils/local_storage.toit:24:19: warning: Deprecated 'platform' if not home and platform == PLATFORM_WINDOWS: ^~~~~~~~ diff --git a/external/gold/toit-supabase__examples__rest.toit.gold b/external/gold/toit-supabase__examples__rest.toit.gold index dfe9ecebd..6dc91bde3 100644 --- a/external/gold/toit-supabase__examples__rest.toit.gold +++ b/external/gold/toit-supabase__examples__rest.toit.gold @@ -4,6 +4,24 @@ toit-supabase/examples/utils/local_storage.toit:72:8: warning: Deprecated 'platf toit-supabase/examples/utils/local_storage.toit:72:20: warning: Deprecated 'PLATFORM-WINDOWS' if platform == PLATFORM_WINDOWS: ^~~~~~~~~~~~~~~~ +/auth.toit:112:14: warning: Deprecated 'platform' + if platform == PLATFORM_LINUX: + ^~~~~~~~ +/auth.toit:112:26: warning: Deprecated 'PLATFORM-LINUX' + if platform == PLATFORM_LINUX: + ^~~~~~~~~~~~~~ +/auth.toit:115:19: warning: Deprecated 'platform' + else if platform == PLATFORM_MACOS: + ^~~~~~~~ +/auth.toit:115:31: warning: Deprecated 'PLATFORM-MACOS' + else if platform == PLATFORM_MACOS: + ^~~~~~~~~~~~~~ +/auth.toit:118:19: warning: Deprecated 'platform' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/auth.toit:118:31: warning: Deprecated 'PLATFORM-WINDOWS' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ toit-supabase/examples/utils/local_storage.toit:24:19: warning: Deprecated 'platform' if not home and platform == PLATFORM_WINDOWS: ^~~~~~~~ diff --git a/external/gold/toit-supabase__examples__storage.toit.gold b/external/gold/toit-supabase__examples__storage.toit.gold index dfe9ecebd..6dc91bde3 100644 --- a/external/gold/toit-supabase__examples__storage.toit.gold +++ b/external/gold/toit-supabase__examples__storage.toit.gold @@ -4,6 +4,24 @@ toit-supabase/examples/utils/local_storage.toit:72:8: warning: Deprecated 'platf toit-supabase/examples/utils/local_storage.toit:72:20: warning: Deprecated 'PLATFORM-WINDOWS' if platform == PLATFORM_WINDOWS: ^~~~~~~~~~~~~~~~ +/auth.toit:112:14: warning: Deprecated 'platform' + if platform == PLATFORM_LINUX: + ^~~~~~~~ +/auth.toit:112:26: warning: Deprecated 'PLATFORM-LINUX' + if platform == PLATFORM_LINUX: + ^~~~~~~~~~~~~~ +/auth.toit:115:19: warning: Deprecated 'platform' + else if platform == PLATFORM_MACOS: + ^~~~~~~~ +/auth.toit:115:31: warning: Deprecated 'PLATFORM-MACOS' + else if platform == PLATFORM_MACOS: + ^~~~~~~~~~~~~~ +/auth.toit:118:19: warning: Deprecated 'platform' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/auth.toit:118:31: warning: Deprecated 'PLATFORM-WINDOWS' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ toit-supabase/examples/utils/local_storage.toit:24:19: warning: Deprecated 'platform' if not home and platform == PLATFORM_WINDOWS: ^~~~~~~~ diff --git a/external/gold/toit-supabase__examples__utils__client.toit.gold b/external/gold/toit-supabase__examples__utils__client.toit.gold index dfe9ecebd..cf9c27daa 100644 --- a/external/gold/toit-supabase__examples__utils__client.toit.gold +++ b/external/gold/toit-supabase__examples__utils__client.toit.gold @@ -1,3 +1,21 @@ +/auth.toit:112:14: warning: Deprecated 'platform' + if platform == PLATFORM_LINUX: + ^~~~~~~~ +/auth.toit:112:26: warning: Deprecated 'PLATFORM-LINUX' + if platform == PLATFORM_LINUX: + ^~~~~~~~~~~~~~ +/auth.toit:115:19: warning: Deprecated 'platform' + else if platform == PLATFORM_MACOS: + ^~~~~~~~ +/auth.toit:115:31: warning: Deprecated 'PLATFORM-MACOS' + else if platform == PLATFORM_MACOS: + ^~~~~~~~~~~~~~ +/auth.toit:118:19: warning: Deprecated 'platform' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/auth.toit:118:31: warning: Deprecated 'PLATFORM-WINDOWS' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ toit-supabase/examples/utils/local_storage.toit:72:8: warning: Deprecated 'platform' if platform == PLATFORM_WINDOWS: ^~~~~~~~ diff --git a/external/gold/toit-supabase__examples__utils__local_storage.toit.gold b/external/gold/toit-supabase__examples__utils__local_storage.toit.gold index dfe9ecebd..cf9c27daa 100644 --- a/external/gold/toit-supabase__examples__utils__local_storage.toit.gold +++ b/external/gold/toit-supabase__examples__utils__local_storage.toit.gold @@ -1,3 +1,21 @@ +/auth.toit:112:14: warning: Deprecated 'platform' + if platform == PLATFORM_LINUX: + ^~~~~~~~ +/auth.toit:112:26: warning: Deprecated 'PLATFORM-LINUX' + if platform == PLATFORM_LINUX: + ^~~~~~~~~~~~~~ +/auth.toit:115:19: warning: Deprecated 'platform' + else if platform == PLATFORM_MACOS: + ^~~~~~~~ +/auth.toit:115:31: warning: Deprecated 'PLATFORM-MACOS' + else if platform == PLATFORM_MACOS: + ^~~~~~~~~~~~~~ +/auth.toit:118:19: warning: Deprecated 'platform' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/auth.toit:118:31: warning: Deprecated 'PLATFORM-WINDOWS' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ toit-supabase/examples/utils/local_storage.toit:72:8: warning: Deprecated 'platform' if platform == PLATFORM_WINDOWS: ^~~~~~~~ diff --git a/external/gold/toit-supabase__tests__supabase__supabase_filters_test.toit.gold b/external/gold/toit-supabase__tests__supabase__supabase_filters_test.toit.gold new file mode 100644 index 000000000..1bd4ce228 --- /dev/null +++ b/external/gold/toit-supabase__tests__supabase__supabase_filters_test.toit.gold @@ -0,0 +1,18 @@ +/auth.toit:112:14: warning: Deprecated 'platform' + if platform == PLATFORM_LINUX: + ^~~~~~~~ +/auth.toit:112:26: warning: Deprecated 'PLATFORM-LINUX' + if platform == PLATFORM_LINUX: + ^~~~~~~~~~~~~~ +/auth.toit:115:19: warning: Deprecated 'platform' + else if platform == PLATFORM_MACOS: + ^~~~~~~~ +/auth.toit:115:31: warning: Deprecated 'PLATFORM-MACOS' + else if platform == PLATFORM_MACOS: + ^~~~~~~~~~~~~~ +/auth.toit:118:19: warning: Deprecated 'platform' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/auth.toit:118:31: warning: Deprecated 'PLATFORM-WINDOWS' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-supabase__tests__supabase__supabase_local_server.toit.gold b/external/gold/toit-supabase__tests__supabase__supabase_local_server.toit.gold new file mode 100644 index 000000000..1bd4ce228 --- /dev/null +++ b/external/gold/toit-supabase__tests__supabase__supabase_local_server.toit.gold @@ -0,0 +1,18 @@ +/auth.toit:112:14: warning: Deprecated 'platform' + if platform == PLATFORM_LINUX: + ^~~~~~~~ +/auth.toit:112:26: warning: Deprecated 'PLATFORM-LINUX' + if platform == PLATFORM_LINUX: + ^~~~~~~~~~~~~~ +/auth.toit:115:19: warning: Deprecated 'platform' + else if platform == PLATFORM_MACOS: + ^~~~~~~~ +/auth.toit:115:31: warning: Deprecated 'PLATFORM-MACOS' + else if platform == PLATFORM_MACOS: + ^~~~~~~~~~~~~~ +/auth.toit:118:19: warning: Deprecated 'platform' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/auth.toit:118:31: warning: Deprecated 'PLATFORM-WINDOWS' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-supabase__tests__supabase__supabase_test.toit.gold b/external/gold/toit-supabase__tests__supabase__supabase_test.toit.gold new file mode 100644 index 000000000..1bd4ce228 --- /dev/null +++ b/external/gold/toit-supabase__tests__supabase__supabase_test.toit.gold @@ -0,0 +1,18 @@ +/auth.toit:112:14: warning: Deprecated 'platform' + if platform == PLATFORM_LINUX: + ^~~~~~~~ +/auth.toit:112:26: warning: Deprecated 'PLATFORM-LINUX' + if platform == PLATFORM_LINUX: + ^~~~~~~~~~~~~~ +/auth.toit:115:19: warning: Deprecated 'platform' + else if platform == PLATFORM_MACOS: + ^~~~~~~~ +/auth.toit:115:31: warning: Deprecated 'PLATFORM-MACOS' + else if platform == PLATFORM_MACOS: + ^~~~~~~~~~~~~~ +/auth.toit:118:19: warning: Deprecated 'platform' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~ +/auth.toit:118:31: warning: Deprecated 'PLATFORM-WINDOWS' + else if platform == PLATFORM_WINDOWS: + ^~~~~~~~~~~~~~~~ diff --git a/external/gold/toit-tm1640__examples__alphabet.toit.gold b/external/gold/toit-tm1640__examples__alphabet.toit.gold new file mode 100644 index 000000000..b34faaf11 --- /dev/null +++ b/external/gold/toit-tm1640__examples__alphabet.toit.gold @@ -0,0 +1,6 @@ +/tm1640.toit:51:12: warning: Deprecated 'Pin.config' + clock_.config --output + ^~~~~~ +/tm1640.toit:52:11: warning: Deprecated 'Pin.config' + data_.config --output + ^~~~~~ diff --git a/external/gold/toit-tm1640__examples__clock.toit.gold b/external/gold/toit-tm1640__examples__clock.toit.gold new file mode 100644 index 000000000..b34faaf11 --- /dev/null +++ b/external/gold/toit-tm1640__examples__clock.toit.gold @@ -0,0 +1,6 @@ +/tm1640.toit:51:12: warning: Deprecated 'Pin.config' + clock_.config --output + ^~~~~~ +/tm1640.toit:52:11: warning: Deprecated 'Pin.config' + data_.config --output + ^~~~~~ diff --git a/external/gold/toit-tm1640__examples__scroll.toit.gold b/external/gold/toit-tm1640__examples__scroll.toit.gold new file mode 100644 index 000000000..b34faaf11 --- /dev/null +++ b/external/gold/toit-tm1640__examples__scroll.toit.gold @@ -0,0 +1,6 @@ +/tm1640.toit:51:12: warning: Deprecated 'Pin.config' + clock_.config --output + ^~~~~~ +/tm1640.toit:52:11: warning: Deprecated 'Pin.config' + data_.config --output + ^~~~~~ diff --git a/lib/system.toit b/lib/system/system.toit similarity index 100% rename from lib/system.toit rename to lib/system/system.toit