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

State platform improvements #242

Merged
merged 10 commits into from
Nov 29, 2022
Merged

State platform improvements #242

merged 10 commits into from
Nov 29, 2022

Commits on Nov 27, 2022

  1. feat: created RxResult

    This should facilitate error handling very effectively in suspended state.
    arctic-hen7 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    c86ff5f View commit details
    Browse the repository at this point in the history
  2. feat: created suspense system

    This needs a lot of cleaning up, but it works!
    arctic-hen7 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    d080128 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    a0aef62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b5da97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    666b682 View commit details
    Browse the repository at this point in the history
  4. revert: removed delayed state system entirely

    See
    #150 (comment)
    for details.
    
    This reverts commit 8b5da97.
    arctic-hen7 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ff43cca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a730ca View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. feat: added request state and amalgamation to global state

    BREAKING CHANGE: global state is now built per-locale, and build state
    functions therefore take a `locale: String` argument now
    BREAKING CHANGE: functional plugin actions for failing global state have
    been removed due to alternate generation systems (you should hook into
    failed builds instead)
    arctic-hen7 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    66dda97 View commit details
    Browse the repository at this point in the history
  2. fix: fixed store errors

    `NotFound` errors were being reported incorrectly, meaning apps not
    using global state couldn't be compiled.
    arctic-hen7 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    7e340da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd208d View commit details
    Browse the repository at this point in the history