Skip to content

Commit 98c1682

Browse files
committed
feat: add base32 module to KCL standard library
- Added BASE32 constant to STANDARD_SYSTEM_MODULES list - Implemented base32 encoding and decoding functions - Updated test files to use the correct Base32 encoding/decoding - Fixed imports in test files - Updated completion test to include base32 module - Ensured all tests pass with the new module Fixes #1860 Signed-off-by: Gitanshu Talwar <[email protected]> Reverted kcl.mod file Signed-off-by: Gitanshu Talwar <[email protected]> - Added base32 in test_data/system_package.k
1 parent 543b906 commit 98c1682

27 files changed

+383
-111
lines changed

kclvm/Cargo.lock

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kclvm/loader/src/snapshots/kclvm_loader__tests__assign_stmt_0.snap

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: loader/src/tests.rs
3-
expression: "format!(\"{:#?}\", p.symbols.values())"
3+
expression: "format! (\"{:#?}\", p.symbols.values())"
4+
snapshot_kind: text
45
---
56
[
67
SymbolInfo {
@@ -29,7 +30,7 @@ expression: "format!(\"{:#?}\", p.symbols.values())"
2930
owner: Some(
3031
SymbolRef {
3132
id: Index {
32-
index: 15,
33+
index: 16,
3334
generation: 0,
3435
},
3536
kind: Package,

kclvm/loader/src/snapshots/kclvm_loader__tests__assign_stmt_1.snap

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: loader/src/tests.rs
3-
expression: "format!(\"{:#?}\", p.symbols.values())"
3+
expression: "format! (\"{:#?}\", p.symbols.values())"
4+
snapshot_kind: text
45
---
56
[
67
SymbolInfo {
@@ -29,7 +30,7 @@ expression: "format!(\"{:#?}\", p.symbols.values())"
2930
owner: Some(
3031
SymbolRef {
3132
id: Index {
32-
index: 15,
33+
index: 16,
3334
generation: 0,
3435
},
3536
kind: Package,

kclvm/loader/src/snapshots/kclvm_loader__tests__assign_stmt_2.snap

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
source: loader/src/tests.rs
3-
expression: "format!(\"{:#?}\", p.symbols.values())"
3+
expression: "format! (\"{:#?}\", p.symbols.values())"
4+
snapshot_kind: text
45
---
56
[
67
SymbolInfo {
@@ -29,7 +30,7 @@ expression: "format!(\"{:#?}\", p.symbols.values())"
2930
owner: Some(
3031
SymbolRef {
3132
id: Index {
32-
index: 15,
33+
index: 16,
3334
generation: 0,
3435
},
3536
kind: Package,

kclvm/loader/src/snapshots/kclvm_loader__tests__builtin_call_0.snap

+14-14
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,6 @@ snapshot_kind: text
8989
},
9090
),
9191
attrs: [
92-
SymbolRef {
93-
id: Index {
94-
index: 145,
95-
generation: 0,
96-
},
97-
kind: Function,
98-
},
99-
SymbolRef {
100-
id: Index {
101-
index: 146,
102-
generation: 0,
103-
},
104-
kind: Function,
105-
},
10692
SymbolRef {
10793
id: Index {
10894
index: 147,
@@ -299,6 +285,20 @@ snapshot_kind: text
299285
},
300286
kind: Function,
301287
},
288+
SymbolRef {
289+
id: Index {
290+
index: 175,
291+
generation: 0,
292+
},
293+
kind: Function,
294+
},
295+
SymbolRef {
296+
id: Index {
297+
index: 176,
298+
generation: 0,
299+
},
300+
kind: Function,
301+
},
302302
],
303303
is_global: false,
304304
},

kclvm/loader/src/snapshots/kclvm_loader__tests__builtin_call_1.snap

+43-43
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ snapshot_kind: text
3030
owner: Some(
3131
SymbolRef {
3232
id: Index {
33-
index: 15,
33+
index: 16,
3434
generation: 0,
3535
},
3636
kind: Package,
@@ -246,20 +246,6 @@ snapshot_kind: text
246246
},
247247
),
248248
attrs: [
249-
SymbolRef {
250-
id: Index {
251-
index: 145,
252-
generation: 0,
253-
},
254-
kind: Function,
255-
},
256-
SymbolRef {
257-
id: Index {
258-
index: 146,
259-
generation: 0,
260-
},
261-
kind: Function,
262-
},
263249
SymbolRef {
264250
id: Index {
265251
index: 147,
@@ -456,6 +442,20 @@ snapshot_kind: text
456442
},
457443
kind: Function,
458444
},
445+
SymbolRef {
446+
id: Index {
447+
index: 175,
448+
generation: 0,
449+
},
450+
kind: Function,
451+
},
452+
SymbolRef {
453+
id: Index {
454+
index: 176,
455+
generation: 0,
456+
},
457+
kind: Function,
458+
},
459459
],
460460
is_global: false,
461461
},
@@ -495,20 +495,6 @@ snapshot_kind: text
495495
},
496496
),
497497
attrs: [
498-
SymbolRef {
499-
id: Index {
500-
index: 145,
501-
generation: 0,
502-
},
503-
kind: Function,
504-
},
505-
SymbolRef {
506-
id: Index {
507-
index: 146,
508-
generation: 0,
509-
},
510-
kind: Function,
511-
},
512498
SymbolRef {
513499
id: Index {
514500
index: 147,
@@ -705,6 +691,20 @@ snapshot_kind: text
705691
},
706692
kind: Function,
707693
},
694+
SymbolRef {
695+
id: Index {
696+
index: 175,
697+
generation: 0,
698+
},
699+
kind: Function,
700+
},
701+
SymbolRef {
702+
id: Index {
703+
index: 176,
704+
generation: 0,
705+
},
706+
kind: Function,
707+
},
708708
],
709709
is_global: false,
710710
},
@@ -744,20 +744,6 @@ snapshot_kind: text
744744
},
745745
),
746746
attrs: [
747-
SymbolRef {
748-
id: Index {
749-
index: 145,
750-
generation: 0,
751-
},
752-
kind: Function,
753-
},
754-
SymbolRef {
755-
id: Index {
756-
index: 146,
757-
generation: 0,
758-
},
759-
kind: Function,
760-
},
761747
SymbolRef {
762748
id: Index {
763749
index: 147,
@@ -954,6 +940,20 @@ snapshot_kind: text
954940
},
955941
kind: Function,
956942
},
943+
SymbolRef {
944+
id: Index {
945+
index: 175,
946+
generation: 0,
947+
},
948+
kind: Function,
949+
},
950+
SymbolRef {
951+
id: Index {
952+
index: 176,
953+
generation: 0,
954+
},
955+
kind: Function,
956+
},
957957
],
958958
is_global: false,
959959
},

kclvm/loader/src/snapshots/kclvm_loader__tests__builtin_call_2.snap

+44-44
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ snapshot_kind: text
156156
owner: Some(
157157
SymbolRef {
158158
id: Index {
159-
index: 15,
159+
index: 16,
160160
generation: 0,
161161
},
162162
kind: Package,
@@ -362,7 +362,7 @@ snapshot_kind: text
362362
owner: Some(
363363
SymbolRef {
364364
id: Index {
365-
index: 15,
365+
index: 16,
366366
generation: 0,
367367
},
368368
kind: Package,
@@ -578,20 +578,6 @@ snapshot_kind: text
578578
},
579579
),
580580
attrs: [
581-
SymbolRef {
582-
id: Index {
583-
index: 145,
584-
generation: 0,
585-
},
586-
kind: Function,
587-
},
588-
SymbolRef {
589-
id: Index {
590-
index: 146,
591-
generation: 0,
592-
},
593-
kind: Function,
594-
},
595581
SymbolRef {
596582
id: Index {
597583
index: 147,
@@ -788,6 +774,20 @@ snapshot_kind: text
788774
},
789775
kind: Function,
790776
},
777+
SymbolRef {
778+
id: Index {
779+
index: 175,
780+
generation: 0,
781+
},
782+
kind: Function,
783+
},
784+
SymbolRef {
785+
id: Index {
786+
index: 176,
787+
generation: 0,
788+
},
789+
kind: Function,
790+
},
791791
],
792792
is_global: false,
793793
},
@@ -827,20 +827,6 @@ snapshot_kind: text
827827
},
828828
),
829829
attrs: [
830-
SymbolRef {
831-
id: Index {
832-
index: 145,
833-
generation: 0,
834-
},
835-
kind: Function,
836-
},
837-
SymbolRef {
838-
id: Index {
839-
index: 146,
840-
generation: 0,
841-
},
842-
kind: Function,
843-
},
844830
SymbolRef {
845831
id: Index {
846832
index: 147,
@@ -1037,6 +1023,20 @@ snapshot_kind: text
10371023
},
10381024
kind: Function,
10391025
},
1026+
SymbolRef {
1027+
id: Index {
1028+
index: 175,
1029+
generation: 0,
1030+
},
1031+
kind: Function,
1032+
},
1033+
SymbolRef {
1034+
id: Index {
1035+
index: 176,
1036+
generation: 0,
1037+
},
1038+
kind: Function,
1039+
},
10401040
],
10411041
is_global: false,
10421042
},
@@ -1076,20 +1076,6 @@ snapshot_kind: text
10761076
},
10771077
),
10781078
attrs: [
1079-
SymbolRef {
1080-
id: Index {
1081-
index: 145,
1082-
generation: 0,
1083-
},
1084-
kind: Function,
1085-
},
1086-
SymbolRef {
1087-
id: Index {
1088-
index: 146,
1089-
generation: 0,
1090-
},
1091-
kind: Function,
1092-
},
10931079
SymbolRef {
10941080
id: Index {
10951081
index: 147,
@@ -1286,6 +1272,20 @@ snapshot_kind: text
12861272
},
12871273
kind: Function,
12881274
},
1275+
SymbolRef {
1276+
id: Index {
1277+
index: 175,
1278+
generation: 0,
1279+
},
1280+
kind: Function,
1281+
},
1282+
SymbolRef {
1283+
id: Index {
1284+
index: 176,
1285+
generation: 0,
1286+
},
1287+
kind: Function,
1288+
},
12891289
],
12901290
is_global: false,
12911291
},

0 commit comments

Comments
 (0)