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

main: disable colorama on Linux and flush output #494

Merged
merged 12 commits into from Oct 21, 2022
Merged

Commits on Oct 17, 2022

  1. Disable colorama on Linux (fixes pypa#493)

    [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    abitrolly authored and henryiii committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6231afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c2e668 View commit details
    Browse the repository at this point in the history
  3. Prevent output buffering

    abitrolly authored and henryiii committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f75a29c View commit details
    Browse the repository at this point in the history
  4. Fix cprint()

    abitrolly authored and henryiii committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    753e8ff View commit details
    Browse the repository at this point in the history
  5. Make cprint() private

    abitrolly authored and henryiii committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c2ad8c1 View commit details
    Browse the repository at this point in the history
  6. Get back ModuleNotFoundError

    abitrolly authored and henryiii committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    97dd2aa View commit details
    Browse the repository at this point in the history
  7. cprint: don't try to format message

    `{` are present in tracebacks leading to errors
    abitrolly authored and henryiii committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    31bc4f1 View commit details
    Browse the repository at this point in the history
  8. Add type annotation

    Fix type annotaion errors
    abitrolly authored and henryiii committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b589716 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec960b2 View commit details
    Browse the repository at this point in the history
  10. tests: move path test up to normal tests

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c6dc62f View commit details
    Browse the repository at this point in the history
  11. tox: include coverage on path job

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4fa3086 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. ci: combine coverage from the run

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    a1ccc27 View commit details
    Browse the repository at this point in the history