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

Fixing an issue with a spoiling of the object singleton classes #891

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 17, 2022

  1. Fixing an issue with a spoiling the singleton classes during stub def…

    …initions.
    
    This could lead to real issues with the global objects like classes, class variables e.t.c.
    alekseyl committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    42f8910 View commit details
    Browse the repository at this point in the history
  2. missed singleton has method check, of course if we are talking about …

    …stubbing class method, then it's defined on the class singleton_class, and should be kept.
    alekseyl committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    864cc72 View commit details
    Browse the repository at this point in the history
  3. -1 blank line

    alekseyl committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2b73dec View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge branch 'master' into master

    Aleksey Leshchuk committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2693876 View commit details
    Browse the repository at this point in the history