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

chore!: Require types of globals to be specified #6592

Merged
merged 6 commits into from
Nov 22, 2024

Commits on Nov 22, 2024

  1. require global types to be specified, add error that's thrown when un…

    …specified and is_unspecified check for UnresolvedType(Data), update tests and add new unit tests for this behavior
    michaeljklein committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    80b593c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b721e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    280c27f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc06dc View commit details
    Browse the repository at this point in the history
  5. use 'contains_unspecified' instead of is_unspecified to recursively c…

    …heck for Unspecified, update tests, move WILDCARD_TYPE to ast/statements where it's now used with Path
    michaeljklein committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    dd9bd09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33b4597 View commit details
    Browse the repository at this point in the history