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

Get rid of immutable.js and implement tree-shaking for broken control flow #3153

Merged
merged 35 commits into from Oct 15, 2019

Commits on Oct 5, 2019

  1. Switch to a mutable context

    TODO: recursion prevention
    TODO: replace "immutable" in the immutable entity path tracker
    lukastaegert committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    ba14bd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4baa7bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    167f99e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa7a030 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    844c8ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91603b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    190074c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d4a331 View commit details
    Browse the repository at this point in the history
  9. Fix perf script

    lukastaegert committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    30016d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a2da60 View commit details
    Browse the repository at this point in the history
  11. Fix tests after merge

    lukastaegert committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    3f05ab7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b9a080c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Configuration menu
    Copy the full SHA
    6cceafe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17be1a4 View commit details
    Browse the repository at this point in the history
  3. Simplify BreakFlow type

    lukastaegert committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    63e0735 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    2cc9e6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc3a706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8abdb90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdbc7fd View commit details
    Browse the repository at this point in the history
  5. Add basic label support

    lukastaegert committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    df74d6b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Refine label support

    lukastaegert committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    2aa22d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

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

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    4a207ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da66c10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b13b423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bba01fd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    18cdfea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1364c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7190eaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    145dfd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7969ca View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Improve coverage, check access side-effects for instantiation, respec…

    …t annotations in new expressions
    lukastaegert committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    96c6fdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caaa3d4 View commit details
    Browse the repository at this point in the history
  3. Improve coverage

    lukastaegert committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    59b8673 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Improve coverage

    lukastaegert committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    8949aaa View commit details
    Browse the repository at this point in the history