Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Add support for the rest of the simple types and yamls #13

@westonpace

Description

@westonpace

At the very least we should be able to import all of the standard YAML files. We are currently only importing a subset and already getting warnings for unsupported types:

warning: Ignoring impl with unrecognized type in YAML file: interval_day
warning: Ignoring impl with unrecognized type in YAML file: interval_year
warning: Ignoring impl with unrecognized type in YAML file: timestamp
warning: Ignoring impl with unrecognized type in YAML file: timestamp_tz
warning: Ignoring impl with unrecognized type in YAML file: date

In addition to rounding out support in funcgen we should make sure we have appropriate type builder methods for these types too.

Note that simple here means "not parameterized" simply because we have #3 for parameterized types. If #3 is already completed then we can go ahead and add support for parameterized types here too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions