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

[v5] Action types #4180

Merged
merged 15 commits into from
Aug 22, 2023
Merged

[v5] Action types #4180

merged 15 commits into from
Aug 22, 2023

Commits on Aug 17, 2023

  1. Add TActions

    davidkpiano authored and Andarist committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9bb9503 View commit details
    Browse the repository at this point in the history
  2. Break stuff

    davidkpiano authored and Andarist committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7bc2211 View commit details
    Browse the repository at this point in the history
  3. YES

    davidkpiano authored and Andarist committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    075c885 View commit details
    Browse the repository at this point in the history
  4. Named action tests

    davidkpiano authored and Andarist committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    60735ca View commit details
    Browse the repository at this point in the history
  5. TActions -> TAction

    Andarist committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    96a4028 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a90be6b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Introduce TExpressionAction to make pure/choose types stricter …

    …and tweak `action` arg for inline actions (#4197)
    
    * Introduce `TExpressionAction`
    
    * Tweak what action object gets provided to referenced and inline actions
    
    * avoid casting
    
    * Revert "avoid casting"
    
    This reverts commit 9333e8d.
    Andarist authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    878db8a View commit details
    Browse the repository at this point in the history
  2. Add changeset

    davidkpiano committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d7ba33b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5b20df View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. reorder some tests

    Andarist committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8a27ab7 View commit details
    Browse the repository at this point in the history
  2. wrap tests in a block

    Andarist committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    57af8b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef9a353 View commit details
    Browse the repository at this point in the history
  4. add type-level tests

    Andarist committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f321b82 View commit details
    Browse the repository at this point in the history
  5. add extra tests for pure

    Andarist committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4929d46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c332b8 View commit details
    Browse the repository at this point in the history