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

Ripper to Prism #28

Merged
merged 79 commits into from
Oct 13, 2023
Merged

Ripper to Prism #28

merged 79 commits into from
Oct 13, 2023

Commits on Oct 12, 2023

  1. yarp completor initial

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    fc52f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2e7fa3 View commit details
    Browse the repository at this point in the history
  3. method chain

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f302558 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37d420e View commit details
    Browse the repository at this point in the history
  5. if else etc

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9af4cbe View commit details
    Browse the repository at this point in the history
  6. support MultiWrite

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    651c439 View commit details
    Browse the repository at this point in the history
  7. module, sclass, class, for

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7de833a View commit details
    Browse the repository at this point in the history
  8. case when

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9b559eb View commit details
    Browse the repository at this point in the history
  9. pattern match

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a60d77c View commit details
    Browse the repository at this point in the history
  10. parameter assign

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4c8347f View commit details
    Browse the repository at this point in the history
  11. remove unused methods

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c4fb075 View commit details
    Browse the repository at this point in the history
  12. remove old patternmatch

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    058f632 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51ee9ac View commit details
    Browse the repository at this point in the history
  14. yarp 0.8 -> 0.9

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f2974cf View commit details
    Browse the repository at this point in the history
  15. numbered params workaround fix

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    03ed139 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ff7972c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dff335e View commit details
    Browse the repository at this point in the history
  18. operator write node

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6512e73 View commit details
    Browse the repository at this point in the history
  19. fix error in test

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c6d1923 View commit details
    Browse the repository at this point in the history
  20. rescue clause completion

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c74cc7a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    72facd1 View commit details
    Browse the repository at this point in the history
  22. fix const path completion

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    48124b2 View commit details
    Browse the repository at this point in the history
  23. fix multiwrite

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5c55bec View commit details
    Browse the repository at this point in the history
  24. assign numpara

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1f8be5b View commit details
    Browse the repository at this point in the history
  25. method(&:completion_target)

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1278e9b View commit details
    Browse the repository at this point in the history
  26. method call has_block check

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2a57016 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3f72836 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b9d2bc7 View commit details
    Browse the repository at this point in the history
  29. simpify scope class

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    06b7df4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d4e8829 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    984fd31 View commit details
    Browse the repository at this point in the history
  32. simplify scope.local_variables

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    710d0c0 View commit details
    Browse the repository at this point in the history
  33. constant path

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f293bfb View commit details
    Browse the repository at this point in the history
  34. scope cvar ivar

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f9c29b3 View commit details
    Browse the repository at this point in the history
  35. module name completion fix

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8cc4cd6 View commit details
    Browse the repository at this point in the history
  36. upgrade module path resolving

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    df3f4f1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    90825f5 View commit details
    Browse the repository at this point in the history
  38. add const path test

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    cd0a60a View commit details
    Browse the repository at this point in the history
  39. const path write

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f3cd1a1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    997d293 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ea45a4c View commit details
    Browse the repository at this point in the history
  42. use yarp 0.11.0

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e4e71f1 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    a367f9e View commit details
    Browse the repository at this point in the history
  44. hash value omission

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7bd3299 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    917a3b8 View commit details
    Browse the repository at this point in the history
  46. remove unused case_target arg

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    58e1199 View commit details
    Browse the repository at this point in the history
  47. flipflop

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6222fbd View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    1d78370 View commit details
    Browse the repository at this point in the history
  49. ignore AliasNode

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    86aa084 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    93b2c36 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    5d76be3 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0b35e87 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d2f920e View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    02e9828 View commit details
    Browse the repository at this point in the history
  55. bot type teminates branch

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ac80498 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    f37a9d6 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    39626f9 View commit details
    Browse the repository at this point in the history
  58. simplecov, add missing tests

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e87bae2 View commit details
    Browse the repository at this point in the history
  59. add more test

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    792dd92 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    6bd276f View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    699b12b View commit details
    Browse the repository at this point in the history
  62. add more tests and fixes

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    088c4cf View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    d8e792d View commit details
    Browse the repository at this point in the history
  64. remove nesting parser

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9cda045 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    28a1096 View commit details
    Browse the repository at this point in the history
  66. add const path test

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ab75edd View commit details
    Browse the repository at this point in the history
  67. add completion tests

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5179bb9 View commit details
    Browse the repository at this point in the history
  68. Completion of require "

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9796de6 View commit details
    Browse the repository at this point in the history
  69. workaround for %q

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7a99e31 View commit details
    Browse the repository at this point in the history
  70. use gem prism

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    017e42f View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    be58290 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    631fff1 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    328fead View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    e2160fe View commit details
    Browse the repository at this point in the history
  75. cvar and ivar name completion

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    773debb View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    610b985 View commit details
    Browse the repository at this point in the history
  77. ivar type from singleton_class

    tompng committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    32fa1ee View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. ivar cvar scope

    tompng committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3ac1005 View commit details
    Browse the repository at this point in the history
  2. remove unused method

    tompng committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2c47857 View commit details
    Browse the repository at this point in the history