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.
Changes exception output for SystemMap and Lifecycle, from [Stuart Sierra's Component library](https://github.com/stuartsierra/component), 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.
No vars found in this namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close