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

Painless: Use LocalMethod Map For Lookup at Runtime #32599

Merged
merged 46 commits into from
Aug 3, 2018

Commits on Jul 26, 2018

  1. Parially added constructor.

    jdconrad committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    1419751 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Add method type to method.

    jdconrad committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    6469598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54b8992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8581deb View commit details
    Browse the repository at this point in the history
  4. Add PainlessConstructor.

    jdconrad committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    641c383 View commit details
    Browse the repository at this point in the history
  5. Clean up method.

    jdconrad committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    5b449d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c5db32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c19b95d View commit details
    Browse the repository at this point in the history
  8. Fixes.

    jdconrad committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    266a92d View commit details
    Browse the repository at this point in the history
  9. Clean up fields.

    jdconrad committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    2875c48 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    3f17455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9299d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa833d9 View commit details
    Browse the repository at this point in the history
  4. Reponse to PR comments.

    jdconrad committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    0c9c174 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    683361a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6757987 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccabb90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55004f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    9ca9381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f379f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98995f2 View commit details
    Browse the repository at this point in the history
  4. Complete method lookup.

    jdconrad committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    8bd9a28 View commit details
    Browse the repository at this point in the history
  5. Add lookup constructor.

    jdconrad committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    6eaca81 View commit details
    Browse the repository at this point in the history
  6. Add field lookup.

    jdconrad committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    aab122a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    509e607 View commit details
    Browse the repository at this point in the history
  8. Reponse to PR comments.

    jdconrad committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    aff5c3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbc3e27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43d5e49 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfa6de1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36f41af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2265836 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    57e2a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd2d854 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7187e4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69da907 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb3bb9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3ed1b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    264f6a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    4255c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5f02f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a255273 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64933d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61737be View commit details
    Browse the repository at this point in the history
  6. Remove extraneous line.

    jdconrad committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    d7d0292 View commit details
    Browse the repository at this point in the history
  7. Change Object to Map.

    jdconrad committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    aac6d88 View commit details
    Browse the repository at this point in the history
  8. Fix import.

    jdconrad committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    4051638 View commit details
    Browse the repository at this point in the history