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

Improve Controller Script Error Reporting #2588

Merged
merged 22 commits into from
Apr 18, 2020

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    a07164d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe4aae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b55805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf5b0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bc6e89 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

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

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    f82fcc8 View commit details
    Browse the repository at this point in the history
  2. controllers/controllerengine: Always show the backtrace on script errors

    Previously the backtrace was only added to the error details if
    the `--controllerDebug` flag was passed to Mixxx. Since the error
    details are only displayed if the user explicitly uncollapsed the
    "Details" expander and non-technical users won't be able to make use of
    the engine's error message and line number anyway, we can just show it
    unconditionally. This might even result in more helpful bug reports.
    Holzhaus committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    1d6d81e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ad0f27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    712ced4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e29507 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    a4fde4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    456f8ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1abe15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cee2458 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8d96a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    961d9a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c0d692 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d1cf7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a15898 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9a5ca5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

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