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

Combine more expressions #1621

Merged
merged 12 commits into from
Jun 6, 2017
Merged

Combine more expressions #1621

merged 12 commits into from
Jun 6, 2017

Commits on Jun 4, 2017

  1. Configuration menu
    Copy the full SHA
    fef347c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a01ad30 View commit details
    Browse the repository at this point in the history
  3. Refactor rewrite_call

    topecongiro committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    b548d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a0094f View commit details
    Browse the repository at this point in the history
  5. Format source codes

    topecongiro committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    a9f529c View commit details
    Browse the repository at this point in the history
  6. Update tests

    topecongiro committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    62d200d View commit details
    Browse the repository at this point in the history
  7. Add macro to block expr

    topecongiro committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    fabbef2 View commit details
    Browse the repository at this point in the history
  8. Forbid method chain to get combined if it uses multi line.

    If the method chain goes multi line before the last element, disallow combining
    the method chain.
    topecongiro committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    b49269a View commit details
    Browse the repository at this point in the history
  9. Format source codes

    topecongiro committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    dcc7f32 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    0292640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b7cc6 View commit details
    Browse the repository at this point in the history
  3. Format source codes

    topecongiro committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    7250a46 View commit details
    Browse the repository at this point in the history