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

More graceful handling of low linewrap values #1219

Merged
merged 7 commits into from
Apr 10, 2021

Commits on Mar 4, 2021

  1. behavior outline

    sriniv27 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    d3589fa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. enforce positive initial linewrap

    Check column widths
    
    update gitignore
    
    throw error when linewrap too small
    
    simply check for large enough linewrap value
    sriniv27 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    2d4ba1b View commit details
    Browse the repository at this point in the history
  2. delete unused error message

    sriniv27 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    e063fa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. PR feedback

    make exception more informative
    
    update check_linewrap signature in src and test
    
    make check_linewrap a free function
    sriniv27 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    502d47f View commit details
    Browse the repository at this point in the history
  2. delete unused function

    sriniv27 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    2e09d88 View commit details
    Browse the repository at this point in the history
  3. delete else..pass block

    sriniv27 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    8bf1da1 View commit details
    Browse the repository at this point in the history
  4. newline for make format

    sriniv27 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    2b054d7 View commit details
    Browse the repository at this point in the history