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

Implement rbs subtract command #1287

Merged
merged 40 commits into from
Apr 26, 2023
Merged

Implement rbs subtract command #1287

merged 40 commits into from
Apr 26, 2023

Commits on Apr 26, 2023

  1. subtract

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    0eaa27f View commit details
    Browse the repository at this point in the history
  2. minimum implementation

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2befa28 View commit details
    Browse the repository at this point in the history
  3. const in class

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e7662b6 View commit details
    Browse the repository at this point in the history
  4. methods

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    cf1c3bf View commit details
    Browse the repository at this point in the history
  5. public/private

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4901e44 View commit details
    Browse the repository at this point in the history
  6. Treat alias

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    27cc4f8 View commit details
    Browse the repository at this point in the history
  7. method - attr

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8e37890 View commit details
    Browse the repository at this point in the history
  8. interface

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b020f35 View commit details
    Browse the repository at this point in the history
  9. reafctor

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5f143b1 View commit details
    Browse the repository at this point in the history
  10. mixin

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9e012ba View commit details
    Browse the repository at this point in the history
  11. refactor

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    153e404 View commit details
    Browse the repository at this point in the history
  12. alias

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    978e28e View commit details
    Browse the repository at this point in the history
  13. attr

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    3092199 View commit details
    Browse the repository at this point in the history
  14. Ivar

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8eb4ee9 View commit details
    Browse the repository at this point in the history
  15. cvar

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c60e84c View commit details
    Browse the repository at this point in the history
  16. refactor each_member

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    56c47cc View commit details
    Browse the repository at this point in the history
  17. global

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    609e07f View commit details
    Browse the repository at this point in the history
  18. type alias

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b55d5fe View commit details
    Browse the repository at this point in the history
  19. class alias

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    afc2aea View commit details
    Browse the repository at this point in the history
  20. module alias

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b85e0c7 View commit details
    Browse the repository at this point in the history
  21. frozen string literal

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ad66f9d View commit details
    Browse the repository at this point in the history
  22. non exist class

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8933c00 View commit details
    Browse the repository at this point in the history
  23. Implement CLI of rbs subtract

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1912f4a View commit details
    Browse the repository at this point in the history
  24. Remove TypeNameResolver from Subtractor

    Because we do not need TypeNameResolver. It resolves type name, but we
    just need to resolve class/constant names which are statically
    definitive.
    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    775c34a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    93b7f8a View commit details
    Browse the repository at this point in the history
  26. Remove entire interface when duplicated

    Because duplicated interface is not allowed
    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e0243cf View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a7acd3d View commit details
    Browse the repository at this point in the history
  28. Refactor: Remove unnecessary case-when

    Because now filter_members does not support interface
    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    848624f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7d36e42 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c23dee0 View commit details
    Browse the repository at this point in the history
  31. Use FileFinder.each-file

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    92152b1 View commit details
    Browse the repository at this point in the history
  32. Add test for subtract CLI

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    22e0506 View commit details
    Browse the repository at this point in the history
  33. Remove duplicate mixins

    pocke committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f9b6282 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1975ac9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f5f89b3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    bfa76c4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1e8739e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a6da136 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8beab48 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    964ba02 View commit details
    Browse the repository at this point in the history