Eric Hanson
Eric Hanson
I just pushed a commit to lower the limit to 20KiB, since that seemed high enough to not be hit too often by accident, but low enough to be more...
it looks like this picked up a conflict with https://github.com/JuliaLang/julia/pull/54446; I resolved it by passing `show_repl` within `show_limited`
If it is low risk we could try it out on master to see if folks run into issues
> show(stdout, MIME"text/plain"(), ans) Should this go in the message? I guess it could say > ``"…[printing stopped after displaying $(Base.format_bytes(e.maxbytes)); call `show(stdout, MIME"text/plain"(), ans)` to print without truncation]"`` though...
ok, I've added such a hint:
test failures seem unrelated > 🚨 Error: Failed to remove "/Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-HL2F7YQ3XH.0/build/default-honeycrisp-HL2F7YQ3XH-0/julialang/julia-master" (fstatat /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-HL2F7YQ3XH.0/build/default-honeycrisp-HL2F7YQ3XH-0/julialang/julia-master/julia-085cc34275/share/julia/test/project/Extensions/HasDepWithExtensions.jl/Manifest.toml: permission denied)
Oh! Ok. That's pretty confusing. Can we do a breaking release & drop the deprecation?
In case anyone else is running into this now too, I'll add that you need to escape underscores too!
Try escaping the underscores, that’s what helped for me.