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

Exception and configuration improvements #38

Merged
merged 4 commits into from
May 1, 2019
Merged

Exception and configuration improvements #38

merged 4 commits into from
May 1, 2019

Commits on Apr 30, 2019

  1. remove duplication of configuration arguments

    Phil Tooley committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    88a5fb9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. improve exception handling

    adds additional classes splitting into expected and unexpected errors
    
    resolves #22
    partially resolves #25
    Phil Tooley committed May 1, 2019
    Configuration menu
    Copy the full SHA
    c64b258 View commit details
    Browse the repository at this point in the history
  2. switch to CHKERRXX globally

    partially resolves #25
    Phil Tooley committed May 1, 2019
    Configuration menu
    Copy the full SHA
    ee7c7c5 View commit details
    Browse the repository at this point in the history
  3. try to clean up exceptions more neatly

    Slightly hackish approach to try to not get mangled error messages by
    temporaly separating threads in the error handler.  Only works if they
    arrive with less than 200ms spacing, but that should cover most cases
    for patterns within pFIRE
    Phil Tooley committed May 1, 2019
    Configuration menu
    Copy the full SHA
    74b5b52 View commit details
    Browse the repository at this point in the history