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

Rework the QType class #14410

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

Commits on Jul 3, 2024

  1. Rework the QType class

    This adds QType::fromString() which does error checking and throws exceptions when invalid
    input is provided.
    
    Cleans up the anti-pattern that was previously there where you could only construct a
    QType object from a string by assigning to a dummy one. Also removes access to internals
    like chartocode which was being used all around in place of that anti-pattern.
    fredmorcos committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    02dac74 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    49414ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47792d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f9335e View commit details
    Browse the repository at this point in the history