Skip to content

Commit

Permalink
Move system.toit to lib/system/ (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl authored Nov 15, 2023
1 parent 1354f14 commit 8b8e495
Show file tree
Hide file tree
Showing 49 changed files with 738 additions and 0 deletions.
3 changes: 3 additions & 0 deletions external/gold/mcp2518fd-driver__example__spi.toit.gold
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<pkg:..>/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
^~~~~~
12 changes: 12 additions & 0 deletions external/gold/pkg-host__tests__backticks_test.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
12 changes: 12 additions & 0 deletions external/gold/pkg-host__tests__block_stdin_child.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
12 changes: 12 additions & 0 deletions external/gold/pkg-host__tests__block_stdin_test.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
12 changes: 12 additions & 0 deletions external/gold/pkg-host__tests__block_stdout_child.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
12 changes: 12 additions & 0 deletions external/gold/pkg-host__tests__block_stdout_test.toit.gold
Original file line number Diff line number Diff line change
@@ -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:
^~~~~~~~~~~~~~
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
6 changes: 6 additions & 0 deletions external/gold/pkg-host__tests__chdir_rename_test.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<pkg:..>/directory.toit:154:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
18 changes: 18 additions & 0 deletions external/gold/pkg-host__tests__dir_test.toit.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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:
^~~~~~~~~~~~~~
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/directory.toit:154:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
12 changes: 12 additions & 0 deletions external/gold/pkg-host__tests__env_test.toit.gold
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
pkg-host/tests/env_test.toit:30:12: warning: Deprecated 'platform'
shell := platform == "Windows" ? ["cmd", "/S", "/C"] : ["sh", "-c"]
^~~~~~~~
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
12 changes: 12 additions & 0 deletions external/gold/pkg-host__tests__env_unicode_test.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
6 changes: 6 additions & 0 deletions external/gold/pkg-host__tests__file_test.toit.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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 ? "\\" : "/"
^~~~~~~~~~~~~~~~
<pkg:..>/directory.toit:154:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
12 changes: 12 additions & 0 deletions external/gold/pkg-host__tests__fork_stress_test_slow.toit.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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:
^~~~~~~~~~~~~~
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
6 changes: 6 additions & 0 deletions external/gold/pkg-host__tests__mkdir_rmdir_test.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<pkg:..>/directory.toit:154:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
6 changes: 6 additions & 0 deletions external/gold/pkg-host__tests__mkdtemp_test.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<pkg:..>/directory.toit:154:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
18 changes: 18 additions & 0 deletions external/gold/pkg-host__tests__pipe2_test.toit.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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
^~~~~~~~
<pkg:..>/directory.toit:154:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
18 changes: 18 additions & 0 deletions external/gold/pkg-host__tests__pipe_crash_test.toit.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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:
^~~~~~~~~~~~~~~~
<pkg:..>/directory.toit:154:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
18 changes: 18 additions & 0 deletions external/gold/pkg-host__tests__pipe_test_slow.toit.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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:
^~~~~~~~~~~~~~
<pkg:..>/directory.toit:154:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
18 changes: 18 additions & 0 deletions external/gold/pkg-host__tests__symlink_test.toit.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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:
^~~~~~~~~~~~~~~~
<pkg:..>/directory.toit:154:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/directory.toit:154:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:180:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:180:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
<pkg:..>/pipe.toit:395:6: warning: Deprecated 'platform'
if platform == PLATFORM_WINDOWS:
^~~~~~~~
<pkg:..>/pipe.toit:395:18: warning: Deprecated 'PLATFORM-WINDOWS'
if platform == PLATFORM_WINDOWS:
^~~~~~~~~~~~~~~~
15 changes: 15 additions & 0 deletions external/gold/toit-1-wire__examples__family.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<pkg:..>/one_wire.toit:480:32: warning: Deprecated 'BITS-PER-BYTE'
static SIGNALS_PER_BYTE_ ::= BITS_PER_BYTE * SIGNALS_PER_BIT_
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:589:22: warning: Deprecated 'BITS-PER-BYTE'
write_bits value BITS_PER_BYTE
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:653:22: warning: Deprecated 'BITS-PER-BYTE'
return read_bits BITS_PER_BYTE
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:611:45: warning: Deprecated 'BITS-PER-BYTE'
assert: count == bits_or_bytes.size * BITS_PER_BYTE
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:614:64: warning: Deprecated 'BITS-PER-BYTE'
encode_write_signals_ signals it --from=offset --count=BITS_PER_BYTE
^~~~~~~~~~~~~
15 changes: 15 additions & 0 deletions external/gold/toit-1-wire__tests__one_wire_test.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<pkg:..>/one_wire.toit:480:32: warning: Deprecated 'BITS-PER-BYTE'
static SIGNALS_PER_BYTE_ ::= BITS_PER_BYTE * SIGNALS_PER_BIT_
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:589:22: warning: Deprecated 'BITS-PER-BYTE'
write_bits value BITS_PER_BYTE
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:653:22: warning: Deprecated 'BITS-PER-BYTE'
return read_bits BITS_PER_BYTE
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:611:45: warning: Deprecated 'BITS-PER-BYTE'
assert: count == bits_or_bytes.size * BITS_PER_BYTE
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:614:64: warning: Deprecated 'BITS-PER-BYTE'
encode_write_signals_ signals it --from=offset --count=BITS_PER_BYTE
^~~~~~~~~~~~~
15 changes: 15 additions & 0 deletions external/gold/toit-1-wire__tests__rmt_test.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<pkg:..>/one_wire.toit:480:32: warning: Deprecated 'BITS-PER-BYTE'
static SIGNALS_PER_BYTE_ ::= BITS_PER_BYTE * SIGNALS_PER_BIT_
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:589:22: warning: Deprecated 'BITS-PER-BYTE'
write_bits value BITS_PER_BYTE
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:653:22: warning: Deprecated 'BITS-PER-BYTE'
return read_bits BITS_PER_BYTE
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:611:45: warning: Deprecated 'BITS-PER-BYTE'
assert: count == bits_or_bytes.size * BITS_PER_BYTE
^~~~~~~~~~~~~
<pkg:..>/one_wire.toit:614:64: warning: Deprecated 'BITS-PER-BYTE'
encode_write_signals_ signals it --from=offset --count=BITS_PER_BYTE
^~~~~~~~~~~~~
42 changes: 42 additions & 0 deletions external/gold/toit-cert-roots__examples__discover_root.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<pkg:..>/certificate_roots.toit:10750:29: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT'
"Cybertrust Global Root": CYBERTRUST_GLOBAL_ROOT,
^~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:10755:21: warning: Deprecated 'DST-ROOT-CA-X3'
"DST Root CA X3": DST_ROOT_CA_X3,
^~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:10766:13: warning: Deprecated 'EC-ACC'
"EC-ACC": EC_ACC,
^~~~~~
<pkg:..>/certificate_roots.toit:10781:30: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2'
"GlobalSign Root CA - R2": GLOBALSIGN_ROOT_CA_R2,
^~~~~~~~~~~~~~~~~~~~~
<pkg:..>/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,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:10805:46: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY'
"Network Solutions Certificate Authority": NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/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,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11093:3: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT'
CYBERTRUST_GLOBAL_ROOT.install
^~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11098:3: warning: Deprecated 'DST-ROOT-CA-X3'
DST_ROOT_CA_X3.install
^~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11109:3: warning: Deprecated 'EC-ACC'
EC_ACC.install
^~~~~~
<pkg:..>/certificate_roots.toit:11124:3: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2'
GLOBALSIGN_ROOT_CA_R2.install
^~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11134:3: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011'
HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011.install
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11148:3: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY'
NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY.install
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11172:3: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA'
STAAT_DER_NEDERLANDEN_EV_ROOT_CA.install
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42 changes: 42 additions & 0 deletions external/gold/toit-cert-roots__examples__get_google.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<pkg:..>/certificate_roots.toit:10750:29: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT'
"Cybertrust Global Root": CYBERTRUST_GLOBAL_ROOT,
^~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:10755:21: warning: Deprecated 'DST-ROOT-CA-X3'
"DST Root CA X3": DST_ROOT_CA_X3,
^~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:10766:13: warning: Deprecated 'EC-ACC'
"EC-ACC": EC_ACC,
^~~~~~
<pkg:..>/certificate_roots.toit:10781:30: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2'
"GlobalSign Root CA - R2": GLOBALSIGN_ROOT_CA_R2,
^~~~~~~~~~~~~~~~~~~~~
<pkg:..>/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,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:10805:46: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY'
"Network Solutions Certificate Authority": NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/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,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11093:3: warning: Deprecated 'CYBERTRUST-GLOBAL-ROOT'
CYBERTRUST_GLOBAL_ROOT.install
^~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11098:3: warning: Deprecated 'DST-ROOT-CA-X3'
DST_ROOT_CA_X3.install
^~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11109:3: warning: Deprecated 'EC-ACC'
EC_ACC.install
^~~~~~
<pkg:..>/certificate_roots.toit:11124:3: warning: Deprecated 'GLOBALSIGN-ROOT-CA-R2'
GLOBALSIGN_ROOT_CA_R2.install
^~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11134:3: warning: Deprecated 'HELLENIC-ACADEMIC-AND-RESEARCH-INSTITUTIONS-ROOTCA-2011'
HELLENIC_ACADEMIC_AND_RESEARCH_INSTITUTIONS_ROOTCA_2011.install
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11148:3: warning: Deprecated 'NETWORK-SOLUTIONS-CERTIFICATE-AUTHORITY'
NETWORK_SOLUTIONS_CERTIFICATE_AUTHORITY.install
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<pkg:..>/certificate_roots.toit:11172:3: warning: Deprecated 'STAAT-DER-NEDERLANDEN-EV-ROOT-CA'
STAAT_DER_NEDERLANDEN_EV_ROOT_CA.install
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Loading

0 comments on commit 8b8e495

Please sign in to comment.