Closed JSAbrahams closed 2 years ago
Merging #341 (98c8951) into develop (f4d068d) will decrease coverage by
0.56%
. The diff coverage is61.22%
.
@@ Coverage Diff @@
## develop #341 +/- ##
===========================================
- Coverage 86.95% 86.38% -0.57%
===========================================
Files 104 109 +5
Lines 11374 11647 +273
===========================================
+ Hits 9890 10061 +171
- Misses 1484 1586 +102
The drop in coverage is somewhat significant. A lot of logic has been moved around or added. A lot of it is not really that necessary to test though, since a lot of logic is about the order of names. This is mostly so that the ordering is consistent for cases where we need to e.g. order sets in a deterministic manner.
Relevant issues
Summary
Context
No major bugs have really been fixed. However, we have restructured the Context so we don't have to deal with a lot of edge cases and instead use a more generalized system.
Added Tests
Tuple
andCallable
.HasParent
has been properly implemented for some primitives.