Various missing tests, coverage stuff
Recent Commits to kint:master
-
Various missing tests, coverage stuff
-
CallFinder: Add meta info for when new without parens is used
CallFinder: Add meta info for when new without parens is used
-
MethodValue rewrite
MethodValue rewrite This allows us to squeeze a lot more perf out of complex systems by omitting the access paths and depth. Effectively we can avoid cloning all methods for every instance and just reuse the existing MethodValues repeatedly. Totally incompatible with text renderers since they pretty much require depth to be set correctly
-
SplFileInfoRepresentationTest: Fixup
SplFileInfoRepresentationTest: Fixup
-
TabPluginInterface: Send value along with representation
TabPluginInterface: Send value along with representation
-
ContainerRepresentation: Always show contents size in label
ContainerRepresentation: Always show contents size in label