Added Dependency Checks into the Module System.
Why a Dependency Check system was added?
This commit is contained in:
+26
-26
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user