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

v3: static query dependency tree #8

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

Commits on Nov 4, 2017

  1. refactor(query): re-write the query engine

    WORK IN PROGRESS
    ahdinosaur committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    8b90871 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. keep trying

    ahdinosaur committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    d4fea39 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. default arg resolution

    ahdinosaur committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    598ea19 View commit details
    Browse the repository at this point in the history
  2. 3.0.0-pre.0

    ahdinosaur committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    5105152 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. 3.0.0-pre.0

    ahdinosaur committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    d1ea103 View commit details
    Browse the repository at this point in the history
  2. dependent queries work?

    ahdinosaur committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    966bcee View commit details
    Browse the repository at this point in the history
  3. 3.0.0-pre.1

    ahdinosaur committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    2078e1f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. fix race condition

    i *think* there was a bug where the two states were not being set at the
    same time, which led to a situation where the args had changed but the
    cid was not yet set, causing an infinite loop.
    ahdinosaur committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    ca09278 View commit details
    Browse the repository at this point in the history
  2. comment out logs

    ahdinosaur committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    1982180 View commit details
    Browse the repository at this point in the history
  3. 3.0.0-pre.2

    ahdinosaur committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    cba8998 View commit details
    Browse the repository at this point in the history
  4. friendly!

    ahdinosaur committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    ff7fa8b View commit details
    Browse the repository at this point in the history
  5. 3.0.0-pre.3

    ahdinosaur committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    ca8ee37 View commit details
    Browse the repository at this point in the history
  6. merge and update deps

    ahdinosaur committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    44756b8 View commit details
    Browse the repository at this point in the history
  7. 3.0.0-pre.4

    ahdinosaur committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    2f332c7 View commit details
    Browse the repository at this point in the history