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

New command line option --alwaystrace #2551

Merged

Commits on Jul 5, 2018

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

Commits on Jul 11, 2018

  1. Refactor ErrorInner and rename SilentErrors

    This commit introduces some local functions to print the different
    parts of the user feedback.
    
    It also adds some source comments and renames the undocumented
    variable SilentErrors to SilentNonInteractiveErrors.
    
    The refactoring is done to e.g. also print a traceback from other
    parts of ErrorInner without having to duplicate the printing code.
    ssiccha committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    b778383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    052fc19 View commit details
    Browse the repository at this point in the history
  3. New command line option --alwaystrace

    The option --alwaystrace sets a new global variable
    AlwaysPrintTracebackOnError. If set to true `OnBreak()` is always
    called before exiting `ErrorInner`.
    ssiccha committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    a64445c View commit details
    Browse the repository at this point in the history
  4. Tweak formatting in error.g

    fingolfin authored and ssiccha committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    c80941d View commit details
    Browse the repository at this point in the history