8 comments (8 comments)2 reactions (2 reactions)0 assignees (0 assignees)Julia5,773 forks (5,773 forks)batch import
display and printinggood first issuestrings
Repository metrics
- Stars
- 48,709 stars (48,709 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
There is no need to compactify the string below:
It fits fine in the terminal window.
Contributor guide
- Research direction
- Investigate the string display logic in Julia's REPL. Look for where compactification is applied and determine the condition that causes it to trigger unnecessarily. Consider adjusting the heuristic to only compactify when the string exceeds terminal width.
- Tech stack
- None
- Domain
- cli
- Issue type
- Bug
- Prerequisites
- Git