Skip to content

Commit

Permalink
fix: clean deprecated methods
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Dec 3, 2024
1 parent dfe6e64 commit 5558aa4
Show file tree
Hide file tree
Showing 30 changed files with 1,630 additions and 1,519 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ version = "0.0.1"

[profile]
entries = ["sub/sub.k"]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
name = "bbb"
full_name = "bbb_0.0.1"
version = "0.0.1"
sum = "/PGJJE6Rp0lAsq3n9RUZ34jPGfwzYIZESs17L6kSG/Y="
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
name = "bbb"
full_name = "bbb_0.0.1"
version = "0.0.1"
sum = "/PGJJE6Rp0lAsq3n9RUZ34jPGfwzYIZESs17L6kSG/Y="
4 changes: 4 additions & 0 deletions pkg/api/test_data/test_kpm_package/kcl_pkg/kcl.mod.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
name = "helloworld"
full_name = "helloworld_0.1.3"
version = "0.1.3"
sum = "T9FGqbdtkuML4+pDyf4SFP5bDcDusbra6AKtCZygvNw="
reg = "ghcr.io"
repo = "kcl-lang/helloworld"
oci_tag = "0.1.3"
1 change: 0 additions & 1 deletion pkg/api/test_data/test_kpm_package/no_kcl_files/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
name = "no_kcl_files"
edition = "0.0.1"
version = "0.0.1"

1 change: 0 additions & 1 deletion pkg/api/test_data/test_work_dir/dev/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ version = "0.1.0"

[profile]
entries = ["../base/base.k", "main.k"]

Loading

0 comments on commit 5558aa4

Please sign in to comment.