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

Validate functions #53

Merged
merged 29 commits into from
Aug 23, 2023
Merged

Validate functions #53

merged 29 commits into from
Aug 23, 2023

Commits on Jul 6, 2023

  1. Validate functions

    samestep committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b0fdd04 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    7734ac9 View commit details
    Browse the repository at this point in the history
  2. Use Ty to simplify

    samestep committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    84724e6 View commit details
    Browse the repository at this point in the history
  3. Validate most things

    samestep committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6f144ed View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    11485b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    7bbc0b3 View commit details
    Browse the repository at this point in the history
  2. Update for new IR

    samestep committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    fbdd10b View commit details
    Browse the repository at this point in the history
  3. Check function calls

    samestep committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    65adf33 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    b9c8545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21c33cb View commit details
    Browse the repository at this point in the history
  3. Call in bake

    samestep committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e5fac1d View commit details
    Browse the repository at this point in the history
  4. Check validator from JS

    samestep committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    79bdc18 View commit details
    Browse the repository at this point in the history
  5. Check return variable scope

    samestep committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c85e654 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Validate For

    samestep committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    352f251 View commit details
    Browse the repository at this point in the history
  2. Check against Ref nesting

    samestep committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4119183 View commit details
    Browse the repository at this point in the history
  3. Check Read and Accum

    samestep committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9e7c691 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    177f82e View commit details
    Browse the repository at this point in the history
  5. Write a few tests

    samestep committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    82855c2 View commit details
    Browse the repository at this point in the history
  6. Tweak

    samestep committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    11fcce3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be8855a View commit details
    Browse the repository at this point in the history
  8. Test primitives

    samestep committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5b6683f View commit details
    Browse the repository at this point in the history
  9. Write more tests

    samestep committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1360d22 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Write more tests

    samestep committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    e247bf9 View commit details
    Browse the repository at this point in the history
  2. Test Call

    samestep committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    0866597 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    237ce8a View commit details
    Browse the repository at this point in the history
  2. Remove index from For

    samestep committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6dfaf02 View commit details
    Browse the repository at this point in the history
  3. Test For

    samestep committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1606288 View commit details
    Browse the repository at this point in the history
  4. Check Read and Accum

    samestep committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    68398f0 View commit details
    Browse the repository at this point in the history
  5. Check Ask and Add

    samestep committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    613a5d6 View commit details
    Browse the repository at this point in the history