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

Scala sealed trait ability (mostly) in dataconf using dataclass #10

Merged
merged 17 commits into from
Sep 20, 2021

Commits on Aug 24, 2021

  1. added the ability to read nested dataclass configs replicating Scala …

    …sealed trait case class behavior with pureconfig
    dwsmith1983 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    d3a940b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dwsmith1983/dev/sealed-trait-type-behavior

    added the ability to read nested dataclass configs replicating Scala …
    dwsmith1983 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e210aff View commit details
    Browse the repository at this point in the history
  3. removed print statment

    dwsmith1983 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    30e04ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e42a951 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. created version.py for __version__ which will populate from the libra…

    …ry toml; incremented to 0.1.6
    Dustin Smith committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e26cfca View commit details
    Browse the repository at this point in the history
  2. called InputType and added return to sealed_trait

    Dustin Smith committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ef4b407 View commit details
    Browse the repository at this point in the history
  3. added a second method to test for nested dataclass

    Dustin Smith committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    02da544 View commit details
    Browse the repository at this point in the history
  4. cleaned up fixed todo for the sealed trait mock testing

    Dustin Smith committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    691f3f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8d32c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    115b0b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. fixed relative to abs import in test, removed old comment, removed li…

    …st comp from the for loop arg break down the for loop resulting in 0.4-0.35 test times to 0.25
    dwsmith1983 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2d0be26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ea7e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Sep 1, 2021

  1. abstract input class with dataclass override

    Dustin Smith committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a3d9763 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. added @zifeo suggestion

    Dustin Smith committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    80fca49 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. updated README

    Dustin Smith committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    39552be View commit details
    Browse the repository at this point in the history
  2. removed conf assignment

    Dustin Smith committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    9537353 View commit details
    Browse the repository at this point in the history