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

Don't use ObjectiveC-based handling of reserved keywords for Java #187

Merged
merged 11 commits into from
Mar 20, 2019

Commits on Mar 19, 2019

  1. Don't use ObjectiveC-based handling of reserved keywords for Java

    - Java has its own set of different reserved keywords.
    - Also use a "uid" property name for "id" (ObjC uses "identifier). This is pinterest-specific and we may have to add in a custom override for this instead later.
    RicoYao committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    c23556e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b81b68 View commit details
    Browse the repository at this point in the history
  3. Remove StringExtension methods that are now in Languages. Fixed a few…

    … stragglers. make format/lint.
    RicoYao committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    d4e04a8 View commit details
    Browse the repository at this point in the history
  4. Fix tests.

    RicoYao committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    c3646ff View commit details
    Browse the repository at this point in the history
  5. make format

    RicoYao committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    71fd8c1 View commit details
    Browse the repository at this point in the history
  6. fix LinuxTestIndex

    RicoYao committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    6ed6ccd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. make format

    RicoYao committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    7d9d24f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9980d50 View commit details
    Browse the repository at this point in the history
  3. make format

    RicoYao committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    e51fefe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13cd190 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f7af3 View commit details
    Browse the repository at this point in the history