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

feat(es/compat): Implement auto accessors fully #7370

Merged
merged 37 commits into from
May 15, 2023
Merged

Commits on May 9, 2023

  1. Enable

    kdy1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1d5d184 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge fields

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c9b1729 View commit details
    Browse the repository at this point in the history
  2. Prevent duplicate constructor

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5c8cf79 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge fields"

    This reverts commit c9b1729.
    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    317d014 View commit details
    Browse the repository at this point in the history
  4. Merge for_static

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9fe8ebf View commit details
    Browse the repository at this point in the history
  5. WIP: Auto accessor first

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ce5ac3b View commit details
    Browse the repository at this point in the history
  6. Print file name on failure

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    daa9cf9 View commit details
    Browse the repository at this point in the history
  7. is_init_proto_called

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2d783bf View commit details
    Browse the repository at this point in the history
  8. initProto

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    20e10b9 View commit details
    Browse the repository at this point in the history
  9. Order

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7e6679b View commit details
    Browse the repository at this point in the history
  10. process_prop_name

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    fcf0ddc View commit details
    Browse the repository at this point in the history
  11. Optimize

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    cb526d2 View commit details
    Browse the repository at this point in the history
  12. accessor.is_static

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    eb47e5c View commit details
    Browse the repository at this point in the history
  13. Update test refs

    kdy1 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    dfa5d36 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Remove useless code

    kdy1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    9a90061 View commit details
    Browse the repository at this point in the history
  2. Comment

    kdy1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    56c6cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1236b8 View commit details
    Browse the repository at this point in the history
  4. is_static

    kdy1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f3b8ec3 View commit details
    Browse the repository at this point in the history
  5. is_init_proto_called

    kdy1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    759b110 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fade60 View commit details
    Browse the repository at this point in the history
  7. pre-process decorators

    kdy1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4a7bd4a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Add a test using babel

    kdy1 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    e314ef4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Remove code

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    686884f View commit details
    Browse the repository at this point in the history
  2. Return

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    d737bfa View commit details
    Browse the repository at this point in the history
  3. visit first

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    c592f5d View commit details
    Browse the repository at this point in the history
  4. VIsit as class

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    15db6bc View commit details
    Browse the repository at this point in the history
  5. Add a test using babel

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    b969f01 View commit details
    Browse the repository at this point in the history
  6. remove wrong code

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    dfdbe32 View commit details
    Browse the repository at this point in the history
  7. static blocks

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    20f5c2b View commit details
    Browse the repository at this point in the history
  8. constructor

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    d1c228b View commit details
    Browse the repository at this point in the history
  9. initClass

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ec12dc3 View commit details
    Browse the repository at this point in the history
  10. clippy

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    31f2fc2 View commit details
    Browse the repository at this point in the history
  11. scope of vars

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    38b0a12 View commit details
    Browse the repository at this point in the history
  12. private method

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    cb12ec7 View commit details
    Browse the repository at this point in the history
  13. ensure_identity_constructor

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    6bd908c View commit details
    Browse the repository at this point in the history
  14. Update test refs

    kdy1 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    4a565e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b068062 View commit details
    Browse the repository at this point in the history