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

change: re-organize schema module #172

Merged
merged 2 commits into from
Apr 21, 2024
Merged

Commits on Apr 21, 2024

  1. change: add is_primitive_type to test given object is primitive type,…

    … and its test cases
    ssato committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ca41e6f View commit details
    Browse the repository at this point in the history
  2. change: re-organize schema module

    Re-organize schema module to allow its functions as much as possible
    even if the required module is not available.
    
    - src/anyconfig/schema: re-organize the module with some refactoring
    - tests/schema: likewise
    - tests/api, tests/cli: follow changes in anyconfig.schema
    ssato committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    47382d9 View commit details
    Browse the repository at this point in the history