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

std::ifstream: Defensive Patterns #2547

Merged
merged 3 commits into from Nov 12, 2021

Commits on Nov 10, 2021

  1. std::ifstream: Defensive Patterns

    Add failure handling if inputs in `std::ifstream`s cannot be opened
    or have problems seek-ing through them.
    
    This should catch I/O errors early.
    ax3l committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f0db7ea View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. LoadBalance: Simplify Checks

    ax3l committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    d515ad6 View commit details
    Browse the repository at this point in the history
  2. Rewrite: MCCProcess::readCrossSectionFile

    More robust and earlier error checking.
    
    Co-authored-by: Roelof Groenewald <roelof.groenewald@modernelectron.com>
    ax3l and roelof-groenewald committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    993ebbc View commit details
    Browse the repository at this point in the history