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

Use parentheses on method access on float and int literals #2799

Merged
merged 20 commits into from Jan 28, 2022

Commits on Jan 23, 2022

  1. Copy the full SHA
    e65f935 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5ee6627 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    51d6be8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Add changelog entry

    Shivansh-007 committed Jan 24, 2022
    Copy the full SHA
    74b7b39 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.md

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    Shivansh-007 and JelleZijlstra committed Jan 24, 2022
    Copy the full SHA
    0be0352 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9c8ba3e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Copy the full SHA
    c2ca825 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    68ba889 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Copy the full SHA
    7b660ad View commit details
    Browse the repository at this point in the history
  2. Update changelog wording

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    Shivansh-007 and JelleZijlstra committed Jan 26, 2022
    Copy the full SHA
    faf131c View commit details
    Browse the repository at this point in the history
  3. Don't wrap binary and octal integers with parentheses

    This commit also adds a few more tests for the feature
    Shivansh-007 committed Jan 26, 2022
    Copy the full SHA
    3dbe39d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3a06d07 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    db0ef32 View commit details
    Browse the repository at this point in the history
  6. Update linegen.py

    Shivansh-007 committed Jan 26, 2022
    Copy the full SHA
    5368ba5 View commit details
    Browse the repository at this point in the history
  7. Remove extra newline

    Shivansh-007 committed Jan 26, 2022
    Copy the full SHA
    ff4e5c9 View commit details
    Browse the repository at this point in the history
  8. Move logic for handling whitespace before attributes to nodes.py

    It is added as an extra case in the nodes.py, which could just be removed to mention this formatting change
    Shivansh-007 committed Jan 26, 2022
    Copy the full SHA
    bf29eea View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    08e566b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    9d6a0d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Jan 28, 2022

  1. Remove parentheses from and not expression

    Co-authored-by: Felix Hildén <felix.hilden@gmail.com>
    Shivansh-007 and felix-hilden committed Jan 28, 2022
    Copy the full SHA
    385d67f View commit details
    Browse the repository at this point in the history