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

Truncate too long output instead of using key #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 21, 2020

  1. Truncate too long output instead of using key

    When outputing results the current behavior is to use the key in the
    output if the identifier would be too long for example:
    "$f != nil"
    
    This instead truncates the value and adds elisis as follows:
    
    "ThisIsAReallyLongIdentifierThatWillBeTruncatedInsteadOfReje... != nil"
    
    This output is more friendly.
    
    Addresses quasilyte#70
    efarrer committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    84f3f6d View commit details
    Browse the repository at this point in the history