You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monotonic stdout is sometimes hard to consume. If it contains errors, it may also be hard to make sense of them, find their bounds, and what they relate to. We can do better! I've seen what pip is currently trying to improve and I'd like us to follow the lead.
Here's an example of what they do pypa/pip#10421 (comment).
🖼️ pip's upcoming changes sneak peak
There are two things I like there:
Visual separation and coloring.
Human-readable error codes that can be searched for in the docs.
ISSUE TYPE
SUMMARY
Monotonic stdout is sometimes hard to consume. If it contains errors, it may also be hard to make sense of them, find their bounds, and what they relate to. We can do better! I've seen what pip is currently trying to improve and I'd like us to follow the lead.
Here's an example of what they do pypa/pip#10421 (comment).
🖼️ pip's upcoming changes sneak peak
There are two things I like there:
P.S. We may want to consult with https://clig.dev while implementing this.
The text was updated successfully, but these errors were encountered: