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

chore: add logger to generatedssupersuper + support addition of __ANY__ + external morph fixing tweaks #198

Merged
merged 22 commits into from
Aug 23, 2024

Commits on Aug 13, 2024

  1. chore: add logger to generatedssupersuper

    This allows us to use it in the various helper methods for better
    outputs.
    sanjayankur31 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    689b9d0 View commit details
    Browse the repository at this point in the history
  2. chore(generatedssupersuper): improve warnings

    Also, use `logger.warning` instead of `warnings.warn`
    sanjayankur31 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    89bd448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e7329e View commit details
    Browse the repository at this point in the history
  4. feat(component-factory): handle addition of "__ANY__"

    Use cases:
    
    - `component_factory(sometype, __ANY__="something")`
    - `l = component_factory(sometype); l.add("something", hint="__ANY__")`
    
    In both, we require the user to give some notion that they are trying to
    add a `__ANY__` member.
    sanjayankur31 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    737839e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c575dbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09117fc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. chore: make validation disabled messages into debugs

    Otherwise the output is too verbose.
    sanjayankur31 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0e1e62e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d4b8a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    ebb2f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7d15d View commit details
    Browse the repository at this point in the history
  3. chore(nml): regenerate

    sanjayankur31 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a440a28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a9f3e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2bba99 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    704483a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e8915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    124eefe View commit details
    Browse the repository at this point in the history
  4. chore: revert method name to get_by_id

    I was breaking API here!
    sanjayankur31 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    db7e442 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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