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

Refactoring feature to suggest to use recursive patterns #32386

Closed
wants to merge 34 commits into from

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    fa3eea4 View commit details
    Browse the repository at this point in the history
  2. Handle more cases.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    1092641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3de2235 View commit details
    Browse the repository at this point in the history
  4. Inline methods.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9a373b7 View commit details
    Browse the repository at this point in the history
  5. Cleanup.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    e2e3116 View commit details
    Browse the repository at this point in the history
  6. Simplify code.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    d6b8670 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    529243c View commit details
    Browse the repository at this point in the history
  8. Remove Visitor

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    14e0e21 View commit details
    Browse the repository at this point in the history
  9. Handle when clause

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    07f80a3 View commit details
    Browse the repository at this point in the history
  10. Renamings

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    68293ae View commit details
    Browse the repository at this point in the history
  11. Make type-safe syntax nodes.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    bbaae15 View commit details
    Browse the repository at this point in the history
  12. Renamings.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9c1bc0c View commit details
    Browse the repository at this point in the history
  13. Fix formatting.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    82c73ef View commit details
    Browse the repository at this point in the history
  14. More work.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    7634124 View commit details
    Browse the repository at this point in the history
  15. More work.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    dc733f4 View commit details
    Browse the repository at this point in the history
  16. Simplify code.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    c976784 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c2b3fcc View commit details
    Browse the repository at this point in the history
  18. Extract reducer to its own class

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    b2cacf1 View commit details
    Browse the repository at this point in the history
  19. Fix typo.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    ce4ea83 View commit details
    Browse the repository at this point in the history
  20. Misc.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    5eaa967 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fb3bac1 View commit details
    Browse the repository at this point in the history
  22. Cleanup.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    3b02522 View commit details
    Browse the repository at this point in the history
  23. Add comments.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    eab4a0d View commit details
    Browse the repository at this point in the history
  24. PR feedback

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    0b6ca5e View commit details
    Browse the repository at this point in the history
  25. Revert code.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    3be8fa0 View commit details
    Browse the repository at this point in the history
  26. Fix typo.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    ae90881 View commit details
    Browse the repository at this point in the history
  27. Fix formatting tests.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    94483a3 View commit details
    Browse the repository at this point in the history
  28. PR feedback

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    acf03e0 View commit details
    Browse the repository at this point in the history
  29. Add comment.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    c930841 View commit details
    Browse the repository at this point in the history
  30. Simplify code.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    0bde97a View commit details
    Browse the repository at this point in the history
  31. Add assertion.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    59b15df View commit details
    Browse the repository at this point in the history
  32. Fix comments.

    alrz committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    dc28d60 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Add recursive pattern reducer

    alrz committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    d6a537d View commit details
    Browse the repository at this point in the history
  2. Address feedback

    alrz committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    f3af169 View commit details
    Browse the repository at this point in the history