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

with_output_limit removed at some point? #14533

Closed
jgoldfar opened this issue Jan 2, 2016 · 1 comment
Closed

with_output_limit removed at some point? #14533

jgoldfar opened this issue Jan 2, 2016 · 1 comment

Comments

@jgoldfar
Copy link
Contributor

jgoldfar commented Jan 2, 2016

Running Julia (Version 0.5.0-dev+1953 (2016-01-01 23:47 UTC), Commit 03a5b9f), I get the following:

dump("TEST")
ERROR: UndefVarError: with_output_limit not defined
 in dump at show.jl:1032
 in eval at ./boot.jl:265

Testing on JuliaBox's v0.5 (Version 0.5.0-dev+1526, Commit b775873) gives the expected

dump("TEST")
ASCIIString "TEST"
@timholy
Copy link
Sponsor Member

timholy commented Jan 2, 2016

Also noted in #13825 (comment).

@tkelman tkelman added the needs tests Unit tests are required for this change label Jan 2, 2016
jgoldfar added a commit to jgoldfar/julia that referenced this issue Jan 2, 2016
@jgoldfar jgoldfar mentioned this issue Jan 2, 2016
@tkelman tkelman removed the needs tests Unit tests are required for this change label Jan 2, 2016
@vtjnash vtjnash closed this as completed in 032157e Jan 4, 2016
vtjnash added a commit that referenced this issue Jan 4, 2016
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

3 participants