-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move system.toit to lib/system/ (#1965)
- Loading branch information
Showing
49 changed files
with
738 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
^~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
external/gold/pkg-host__tests__block_stdin_child.toit.gold
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
^~~~~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
external/gold/pkg-host__tests__block_stdout_child.toit.gold
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
external/gold/pkg-host__tests__block_stdout_test.toit.gold
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
^~~~~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
^~~~~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
^~~~~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
^~~~~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
^~~~~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
^~~~~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
^~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
^~~~~~~~~~~~~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
42
external/gold/toit-cert-roots__examples__discover_root.toit.gold
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
42
external/gold/toit-cert-roots__examples__get_google.toit.gold
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Oops, something went wrong.