io.aviso.component
added in 0.1.35
Changes exception output for SystemMap and Lifecycle, from Stuart Sierra’s Component library, to be shorter placeholders.
SystemMap instances print as #<SystemMap>
.
Lifecycle instances print as #<Component CLASS>
(where CLASS
is name of the record class).
Without these changes, exception output for system maps produces volumes of deeply nested and redundant data.