julia
Limit implicit `show` in REPL to printing 20 KiB by default
#53959
Merged

Commits
  • add `LimitIO` to REPL
    ericphanson committed 1 year ago
  • add test
    ericphanson committed 1 year ago
  • stop printing, don't throw an error
    ericphanson committed 1 year ago
  • fix word order
    ericphanson committed 1 year ago
  • Merge branch 'master' into eph/limit-repl
    ericphanson committed 1 year ago
  • add color
    ericphanson committed 1 year ago
  • performance optimization
    ericphanson committed 1 year ago
  • reduce default limit to 20KiB, add test, format bytes
    ericphanson committed 1 year ago
  • Merge branch 'master' into eph/limit-repl
    ericphanson committed 1 year ago
  • Merge branch 'master' into eph/limit-repl
    ericphanson committed 1 year ago
  • fix whitespace
    ericphanson committed 1 year ago
  • add NEWS
    ericphanson committed 1 year ago
  • try to fix inference failure
    ericphanson committed 1 year ago
  • Merge branch 'master' into eph/limit-repl
    ericphanson committed 1 year ago
  • Merge branch 'master' into eph/limit-repl
    ericphanson committed 1 year ago
  • Merge branch 'master' into eph/limit-repl
    ericphanson committed 1 year ago
  • Merge remote-tracking branch 'origin/master' into eph/limit-repl
    ericphanson committed 1 year ago
  • simplify implementation
    ericphanson committed 1 year ago
  • add hint to print without truncation
    ericphanson committed 1 year ago
  • Merge branch 'master' into eph/limit-repl
    ericphanson committed 1 year ago
  • Merge branch 'master' into eph/limit-repl
    ericphanson committed 1 year ago
  • Merge branch 'master' into eph/limit-repl
    ericphanson committed 1 year ago
  • Apply suggestions from code review
    ericphanson committed 1 year ago
  • correct return for `Base.write`
    ericphanson committed 1 year ago
Loading