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

Adds support for imports in code generation #169

Merged
merged 9 commits into from
Nov 1, 2024

Commits on Oct 31, 2024

  1. Adds changes for generating code for schema imports

    * Modifies `generate_code_for_authorities` to traverse through all
    subdirectories of a schema authority to generate code
    * Adds helper `generate_code_for_directory`  which generates code for a
    single directory
    * Modifies `generate` to generate code for header and inline imports
    * Modifies `FullyQualifiedTypeName` to genetate code for inline imported
    type
    desaikd committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    64c837b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c8178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2068065 View commit details
    Browse the repository at this point in the history
  4. Adds clippy change

    desaikd committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    edff0c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Remove --schema option

    desaikd committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a930c07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de4d075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e574f83 View commit details
    Browse the repository at this point in the history
  4. Adds clippy changes

    desaikd committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    fc94da4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ced8ad View commit details
    Browse the repository at this point in the history