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

[Enhancement] Make build_xxx_layer allow accepting a class type #2782

Merged
merged 10 commits into from
May 11, 2023

Commits on Apr 27, 2023

  1. Support build from type

    HAOCHENYE committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ed87518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    921cf58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11d30db View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 11, 2023

  1. replace isinstance(xxx, type) with inspect.isclass

    replace isinstance(xxx, type) with inspect.isclass
    HAOCHENYE committed May 11, 2023
    Configuration menu
    Copy the full SHA
    895319a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7fdff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c89415 View commit details
    Browse the repository at this point in the history
  4. add indent for setting mode

    HAOCHENYE committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2f3a360 View commit details
    Browse the repository at this point in the history
  5. Fix unit test

    HAOCHENYE committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f2c7f99 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary check

    HAOCHENYE committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2e4ae1c View commit details
    Browse the repository at this point in the history