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

Panic on errors and remove deprecated functions #41

Merged
merged 1 commit into from May 17, 2022
Merged

Commits on May 17, 2022

  1. Panic on errors and remove deprecated functions

    Previously, if writing to a env/path file failed, the library would silently fail if writing to the file failed. Similarly, if writing to an output stream fails, the library would silently fail. This updates the behavior to panic on these low-level errors.
    
    Additionally, this removes deprecated ways of setting environment variables and paths given the new GitHub runners have been available for months. It also removes deprecated library functions.
    sethvargo committed May 17, 2022
    Configuration menu
    Copy the full SHA
    f90696a View commit details
    Browse the repository at this point in the history