Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
invoke more abstract print in non-compact case
@simonschoelly identified this problem in #282 (comment) where calling show would lead to a stackoverflow error due to infinite recursion. The solution is to explicitly invoke Base's abstract show function when the non-compact form is requested to prevent the runaway recursion.
- Loading branch information