kcl-lib 0.10.2__tar.gz → 0.10.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of kcl-lib might be problematic. Click here for more details.
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/Cargo.lock +113 -115
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/Cargo.toml +2 -2
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/PKG-INFO +1 -1
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/.gitignore +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/Makefile +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/README.md +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/kcl_lib/__init__.py +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/kcl_lib/api/__init__.py +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/kcl_lib/api/service.py +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/kcl_lib/api/spec_pb2.py +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/kcl_lib/api/spec_pb2.pyi +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/kcl_lib/plugin/__init__.py +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/kcl_lib/plugin/plugin.py +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/pyproject.toml +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/src/lib.rs +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/api_test.py +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/plugin_test.py +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/format_path/test.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/get_schema_ty/aaa/kcl.mod +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/get_schema_ty/aaa/main.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/get_schema_ty/bbb/kcl.mod +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/get_schema_ty/bbb/main.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/get_schema_ty/ccc/kcl.mod +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/get_schema_ty/ccc/main.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/lint_path/test-lint.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/option/main.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/override_file/main.bak +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/override_file/main.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/parse/kcl.mod +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/parse/main.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/parse/pkg1/pkg.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/parse/pkg2/pkg.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/plugin.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/rename/main.bak +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/rename/main.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/schema.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/settings/kcl.yaml +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/testing/module/kcl.mod +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/testing/module/pkg/func.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/testing/module/pkg/func_test.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/update_dependencies/kcl.mod +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/update_dependencies/main.k +0 -0
- {kcl_lib-0.10.2 → kcl_lib-0.10.4}/tests/test_data/variables/main.k +0 -0
|
@@ -122,9 +122,9 @@ dependencies = [
|
|
|
122
122
|
|
|
123
123
|
[[package]]
|
|
124
124
|
name = "anyhow"
|
|
125
|
-
version = "1.0.
|
|
125
|
+
version = "1.0.91"
|
|
126
126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
127
|
-
checksum = "
|
|
127
|
+
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
|
|
128
128
|
dependencies = [
|
|
129
129
|
"backtrace",
|
|
130
130
|
]
|
|
@@ -160,7 +160,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
|
160
160
|
dependencies = [
|
|
161
161
|
"proc-macro2",
|
|
162
162
|
"quote",
|
|
163
|
-
"syn 2.0.
|
|
163
|
+
"syn 2.0.82",
|
|
164
164
|
]
|
|
165
165
|
|
|
166
166
|
[[package]]
|
|
@@ -321,15 +321,15 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
321
321
|
|
|
322
322
|
[[package]]
|
|
323
323
|
name = "bytes"
|
|
324
|
-
version = "1.
|
|
324
|
+
version = "1.8.0"
|
|
325
325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
326
|
-
checksum = "
|
|
326
|
+
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
|
327
327
|
|
|
328
328
|
[[package]]
|
|
329
329
|
name = "cc"
|
|
330
|
-
version = "1.1.
|
|
330
|
+
version = "1.1.31"
|
|
331
331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
332
|
-
checksum = "
|
|
332
|
+
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
|
333
333
|
dependencies = [
|
|
334
334
|
"shlex",
|
|
335
335
|
]
|
|
@@ -539,7 +539,7 @@ dependencies = [
|
|
|
539
539
|
"proc-macro2",
|
|
540
540
|
"quote",
|
|
541
541
|
"strsim 0.11.1",
|
|
542
|
-
"syn 2.0.
|
|
542
|
+
"syn 2.0.82",
|
|
543
543
|
]
|
|
544
544
|
|
|
545
545
|
[[package]]
|
|
@@ -550,7 +550,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
|
550
550
|
dependencies = [
|
|
551
551
|
"darling_core",
|
|
552
552
|
"quote",
|
|
553
|
-
"syn 2.0.
|
|
553
|
+
"syn 2.0.82",
|
|
554
554
|
]
|
|
555
555
|
|
|
556
556
|
[[package]]
|
|
@@ -593,7 +593,7 @@ dependencies = [
|
|
|
593
593
|
"darling",
|
|
594
594
|
"proc-macro2",
|
|
595
595
|
"quote",
|
|
596
|
-
"syn 2.0.
|
|
596
|
+
"syn 2.0.82",
|
|
597
597
|
]
|
|
598
598
|
|
|
599
599
|
[[package]]
|
|
@@ -603,7 +603,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
603
603
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
|
604
604
|
dependencies = [
|
|
605
605
|
"derive_builder_core",
|
|
606
|
-
"syn 2.0.
|
|
606
|
+
"syn 2.0.82",
|
|
607
607
|
]
|
|
608
608
|
|
|
609
609
|
[[package]]
|
|
@@ -676,7 +676,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
676
676
|
dependencies = [
|
|
677
677
|
"proc-macro2",
|
|
678
678
|
"quote",
|
|
679
|
-
"syn 2.0.
|
|
679
|
+
"syn 2.0.82",
|
|
680
680
|
]
|
|
681
681
|
|
|
682
682
|
[[package]]
|
|
@@ -1012,7 +1012,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
1012
1012
|
dependencies = [
|
|
1013
1013
|
"proc-macro2",
|
|
1014
1014
|
"quote",
|
|
1015
|
-
"syn 2.0.
|
|
1015
|
+
"syn 2.0.82",
|
|
1016
1016
|
]
|
|
1017
1017
|
|
|
1018
1018
|
[[package]]
|
|
@@ -1235,9 +1235,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
1235
1235
|
|
|
1236
1236
|
[[package]]
|
|
1237
1237
|
name = "hyper"
|
|
1238
|
-
version = "1.
|
|
1238
|
+
version = "1.5.0"
|
|
1239
1239
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1240
|
-
checksum = "
|
|
1240
|
+
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
|
1241
1241
|
dependencies = [
|
|
1242
1242
|
"bytes",
|
|
1243
1243
|
"futures-channel",
|
|
@@ -1529,8 +1529,8 @@ dependencies = [
|
|
|
1529
1529
|
|
|
1530
1530
|
[[package]]
|
|
1531
1531
|
name = "kcl-language-server"
|
|
1532
|
-
version = "0.10.
|
|
1533
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1532
|
+
version = "0.10.5"
|
|
1533
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1534
1534
|
dependencies = [
|
|
1535
1535
|
"anyhow",
|
|
1536
1536
|
"chrono",
|
|
@@ -1573,7 +1573,7 @@ dependencies = [
|
|
|
1573
1573
|
|
|
1574
1574
|
[[package]]
|
|
1575
1575
|
name = "kcl-python-lib"
|
|
1576
|
-
version = "0.10.
|
|
1576
|
+
version = "0.10.4"
|
|
1577
1577
|
dependencies = [
|
|
1578
1578
|
"kclvm-api",
|
|
1579
1579
|
"pyo3",
|
|
@@ -1581,8 +1581,8 @@ dependencies = [
|
|
|
1581
1581
|
|
|
1582
1582
|
[[package]]
|
|
1583
1583
|
name = "kclvm-api"
|
|
1584
|
-
version = "0.10.
|
|
1585
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1584
|
+
version = "0.10.5"
|
|
1585
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1586
1586
|
dependencies = [
|
|
1587
1587
|
"anyhow",
|
|
1588
1588
|
"futures",
|
|
@@ -1621,8 +1621,8 @@ dependencies = [
|
|
|
1621
1621
|
|
|
1622
1622
|
[[package]]
|
|
1623
1623
|
name = "kclvm-ast"
|
|
1624
|
-
version = "0.10.
|
|
1625
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1624
|
+
version = "0.10.5"
|
|
1625
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1626
1626
|
dependencies = [
|
|
1627
1627
|
"compiler_base_span",
|
|
1628
1628
|
"kclvm-error",
|
|
@@ -1636,8 +1636,8 @@ dependencies = [
|
|
|
1636
1636
|
|
|
1637
1637
|
[[package]]
|
|
1638
1638
|
name = "kclvm-ast-pretty"
|
|
1639
|
-
version = "0.10.
|
|
1640
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1639
|
+
version = "0.10.5"
|
|
1640
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1641
1641
|
dependencies = [
|
|
1642
1642
|
"compiler_base_macros",
|
|
1643
1643
|
"compiler_base_session",
|
|
@@ -1650,8 +1650,8 @@ dependencies = [
|
|
|
1650
1650
|
|
|
1651
1651
|
[[package]]
|
|
1652
1652
|
name = "kclvm-compiler"
|
|
1653
|
-
version = "0.10.
|
|
1654
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1653
|
+
version = "0.10.5"
|
|
1654
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1655
1655
|
dependencies = [
|
|
1656
1656
|
"ahash",
|
|
1657
1657
|
"bit-set",
|
|
@@ -1670,8 +1670,8 @@ dependencies = [
|
|
|
1670
1670
|
|
|
1671
1671
|
[[package]]
|
|
1672
1672
|
name = "kclvm-config"
|
|
1673
|
-
version = "0.10.
|
|
1674
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1673
|
+
version = "0.10.5"
|
|
1674
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1675
1675
|
dependencies = [
|
|
1676
1676
|
"ahash",
|
|
1677
1677
|
"anyhow",
|
|
@@ -1694,8 +1694,8 @@ dependencies = [
|
|
|
1694
1694
|
|
|
1695
1695
|
[[package]]
|
|
1696
1696
|
name = "kclvm-driver"
|
|
1697
|
-
version = "0.10.
|
|
1698
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1697
|
+
version = "0.10.5"
|
|
1698
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1699
1699
|
dependencies = [
|
|
1700
1700
|
"anyhow",
|
|
1701
1701
|
"flate2",
|
|
@@ -1718,8 +1718,8 @@ dependencies = [
|
|
|
1718
1718
|
|
|
1719
1719
|
[[package]]
|
|
1720
1720
|
name = "kclvm-error"
|
|
1721
|
-
version = "0.10.
|
|
1722
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1721
|
+
version = "0.10.5"
|
|
1722
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1723
1723
|
dependencies = [
|
|
1724
1724
|
"annotate-snippets",
|
|
1725
1725
|
"anyhow",
|
|
@@ -1740,8 +1740,8 @@ dependencies = [
|
|
|
1740
1740
|
|
|
1741
1741
|
[[package]]
|
|
1742
1742
|
name = "kclvm-evaluator"
|
|
1743
|
-
version = "0.10.
|
|
1744
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1743
|
+
version = "0.10.5"
|
|
1744
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1745
1745
|
dependencies = [
|
|
1746
1746
|
"anyhow",
|
|
1747
1747
|
"generational-arena",
|
|
@@ -1755,8 +1755,8 @@ dependencies = [
|
|
|
1755
1755
|
|
|
1756
1756
|
[[package]]
|
|
1757
1757
|
name = "kclvm-lexer"
|
|
1758
|
-
version = "0.10.
|
|
1759
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1758
|
+
version = "0.10.5"
|
|
1759
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1760
1760
|
dependencies = [
|
|
1761
1761
|
"kclvm-error",
|
|
1762
1762
|
"rustc_lexer",
|
|
@@ -1765,8 +1765,8 @@ dependencies = [
|
|
|
1765
1765
|
|
|
1766
1766
|
[[package]]
|
|
1767
1767
|
name = "kclvm-loader"
|
|
1768
|
-
version = "0.10.
|
|
1769
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1768
|
+
version = "0.10.5"
|
|
1769
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1770
1770
|
dependencies = [
|
|
1771
1771
|
"anyhow",
|
|
1772
1772
|
"indexmap 1.9.3",
|
|
@@ -1776,13 +1776,14 @@ dependencies = [
|
|
|
1776
1776
|
"kclvm-parser",
|
|
1777
1777
|
"kclvm-query",
|
|
1778
1778
|
"kclvm-sema",
|
|
1779
|
+
"kclvm-utils",
|
|
1779
1780
|
"maplit",
|
|
1780
1781
|
]
|
|
1781
1782
|
|
|
1782
1783
|
[[package]]
|
|
1783
1784
|
name = "kclvm-macros"
|
|
1784
|
-
version = "0.10.
|
|
1785
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1785
|
+
version = "0.10.5"
|
|
1786
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1786
1787
|
dependencies = [
|
|
1787
1788
|
"proc-macro2",
|
|
1788
1789
|
"quote",
|
|
@@ -1792,8 +1793,8 @@ dependencies = [
|
|
|
1792
1793
|
|
|
1793
1794
|
[[package]]
|
|
1794
1795
|
name = "kclvm-parser"
|
|
1795
|
-
version = "0.10.
|
|
1796
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1796
|
+
version = "0.10.5"
|
|
1797
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1797
1798
|
dependencies = [
|
|
1798
1799
|
"anyhow",
|
|
1799
1800
|
"bstr",
|
|
@@ -1825,8 +1826,8 @@ dependencies = [
|
|
|
1825
1826
|
|
|
1826
1827
|
[[package]]
|
|
1827
1828
|
name = "kclvm-query"
|
|
1828
|
-
version = "0.10.
|
|
1829
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1829
|
+
version = "0.10.5"
|
|
1830
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1830
1831
|
dependencies = [
|
|
1831
1832
|
"anyhow",
|
|
1832
1833
|
"compiler_base_macros",
|
|
@@ -1846,8 +1847,8 @@ dependencies = [
|
|
|
1846
1847
|
|
|
1847
1848
|
[[package]]
|
|
1848
1849
|
name = "kclvm-runner"
|
|
1849
|
-
version = "0.10.
|
|
1850
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1850
|
+
version = "0.10.5"
|
|
1851
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1851
1852
|
dependencies = [
|
|
1852
1853
|
"anyhow",
|
|
1853
1854
|
"cc",
|
|
@@ -1881,8 +1882,8 @@ dependencies = [
|
|
|
1881
1882
|
|
|
1882
1883
|
[[package]]
|
|
1883
1884
|
name = "kclvm-runtime"
|
|
1884
|
-
version = "0.10.
|
|
1885
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1885
|
+
version = "0.10.5"
|
|
1886
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1886
1887
|
dependencies = [
|
|
1887
1888
|
"ahash",
|
|
1888
1889
|
"anyhow",
|
|
@@ -1920,8 +1921,8 @@ dependencies = [
|
|
|
1920
1921
|
|
|
1921
1922
|
[[package]]
|
|
1922
1923
|
name = "kclvm-sema"
|
|
1923
|
-
version = "0.10.
|
|
1924
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1924
|
+
version = "0.10.5"
|
|
1925
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1925
1926
|
dependencies = [
|
|
1926
1927
|
"ahash",
|
|
1927
1928
|
"anyhow",
|
|
@@ -1954,8 +1955,8 @@ dependencies = [
|
|
|
1954
1955
|
|
|
1955
1956
|
[[package]]
|
|
1956
1957
|
name = "kclvm-span"
|
|
1957
|
-
version = "0.10.
|
|
1958
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1958
|
+
version = "0.10.5"
|
|
1959
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1959
1960
|
dependencies = [
|
|
1960
1961
|
"compiler_base_span",
|
|
1961
1962
|
"kclvm-macros",
|
|
@@ -1965,8 +1966,8 @@ dependencies = [
|
|
|
1965
1966
|
|
|
1966
1967
|
[[package]]
|
|
1967
1968
|
name = "kclvm-tools"
|
|
1968
|
-
version = "0.10.
|
|
1969
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1969
|
+
version = "0.10.5"
|
|
1970
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
1970
1971
|
dependencies = [
|
|
1971
1972
|
"anyhow",
|
|
1972
1973
|
"compiler_base_session",
|
|
@@ -1996,8 +1997,8 @@ dependencies = [
|
|
|
1996
1997
|
|
|
1997
1998
|
[[package]]
|
|
1998
1999
|
name = "kclvm-utils"
|
|
1999
|
-
version = "0.10.
|
|
2000
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2000
|
+
version = "0.10.5"
|
|
2001
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
2001
2002
|
dependencies = [
|
|
2002
2003
|
"anyhow",
|
|
2003
2004
|
"fslock",
|
|
@@ -2006,8 +2007,8 @@ dependencies = [
|
|
|
2006
2007
|
|
|
2007
2008
|
[[package]]
|
|
2008
2009
|
name = "kclvm-version"
|
|
2009
|
-
version = "0.10.
|
|
2010
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2010
|
+
version = "0.10.5"
|
|
2011
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
2011
2012
|
dependencies = [
|
|
2012
2013
|
"vergen-gitcl",
|
|
2013
2014
|
]
|
|
@@ -2015,7 +2016,7 @@ dependencies = [
|
|
|
2015
2016
|
[[package]]
|
|
2016
2017
|
name = "kclvm_runtime_internal_macros"
|
|
2017
2018
|
version = "0.5.0"
|
|
2018
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2019
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
2019
2020
|
dependencies = [
|
|
2020
2021
|
"proc-macro2",
|
|
2021
2022
|
"quote",
|
|
@@ -2050,9 +2051,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
2050
2051
|
|
|
2051
2052
|
[[package]]
|
|
2052
2053
|
name = "libc"
|
|
2053
|
-
version = "0.2.
|
|
2054
|
+
version = "0.2.161"
|
|
2054
2055
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2055
|
-
checksum = "
|
|
2056
|
+
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
|
2056
2057
|
|
|
2057
2058
|
[[package]]
|
|
2058
2059
|
name = "libloading"
|
|
@@ -2486,9 +2487,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
2486
2487
|
|
|
2487
2488
|
[[package]]
|
|
2488
2489
|
name = "pest"
|
|
2489
|
-
version = "2.7.
|
|
2490
|
+
version = "2.7.14"
|
|
2490
2491
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2491
|
-
checksum = "
|
|
2492
|
+
checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
|
|
2492
2493
|
dependencies = [
|
|
2493
2494
|
"memchr",
|
|
2494
2495
|
"thiserror",
|
|
@@ -2497,9 +2498,9 @@ dependencies = [
|
|
|
2497
2498
|
|
|
2498
2499
|
[[package]]
|
|
2499
2500
|
name = "pest_derive"
|
|
2500
|
-
version = "2.7.
|
|
2501
|
+
version = "2.7.14"
|
|
2501
2502
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2502
|
-
checksum = "
|
|
2503
|
+
checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd"
|
|
2503
2504
|
dependencies = [
|
|
2504
2505
|
"pest",
|
|
2505
2506
|
"pest_generator",
|
|
@@ -2507,22 +2508,22 @@ dependencies = [
|
|
|
2507
2508
|
|
|
2508
2509
|
[[package]]
|
|
2509
2510
|
name = "pest_generator"
|
|
2510
|
-
version = "2.7.
|
|
2511
|
+
version = "2.7.14"
|
|
2511
2512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2512
|
-
checksum = "
|
|
2513
|
+
checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e"
|
|
2513
2514
|
dependencies = [
|
|
2514
2515
|
"pest",
|
|
2515
2516
|
"pest_meta",
|
|
2516
2517
|
"proc-macro2",
|
|
2517
2518
|
"quote",
|
|
2518
|
-
"syn 2.0.
|
|
2519
|
+
"syn 2.0.82",
|
|
2519
2520
|
]
|
|
2520
2521
|
|
|
2521
2522
|
[[package]]
|
|
2522
2523
|
name = "pest_meta"
|
|
2523
|
-
version = "2.7.
|
|
2524
|
+
version = "2.7.14"
|
|
2524
2525
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2525
|
-
checksum = "
|
|
2526
|
+
checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d"
|
|
2526
2527
|
dependencies = [
|
|
2527
2528
|
"once_cell",
|
|
2528
2529
|
"pest",
|
|
@@ -2644,9 +2645,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
2644
2645
|
|
|
2645
2646
|
[[package]]
|
|
2646
2647
|
name = "proc-macro2"
|
|
2647
|
-
version = "1.0.
|
|
2648
|
+
version = "1.0.89"
|
|
2648
2649
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2649
|
-
checksum = "
|
|
2650
|
+
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
|
2650
2651
|
dependencies = [
|
|
2651
2652
|
"unicode-ident",
|
|
2652
2653
|
]
|
|
@@ -2654,11 +2655,11 @@ dependencies = [
|
|
|
2654
2655
|
[[package]]
|
|
2655
2656
|
name = "proc_macro_crate"
|
|
2656
2657
|
version = "0.1.0"
|
|
2657
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2658
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
2658
2659
|
dependencies = [
|
|
2659
2660
|
"proc-macro2",
|
|
2660
2661
|
"quote",
|
|
2661
|
-
"syn 2.0.
|
|
2662
|
+
"syn 2.0.82",
|
|
2662
2663
|
]
|
|
2663
2664
|
|
|
2664
2665
|
[[package]]
|
|
@@ -2718,7 +2719,7 @@ dependencies = [
|
|
|
2718
2719
|
[[package]]
|
|
2719
2720
|
name = "prost-wkt"
|
|
2720
2721
|
version = "0.4.1"
|
|
2721
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2722
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
2722
2723
|
dependencies = [
|
|
2723
2724
|
"chrono",
|
|
2724
2725
|
"inventory",
|
|
@@ -2732,7 +2733,7 @@ dependencies = [
|
|
|
2732
2733
|
[[package]]
|
|
2733
2734
|
name = "prost-wkt-build"
|
|
2734
2735
|
version = "0.4.1"
|
|
2735
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2736
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
2736
2737
|
dependencies = [
|
|
2737
2738
|
"heck 0.4.1",
|
|
2738
2739
|
"prost",
|
|
@@ -2744,7 +2745,7 @@ dependencies = [
|
|
|
2744
2745
|
[[package]]
|
|
2745
2746
|
name = "prost-wkt-types"
|
|
2746
2747
|
version = "0.4.1"
|
|
2747
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2748
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
2748
2749
|
dependencies = [
|
|
2749
2750
|
"chrono",
|
|
2750
2751
|
"prost",
|
|
@@ -2855,7 +2856,7 @@ dependencies = [
|
|
|
2855
2856
|
"proc-macro2",
|
|
2856
2857
|
"pyo3-macros-backend",
|
|
2857
2858
|
"quote",
|
|
2858
|
-
"syn 2.0.
|
|
2859
|
+
"syn 2.0.82",
|
|
2859
2860
|
]
|
|
2860
2861
|
|
|
2861
2862
|
[[package]]
|
|
@@ -2868,7 +2869,7 @@ dependencies = [
|
|
|
2868
2869
|
"proc-macro2",
|
|
2869
2870
|
"pyo3-build-config",
|
|
2870
2871
|
"quote",
|
|
2871
|
-
"syn 2.0.
|
|
2872
|
+
"syn 2.0.82",
|
|
2872
2873
|
]
|
|
2873
2874
|
|
|
2874
2875
|
[[package]]
|
|
@@ -3312,9 +3313,9 @@ dependencies = [
|
|
|
3312
3313
|
|
|
3313
3314
|
[[package]]
|
|
3314
3315
|
name = "rustls"
|
|
3315
|
-
version = "0.23.
|
|
3316
|
+
version = "0.23.15"
|
|
3316
3317
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3317
|
-
checksum = "
|
|
3318
|
+
checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
|
|
3318
3319
|
dependencies = [
|
|
3319
3320
|
"once_cell",
|
|
3320
3321
|
"ring",
|
|
@@ -3335,9 +3336,9 @@ dependencies = [
|
|
|
3335
3336
|
|
|
3336
3337
|
[[package]]
|
|
3337
3338
|
name = "rustls-pki-types"
|
|
3338
|
-
version = "1.
|
|
3339
|
+
version = "1.10.0"
|
|
3339
3340
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3340
|
-
checksum = "
|
|
3341
|
+
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
|
3341
3342
|
|
|
3342
3343
|
[[package]]
|
|
3343
3344
|
name = "rustls-webpki"
|
|
@@ -3352,9 +3353,9 @@ dependencies = [
|
|
|
3352
3353
|
|
|
3353
3354
|
[[package]]
|
|
3354
3355
|
name = "rustversion"
|
|
3355
|
-
version = "1.0.
|
|
3356
|
+
version = "1.0.18"
|
|
3356
3357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3357
|
-
checksum = "
|
|
3358
|
+
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
|
3358
3359
|
|
|
3359
3360
|
[[package]]
|
|
3360
3361
|
name = "ryu"
|
|
@@ -3450,22 +3451,22 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
3450
3451
|
|
|
3451
3452
|
[[package]]
|
|
3452
3453
|
name = "serde"
|
|
3453
|
-
version = "1.0.
|
|
3454
|
+
version = "1.0.213"
|
|
3454
3455
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3455
|
-
checksum = "
|
|
3456
|
+
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
|
3456
3457
|
dependencies = [
|
|
3457
3458
|
"serde_derive",
|
|
3458
3459
|
]
|
|
3459
3460
|
|
|
3460
3461
|
[[package]]
|
|
3461
3462
|
name = "serde_derive"
|
|
3462
|
-
version = "1.0.
|
|
3463
|
+
version = "1.0.213"
|
|
3463
3464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3464
|
-
checksum = "
|
|
3465
|
+
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
|
3465
3466
|
dependencies = [
|
|
3466
3467
|
"proc-macro2",
|
|
3467
3468
|
"quote",
|
|
3468
|
-
"syn 2.0.
|
|
3469
|
+
"syn 2.0.82",
|
|
3469
3470
|
]
|
|
3470
3471
|
|
|
3471
3472
|
[[package]]
|
|
@@ -3487,7 +3488,7 @@ checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
|
|
3487
3488
|
dependencies = [
|
|
3488
3489
|
"proc-macro2",
|
|
3489
3490
|
"quote",
|
|
3490
|
-
"syn 2.0.
|
|
3491
|
+
"syn 2.0.82",
|
|
3491
3492
|
]
|
|
3492
3493
|
|
|
3493
3494
|
[[package]]
|
|
@@ -3505,7 +3506,7 @@ dependencies = [
|
|
|
3505
3506
|
[[package]]
|
|
3506
3507
|
name = "serde_yaml"
|
|
3507
3508
|
version = "0.9.34+deprecated"
|
|
3508
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
3509
|
+
source = "git+https://github.com/kcl-lang/kcl#fc6453726066c6c1c768507f22f90f9f6a029973"
|
|
3509
3510
|
dependencies = [
|
|
3510
3511
|
"indexmap 2.6.0",
|
|
3511
3512
|
"itoa",
|
|
@@ -3736,9 +3737,9 @@ dependencies = [
|
|
|
3736
3737
|
|
|
3737
3738
|
[[package]]
|
|
3738
3739
|
name = "syn"
|
|
3739
|
-
version = "2.0.
|
|
3740
|
+
version = "2.0.82"
|
|
3740
3741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3741
|
-
checksum = "
|
|
3742
|
+
checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021"
|
|
3742
3743
|
dependencies = [
|
|
3743
3744
|
"proc-macro2",
|
|
3744
3745
|
"quote",
|
|
@@ -3817,22 +3818,22 @@ dependencies = [
|
|
|
3817
3818
|
|
|
3818
3819
|
[[package]]
|
|
3819
3820
|
name = "thiserror"
|
|
3820
|
-
version = "1.0.
|
|
3821
|
+
version = "1.0.65"
|
|
3821
3822
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3822
|
-
checksum = "
|
|
3823
|
+
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
|
3823
3824
|
dependencies = [
|
|
3824
3825
|
"thiserror-impl",
|
|
3825
3826
|
]
|
|
3826
3827
|
|
|
3827
3828
|
[[package]]
|
|
3828
3829
|
name = "thiserror-impl"
|
|
3829
|
-
version = "1.0.
|
|
3830
|
+
version = "1.0.65"
|
|
3830
3831
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3831
|
-
checksum = "
|
|
3832
|
+
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
|
3832
3833
|
dependencies = [
|
|
3833
3834
|
"proc-macro2",
|
|
3834
3835
|
"quote",
|
|
3835
|
-
"syn 2.0.
|
|
3836
|
+
"syn 2.0.82",
|
|
3836
3837
|
]
|
|
3837
3838
|
|
|
3838
3839
|
[[package]]
|
|
@@ -3951,9 +3952,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3951
3952
|
|
|
3952
3953
|
[[package]]
|
|
3953
3954
|
name = "tokio"
|
|
3954
|
-
version = "1.
|
|
3955
|
+
version = "1.41.0"
|
|
3955
3956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3956
|
-
checksum = "
|
|
3957
|
+
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
|
3957
3958
|
dependencies = [
|
|
3958
3959
|
"backtrace",
|
|
3959
3960
|
"bytes",
|
|
@@ -3975,7 +3976,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
|
3975
3976
|
dependencies = [
|
|
3976
3977
|
"proc-macro2",
|
|
3977
3978
|
"quote",
|
|
3978
|
-
"syn 2.0.
|
|
3979
|
+
"syn 2.0.82",
|
|
3979
3980
|
]
|
|
3980
3981
|
|
|
3981
3982
|
[[package]]
|
|
@@ -4075,7 +4076,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
4075
4076
|
dependencies = [
|
|
4076
4077
|
"proc-macro2",
|
|
4077
4078
|
"quote",
|
|
4078
|
-
"syn 2.0.
|
|
4079
|
+
"syn 2.0.82",
|
|
4079
4080
|
]
|
|
4080
4081
|
|
|
4081
4082
|
[[package]]
|
|
@@ -4135,7 +4136,7 @@ checksum = "70b20a22c42c8f1cd23ce5e34f165d4d37038f5b663ad20fb6adbdf029172483"
|
|
|
4135
4136
|
dependencies = [
|
|
4136
4137
|
"proc-macro2",
|
|
4137
4138
|
"quote",
|
|
4138
|
-
"syn 2.0.
|
|
4139
|
+
"syn 2.0.82",
|
|
4139
4140
|
]
|
|
4140
4141
|
|
|
4141
4142
|
[[package]]
|
|
@@ -4215,7 +4216,7 @@ checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
|
|
|
4215
4216
|
dependencies = [
|
|
4216
4217
|
"proc-macro-hack",
|
|
4217
4218
|
"quote",
|
|
4218
|
-
"syn 2.0.
|
|
4219
|
+
"syn 2.0.82",
|
|
4219
4220
|
"unic-langid-impl",
|
|
4220
4221
|
]
|
|
4221
4222
|
|
|
@@ -4253,12 +4254,9 @@ dependencies = [
|
|
|
4253
4254
|
|
|
4254
4255
|
[[package]]
|
|
4255
4256
|
name = "unicase"
|
|
4256
|
-
version = "2.
|
|
4257
|
+
version = "2.8.0"
|
|
4257
4258
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4258
|
-
checksum = "
|
|
4259
|
-
dependencies = [
|
|
4260
|
-
"version_check",
|
|
4261
|
-
]
|
|
4259
|
+
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
|
|
4262
4260
|
|
|
4263
4261
|
[[package]]
|
|
4264
4262
|
name = "unicode-bidi"
|
|
@@ -4349,9 +4347,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
4349
4347
|
|
|
4350
4348
|
[[package]]
|
|
4351
4349
|
name = "uuid"
|
|
4352
|
-
version = "1.
|
|
4350
|
+
version = "1.11.0"
|
|
4353
4351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4354
|
-
checksum = "
|
|
4352
|
+
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
|
4355
4353
|
dependencies = [
|
|
4356
4354
|
"getrandom",
|
|
4357
4355
|
"serde",
|
|
@@ -4448,7 +4446,7 @@ dependencies = [
|
|
|
4448
4446
|
"once_cell",
|
|
4449
4447
|
"proc-macro2",
|
|
4450
4448
|
"quote",
|
|
4451
|
-
"syn 2.0.
|
|
4449
|
+
"syn 2.0.82",
|
|
4452
4450
|
"wasm-bindgen-shared",
|
|
4453
4451
|
]
|
|
4454
4452
|
|
|
@@ -4482,7 +4480,7 @@ checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
|
|
4482
4480
|
dependencies = [
|
|
4483
4481
|
"proc-macro2",
|
|
4484
4482
|
"quote",
|
|
4485
|
-
"syn 2.0.
|
|
4483
|
+
"syn 2.0.82",
|
|
4486
4484
|
"wasm-bindgen-backend",
|
|
4487
4485
|
"wasm-bindgen-shared",
|
|
4488
4486
|
]
|
|
@@ -4899,7 +4897,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
4899
4897
|
dependencies = [
|
|
4900
4898
|
"proc-macro2",
|
|
4901
4899
|
"quote",
|
|
4902
|
-
"syn 2.0.
|
|
4900
|
+
"syn 2.0.82",
|
|
4903
4901
|
]
|
|
4904
4902
|
|
|
4905
4903
|
[[package]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "kcl-python-lib"
|
|
3
|
-
version = "0.10.
|
|
3
|
+
version = "0.10.4"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
|
|
6
6
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
@@ -8,5 +8,5 @@ edition = "2021"
|
|
|
8
8
|
crate-type = ["cdylib"]
|
|
9
9
|
|
|
10
10
|
[dependencies]
|
|
11
|
-
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.10.
|
|
11
|
+
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.10.4" }
|
|
12
12
|
pyo3 = "0.20.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|