Added Dependency Checks into the Module System.

Why a Dependency Check system was added?
This commit is contained in:
2022-12-07 03:23:19 +01:00
parent 8d8c30c9a7
commit cc92ef953a
12 changed files with 107 additions and 52 deletions
+26 -26
View File
@@ -4,10 +4,10 @@
"Collection": true,
"Function": true,
"List": true,
"Map": false,
"Map": true,
"Pair": true,
"PriorityQueue": true,
"Set": false,
"Set": true,
"Boolean": {
"Enabled": true,
"Base": {
@@ -367,15 +367,15 @@
},
"Set": {
"Enabled": true,
"LinkedHashSet": false,
"LinkedCustomHashSet": false,
"LinkedHashSet": true,
"LinkedCustomHashSet": true,
"OrderedSet": true,
"ArraySet": true,
"AVLTreeSet": true,
"ImmutableSet": true,
"CustomHashSet": true,
"Sets": true,
"SortedSet": false,
"SortedSet": true,
"HashSet": true,
"RBTreeSet": true
},
@@ -638,15 +638,15 @@
},
"Set": {
"Enabled": true,
"LinkedHashSet": false,
"LinkedCustomHashSet": false,
"LinkedHashSet": true,
"LinkedCustomHashSet": true,
"OrderedSet": true,
"ArraySet": true,
"AVLTreeSet": true,
"ImmutableSet": true,
"CustomHashSet": true,
"Sets": true,
"SortedSet": false,
"SortedSet": true,
"HashSet": true,
"RBTreeSet": true
},
@@ -909,15 +909,15 @@
},
"Set": {
"Enabled": true,
"LinkedHashSet": false,
"LinkedCustomHashSet": false,
"LinkedHashSet": true,
"LinkedCustomHashSet": true,
"OrderedSet": true,
"ArraySet": true,
"AVLTreeSet": true,
"ImmutableSet": true,
"CustomHashSet": true,
"Sets": true,
"SortedSet": false,
"SortedSet": true,
"HashSet": true,
"RBTreeSet": true
},
@@ -1180,15 +1180,15 @@
},
"Set": {
"Enabled": true,
"LinkedHashSet": false,
"LinkedCustomHashSet": false,
"LinkedHashSet": true,
"LinkedCustomHashSet": true,
"OrderedSet": true,
"ArraySet": true,
"AVLTreeSet": true,
"ImmutableSet": true,
"CustomHashSet": true,
"Sets": true,
"SortedSet": false,
"SortedSet": true,
"HashSet": true,
"RBTreeSet": true
},
@@ -1451,15 +1451,15 @@
},
"Set": {
"Enabled": true,
"LinkedHashSet": false,
"LinkedCustomHashSet": false,
"LinkedHashSet": true,
"LinkedCustomHashSet": true,
"OrderedSet": true,
"ArraySet": true,
"AVLTreeSet": true,
"ImmutableSet": true,
"CustomHashSet": true,
"Sets": true,
"SortedSet": false,
"SortedSet": true,
"HashSet": true,
"RBTreeSet": true
},
@@ -1722,15 +1722,15 @@
},
"Set": {
"Enabled": true,
"LinkedHashSet": false,
"LinkedCustomHashSet": false,
"LinkedHashSet": true,
"LinkedCustomHashSet": true,
"OrderedSet": true,
"ArraySet": true,
"AVLTreeSet": true,
"ImmutableSet": true,
"CustomHashSet": true,
"Sets": true,
"SortedSet": false,
"SortedSet": true,
"HashSet": true,
"RBTreeSet": true
},
@@ -1993,15 +1993,15 @@
},
"Set": {
"Enabled": true,
"LinkedHashSet": false,
"LinkedCustomHashSet": false,
"LinkedHashSet": true,
"LinkedCustomHashSet": true,
"OrderedSet": true,
"ArraySet": true,
"AVLTreeSet": true,
"ImmutableSet": true,
"CustomHashSet": true,
"Sets": true,
"SortedSet": false,
"SortedSet": true,
"HashSet": true,
"RBTreeSet": true
},
@@ -2264,15 +2264,15 @@
},
"Set": {
"Enabled": true,
"LinkedHashSet": false,
"LinkedCustomHashSet": false,
"LinkedHashSet": true,
"LinkedCustomHashSet": true,
"OrderedSet": true,
"ArraySet": true,
"AVLTreeSet": true,
"ImmutableSet": true,
"CustomHashSet": true,
"Sets": true,
"SortedSet": false,
"SortedSet": true,
"HashSet": true,
"RBTreeSet": true
},