Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

fix #41 #42

Merged
merged 16 commits into from
Feb 2, 2018
Merged

fix #41 #42

merged 16 commits into from
Feb 2, 2018

Commits on Jan 15, 2018

  1. add test case

    chriddyp committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    2b3796e View commit details
    Browse the repository at this point in the history
  2. fix test

    chriddyp committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    d0e08fe View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. add test of #44

    chriddyp committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    842322c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    537ce38 View commit details
    Browse the repository at this point in the history
  2. a few unnecessary variables

    chriddyp committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    5856a23 View commit details
    Browse the repository at this point in the history
  3. typo

    chriddyp committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f4e521f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b570fa View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Configuration menu
    Copy the full SHA
    ed00392 View commit details
    Browse the repository at this point in the history
  2. fix #44

    chriddyp committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    d8e46ed View commit details
    Browse the repository at this point in the history
  3. code style

    chriddyp committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    f140955 View commit details
    Browse the repository at this point in the history
  4. fix initialization routines

    in initialization, we need to update all of the leaf inputs. sometimes,
    there are leaf inputs with overlapping outputs. previously, we would
    trigger an update for each input, which would then trigger an update
    for each of its outputs. now, we skip triggering updates to outputs if
    they have already been covered by a separate input.
    chriddyp committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    1c191a1 View commit details
    Browse the repository at this point in the history
  5. dedent

    chriddyp committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    09a03a7 View commit details
    Browse the repository at this point in the history
  6. two more test cases to demonstrate #41

    as fixed in  1c191a1
    chriddyp committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    cd5649b View commit details
    Browse the repository at this point in the history
  7. v0.11.3

    chriddyp committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    1248d3a View commit details
    Browse the repository at this point in the history
  8. update comment

    chriddyp committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    6ac15a2 View commit details
    Browse the repository at this point in the history
  9. python3-ify the test

    chriddyp committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    3248e09 View commit details
    Browse the repository at this point in the history