-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elision is too aggressive #2
Comments
Setting |
hmmm, setting them to nil (unlimited?) and evaluating a form that returns a sufficiently large data structure still results in elision... |
|
ok, got it working. thank you |
Actually, I should clarify. setting print-length to Long/MAX_VALUE allows me to print all items in a collection, but each individual item is still has some elision. setting print-level to Long/MAX_VALUE appears to have no effect. setting print-level to 1 causes the evaluation of the nested form to throw an exception |
@castrogerardo
The text was updated successfully, but these errors were encountered: