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

assert: multiple improvements #21628

Closed
wants to merge 6 commits into from

Commits on Jul 27, 2018

  1. assert: multiple improvements

    1) Switched + / - and red / green in diffs. It seems like that style
       is more natural to most people.
    
    2) Short primitives do not use the diff anymore. Especially short
       numbers can be read well like 1 !== 2. Cases that can not be
       displayed like that (e.g., -0 and +0) use the regular diff output.
    
    3) Improved error descriptions. It was not always clear what the
       messages stood for. That should now be resolved.
    
    4) Added a position indicator for single lines in case a tty is used
       and the line is shorter than the visual columns.
    BridgeAR committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    7589f42 View commit details
    Browse the repository at this point in the history
  2. fixup: address comment

    BridgeAR committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    671a3cc View commit details
    Browse the repository at this point in the history
  3. fixup: address comment

    BridgeAR committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    511f8a1 View commit details
    Browse the repository at this point in the history
  4. fixup

    BridgeAR committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    e789901 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4587e5d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. fixup: improve docs

    BridgeAR committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    c00e63d View commit details
    Browse the repository at this point in the history