Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

What validity checks should be supported on arguments? #5

Description

@masonremy

What types of information should we mark arguments with to indicate valid values for those arguments?
Some ideas:

  • "is_checked"
  • "nullable" / "can_be_null"
  • valid ranges (e.g. int must be >= 0)
  • do invalid values cause an assert or a return?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions