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

Cancelling reactimates #199

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Jun 2, 2019

  1. Migrated to Stack lts-13.21.

    "stack test" passed.
    PaulJohnson committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    04f438f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Prim.addHandler now takes an Output arg.

    The Output "o" is passed down the call stack via
    "buildLater" and will eventually be added to the
    Network nOutputs ordered bag. It is created here
    because we need to return a function that removes it
    from the bag, but the result cannot be passed back to
    us from the future.
    PaulJohnson committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    f715487 View commit details
    Browse the repository at this point in the history
  2. Added "other-modules" to tests in cabal

    In accordance with Cabal warning message.
    PaulJohnson committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    6cc5480 View commit details
    Browse the repository at this point in the history
  3. Compiles an d passes legacy tests.

    reactimate1 and reactimate1' are not yet tested.
    PaulJohnson committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    d47520a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

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

Commits on Jun 5, 2019

  1. Updated comments for reactimate1

    The reactimate cancel function calls runStep, which modifies an MVar
    containing the network state. If this occurs while processing another
    step (typically from within "execute") then the program will lock up
    as the re-entrant call tries to read the MVar which is already being
    modified.
    PaulJohnson committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    1d80ea1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

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

Commits on Jul 1, 2019

  1. Taken into account comments

    Comments on pull resuest Cancelling reactimates HeinrichApfelmus#199
    
    Changed type and name for reactimate_ and reactimate_'
    
    Introduced new functions runMomentIO_ and getEventNetwork
    PaulJohnson committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    84e20d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

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

Commits on Nov 1, 2019

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

Commits on Apr 7, 2020

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

Commits on Apr 8, 2020

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

Commits on Jul 2, 2020

  1. Efficiency tweaks.

    PaulJohnson committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    78a92a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

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

Commits on Aug 13, 2020

  1. Migrated to LTS-16.9

    PaulJohnson committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    684dd9e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Migrate to lts-18.27

    PaulJohnson committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    bf08809 View commit details
    Browse the repository at this point in the history