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

CASMPET-6723 catch UnicodeDecodeError from os/run_command #54

Merged
merged 12 commits into from
Aug 10, 2023
Merged

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    1c141d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    325fadd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84c4714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdae3a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Make decoding a parameter

    Make the `decode` an optional, and just return the string as bytes
    unless the developer has passed an encoding.
    
    It is false to assume an encoding, and auto-resolving the encoding is
    unreliable.
    rustydb committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6ef5db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ce6ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    545cb6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7792d4f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    4543649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51176e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    847e4d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b07ec8 View commit details
    Browse the repository at this point in the history