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

prototype rb: Extract instance variables and class variables #1343

Merged
merged 8 commits into from
Jun 26, 2023

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    69f84f8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. prototype rb: Move instance and class variables to the top of the class

    To generate natural .rbs files, this moves instance and class variable
    definitions to the top of the class definition.
    tk0miya committed May 27, 2023
    Configuration menu
    Copy the full SHA
    ef14962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48bf3f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    4b5e35b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. prototype rb: Inherit namespace of context on processing DEFN and DEFS

    Co-authored-by: Masataka Pocke Kuwabara <p.ck.t22@gmail.com>
    tk0miya and pocke committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ce531ff View commit details
    Browse the repository at this point in the history
  2. prototype rb: Fix testcase

    tk0miya committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a869152 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f67f8dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d16361f View commit details
    Browse the repository at this point in the history