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

Respect reraise setting #571

Merged
merged 7 commits into from
Aug 24, 2021
Merged

Respect reraise setting #571

merged 7 commits into from
Aug 24, 2021

Commits on Aug 20, 2021

  1. Respect reraise setting

    We have this nice setting for having extension load failure raise errors instead of silently failing. We should respect it 😄
    vidartf committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    c6dac9f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. lint unused var

    vidartf committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    51383e3 View commit details
    Browse the repository at this point in the history
  2. Ensure extension manager always has a handle to serverapp

    So that it can always check the reraise errors flag
    vidartf committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    bca0379 View commit details
    Browse the repository at this point in the history
  3. Add simple regression tests

    vidartf committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f2ebf17 View commit details
    Browse the repository at this point in the history
  4. Tune pypy version on OSX CI

    Supposedly this will bring me great luck and good fortune!
    vidartf committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    496dc68 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Fix pypy conditionals

    vidartf authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    43a4276 View commit details
    Browse the repository at this point in the history
  2. Fix the fix

    vidartf authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    1aa5512 View commit details
    Browse the repository at this point in the history