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

Look at the full collection of Exchange classes #1761

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 23, 2023

  1. Look at the correct collection of Exchange classes

    In `nbgrader.apps.baseapp.NbGrader.all_configurable_classes`, there was
    a subtle problem in the way it was deciding whether to include classes
    from `exchange.default` which meant that none were ever included.
    
    The same work to do this check was being done 5 different times in
    unique blocks of code, one of which being incorrectly implemented. To
    avoid this type of mistake in the future, I added an inline function to
    do that check so it's done in a uniform way every time.
    shreve committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    eb8b274 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

Commits on Jan 4, 2024

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