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

2.3.2: with some features to handle "generics" #203

Draft
wants to merge 10 commits into
base: development
Choose a base branch
from

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    a677a50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67e0d6b View commit details
    Browse the repository at this point in the history
  3. chore(nml): regen

    sanjayankur31 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    23425ed View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. chore: regen

    sanjayankur31 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    afbcace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb29913 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. chore: regen nml

    sanjayankur31 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5dd8527 View commit details
    Browse the repository at this point in the history
  2. fix(nml): correct detection of anyattributes_

    There are two ways of doing this:
    
    - check the source in `__init__` as I've done here
    - create an object of the class to see if it has the attribute
    
    I expect the latter is more expensive, so I've used the first method for
    the moment.
    sanjayankur31 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ddb5c7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dee333 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb37d32 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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