Skip to content
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

errors thrown from a kernel are not pretty printed #974

Closed
ghost opened this issue Jan 15, 2021 · 1 comment
Closed

errors thrown from a kernel are not pretty printed #974

ghost opened this issue Jan 15, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 15, 2021

Don't know if this is the correct place for this issue...with

[][fill(1, 10000)]

in the repl, I get

ERROR: BoundsError: attempt to access 0-element Array{Any,1} at index [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1  …  1, 1, 1, 1, 1, 1, 1, 1, 1, 1]]

whereas from a notebook, it prints the full array.
Browsers can handle big strings fine, sadly emacs cannot, and in those cases has to be restarted.

@stevengj
Copy link
Member

stevengj commented Feb 12, 2021

Thanks, should be fixed now in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant