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

Emulating initalState function for Hooks #77

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2022

  1. refactored mkInitialState out of evalHook

    Halogen does not seem to guarantee the order of HalogenQ. It's possible
    that Receive or Query arrive before Initialize fires. This means that the
    HookState has to be ready before evalHook ever fires. mkInitialState
    contains most of the old Initialize step code.
    Joost ter Braak committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    f736760 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. fixed queries using stale handler

    Joost ter Braak committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    142213e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Aug 10, 2024

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