kcl-lib 0.10.4__tar.gz → 0.10.5__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.4 → kcl_lib-0.10.5}/Cargo.lock +28 -28
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/Cargo.toml +2 -2
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/PKG-INFO +1 -1
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/.gitignore +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/Makefile +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/README.md +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/kcl_lib/__init__.py +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/kcl_lib/api/__init__.py +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/kcl_lib/api/service.py +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/kcl_lib/api/spec_pb2.py +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/kcl_lib/api/spec_pb2.pyi +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/kcl_lib/plugin/__init__.py +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/kcl_lib/plugin/plugin.py +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/pyproject.toml +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/src/lib.rs +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/api_test.py +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/plugin_test.py +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/format_path/test.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/get_schema_ty/aaa/kcl.mod +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/get_schema_ty/aaa/main.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/get_schema_ty/bbb/kcl.mod +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/get_schema_ty/bbb/main.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/get_schema_ty/ccc/kcl.mod +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/get_schema_ty/ccc/main.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/lint_path/test-lint.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/option/main.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/override_file/main.bak +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/override_file/main.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/parse/kcl.mod +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/parse/main.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/parse/pkg1/pkg.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/parse/pkg2/pkg.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/plugin.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/rename/main.bak +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/rename/main.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/schema.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/settings/kcl.yaml +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/testing/module/kcl.mod +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/testing/module/pkg/func.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/testing/module/pkg/func_test.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/update_dependencies/kcl.mod +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/update_dependencies/main.k +0 -0
- {kcl_lib-0.10.4 → kcl_lib-0.10.5}/tests/test_data/variables/main.k +0 -0
|
@@ -1530,7 +1530,7 @@ dependencies = [
|
|
|
1530
1530
|
[[package]]
|
|
1531
1531
|
name = "kcl-language-server"
|
|
1532
1532
|
version = "0.10.5"
|
|
1533
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1533
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
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.5"
|
|
1577
1577
|
dependencies = [
|
|
1578
1578
|
"kclvm-api",
|
|
1579
1579
|
"pyo3",
|
|
@@ -1582,7 +1582,7 @@ dependencies = [
|
|
|
1582
1582
|
[[package]]
|
|
1583
1583
|
name = "kclvm-api"
|
|
1584
1584
|
version = "0.10.5"
|
|
1585
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1585
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1586
1586
|
dependencies = [
|
|
1587
1587
|
"anyhow",
|
|
1588
1588
|
"futures",
|
|
@@ -1622,7 +1622,7 @@ dependencies = [
|
|
|
1622
1622
|
[[package]]
|
|
1623
1623
|
name = "kclvm-ast"
|
|
1624
1624
|
version = "0.10.5"
|
|
1625
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1625
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1626
1626
|
dependencies = [
|
|
1627
1627
|
"compiler_base_span",
|
|
1628
1628
|
"kclvm-error",
|
|
@@ -1637,7 +1637,7 @@ dependencies = [
|
|
|
1637
1637
|
[[package]]
|
|
1638
1638
|
name = "kclvm-ast-pretty"
|
|
1639
1639
|
version = "0.10.5"
|
|
1640
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1640
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1641
1641
|
dependencies = [
|
|
1642
1642
|
"compiler_base_macros",
|
|
1643
1643
|
"compiler_base_session",
|
|
@@ -1651,7 +1651,7 @@ dependencies = [
|
|
|
1651
1651
|
[[package]]
|
|
1652
1652
|
name = "kclvm-compiler"
|
|
1653
1653
|
version = "0.10.5"
|
|
1654
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1654
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1655
1655
|
dependencies = [
|
|
1656
1656
|
"ahash",
|
|
1657
1657
|
"bit-set",
|
|
@@ -1671,7 +1671,7 @@ dependencies = [
|
|
|
1671
1671
|
[[package]]
|
|
1672
1672
|
name = "kclvm-config"
|
|
1673
1673
|
version = "0.10.5"
|
|
1674
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1674
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1675
1675
|
dependencies = [
|
|
1676
1676
|
"ahash",
|
|
1677
1677
|
"anyhow",
|
|
@@ -1695,7 +1695,7 @@ dependencies = [
|
|
|
1695
1695
|
[[package]]
|
|
1696
1696
|
name = "kclvm-driver"
|
|
1697
1697
|
version = "0.10.5"
|
|
1698
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1698
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1699
1699
|
dependencies = [
|
|
1700
1700
|
"anyhow",
|
|
1701
1701
|
"flate2",
|
|
@@ -1719,7 +1719,7 @@ dependencies = [
|
|
|
1719
1719
|
[[package]]
|
|
1720
1720
|
name = "kclvm-error"
|
|
1721
1721
|
version = "0.10.5"
|
|
1722
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1722
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1723
1723
|
dependencies = [
|
|
1724
1724
|
"annotate-snippets",
|
|
1725
1725
|
"anyhow",
|
|
@@ -1741,7 +1741,7 @@ dependencies = [
|
|
|
1741
1741
|
[[package]]
|
|
1742
1742
|
name = "kclvm-evaluator"
|
|
1743
1743
|
version = "0.10.5"
|
|
1744
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1744
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1745
1745
|
dependencies = [
|
|
1746
1746
|
"anyhow",
|
|
1747
1747
|
"generational-arena",
|
|
@@ -1756,7 +1756,7 @@ dependencies = [
|
|
|
1756
1756
|
[[package]]
|
|
1757
1757
|
name = "kclvm-lexer"
|
|
1758
1758
|
version = "0.10.5"
|
|
1759
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1759
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1760
1760
|
dependencies = [
|
|
1761
1761
|
"kclvm-error",
|
|
1762
1762
|
"rustc_lexer",
|
|
@@ -1766,7 +1766,7 @@ dependencies = [
|
|
|
1766
1766
|
[[package]]
|
|
1767
1767
|
name = "kclvm-loader"
|
|
1768
1768
|
version = "0.10.5"
|
|
1769
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1769
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1770
1770
|
dependencies = [
|
|
1771
1771
|
"anyhow",
|
|
1772
1772
|
"indexmap 1.9.3",
|
|
@@ -1783,7 +1783,7 @@ dependencies = [
|
|
|
1783
1783
|
[[package]]
|
|
1784
1784
|
name = "kclvm-macros"
|
|
1785
1785
|
version = "0.10.5"
|
|
1786
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1786
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1787
1787
|
dependencies = [
|
|
1788
1788
|
"proc-macro2",
|
|
1789
1789
|
"quote",
|
|
@@ -1794,7 +1794,7 @@ dependencies = [
|
|
|
1794
1794
|
[[package]]
|
|
1795
1795
|
name = "kclvm-parser"
|
|
1796
1796
|
version = "0.10.5"
|
|
1797
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1797
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1798
1798
|
dependencies = [
|
|
1799
1799
|
"anyhow",
|
|
1800
1800
|
"bstr",
|
|
@@ -1827,7 +1827,7 @@ dependencies = [
|
|
|
1827
1827
|
[[package]]
|
|
1828
1828
|
name = "kclvm-query"
|
|
1829
1829
|
version = "0.10.5"
|
|
1830
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1830
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1831
1831
|
dependencies = [
|
|
1832
1832
|
"anyhow",
|
|
1833
1833
|
"compiler_base_macros",
|
|
@@ -1848,7 +1848,7 @@ dependencies = [
|
|
|
1848
1848
|
[[package]]
|
|
1849
1849
|
name = "kclvm-runner"
|
|
1850
1850
|
version = "0.10.5"
|
|
1851
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1851
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1852
1852
|
dependencies = [
|
|
1853
1853
|
"anyhow",
|
|
1854
1854
|
"cc",
|
|
@@ -1883,7 +1883,7 @@ dependencies = [
|
|
|
1883
1883
|
[[package]]
|
|
1884
1884
|
name = "kclvm-runtime"
|
|
1885
1885
|
version = "0.10.5"
|
|
1886
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1886
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1887
1887
|
dependencies = [
|
|
1888
1888
|
"ahash",
|
|
1889
1889
|
"anyhow",
|
|
@@ -1922,7 +1922,7 @@ dependencies = [
|
|
|
1922
1922
|
[[package]]
|
|
1923
1923
|
name = "kclvm-sema"
|
|
1924
1924
|
version = "0.10.5"
|
|
1925
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1925
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1926
1926
|
dependencies = [
|
|
1927
1927
|
"ahash",
|
|
1928
1928
|
"anyhow",
|
|
@@ -1956,7 +1956,7 @@ dependencies = [
|
|
|
1956
1956
|
[[package]]
|
|
1957
1957
|
name = "kclvm-span"
|
|
1958
1958
|
version = "0.10.5"
|
|
1959
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1959
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1960
1960
|
dependencies = [
|
|
1961
1961
|
"compiler_base_span",
|
|
1962
1962
|
"kclvm-macros",
|
|
@@ -1967,7 +1967,7 @@ dependencies = [
|
|
|
1967
1967
|
[[package]]
|
|
1968
1968
|
name = "kclvm-tools"
|
|
1969
1969
|
version = "0.10.5"
|
|
1970
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1970
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
1971
1971
|
dependencies = [
|
|
1972
1972
|
"anyhow",
|
|
1973
1973
|
"compiler_base_session",
|
|
@@ -1998,7 +1998,7 @@ dependencies = [
|
|
|
1998
1998
|
[[package]]
|
|
1999
1999
|
name = "kclvm-utils"
|
|
2000
2000
|
version = "0.10.5"
|
|
2001
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2001
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
2002
2002
|
dependencies = [
|
|
2003
2003
|
"anyhow",
|
|
2004
2004
|
"fslock",
|
|
@@ -2008,7 +2008,7 @@ dependencies = [
|
|
|
2008
2008
|
[[package]]
|
|
2009
2009
|
name = "kclvm-version"
|
|
2010
2010
|
version = "0.10.5"
|
|
2011
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2011
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
2012
2012
|
dependencies = [
|
|
2013
2013
|
"vergen-gitcl",
|
|
2014
2014
|
]
|
|
@@ -2016,7 +2016,7 @@ dependencies = [
|
|
|
2016
2016
|
[[package]]
|
|
2017
2017
|
name = "kclvm_runtime_internal_macros"
|
|
2018
2018
|
version = "0.5.0"
|
|
2019
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2019
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
2020
2020
|
dependencies = [
|
|
2021
2021
|
"proc-macro2",
|
|
2022
2022
|
"quote",
|
|
@@ -2655,7 +2655,7 @@ dependencies = [
|
|
|
2655
2655
|
[[package]]
|
|
2656
2656
|
name = "proc_macro_crate"
|
|
2657
2657
|
version = "0.1.0"
|
|
2658
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2658
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
2659
2659
|
dependencies = [
|
|
2660
2660
|
"proc-macro2",
|
|
2661
2661
|
"quote",
|
|
@@ -2719,7 +2719,7 @@ dependencies = [
|
|
|
2719
2719
|
[[package]]
|
|
2720
2720
|
name = "prost-wkt"
|
|
2721
2721
|
version = "0.4.1"
|
|
2722
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2722
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
2723
2723
|
dependencies = [
|
|
2724
2724
|
"chrono",
|
|
2725
2725
|
"inventory",
|
|
@@ -2733,7 +2733,7 @@ dependencies = [
|
|
|
2733
2733
|
[[package]]
|
|
2734
2734
|
name = "prost-wkt-build"
|
|
2735
2735
|
version = "0.4.1"
|
|
2736
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2736
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
2737
2737
|
dependencies = [
|
|
2738
2738
|
"heck 0.4.1",
|
|
2739
2739
|
"prost",
|
|
@@ -2745,7 +2745,7 @@ dependencies = [
|
|
|
2745
2745
|
[[package]]
|
|
2746
2746
|
name = "prost-wkt-types"
|
|
2747
2747
|
version = "0.4.1"
|
|
2748
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2748
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
2749
2749
|
dependencies = [
|
|
2750
2750
|
"chrono",
|
|
2751
2751
|
"prost",
|
|
@@ -3506,7 +3506,7 @@ dependencies = [
|
|
|
3506
3506
|
[[package]]
|
|
3507
3507
|
name = "serde_yaml"
|
|
3508
3508
|
version = "0.9.34+deprecated"
|
|
3509
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
3509
|
+
source = "git+https://github.com/kcl-lang/kcl#daa7b18276372413e0bdaadd1b18b360788f476d"
|
|
3510
3510
|
dependencies = [
|
|
3511
3511
|
"indexmap 2.6.0",
|
|
3512
3512
|
"itoa",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "kcl-python-lib"
|
|
3
|
-
version = "0.10.
|
|
3
|
+
version = "0.10.5"
|
|
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.5" }
|
|
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
|