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

repl: properly handle repl.repl #30981

Closed
wants to merge 2 commits into from

Commits on Jan 2, 2020

  1. repl: properly handle repl.repl

    The repl property is set so that it's possible to inspect the
    instances own properties during runtime. This was never tested and
    it was also only exported in case the instance was started with
    `.start()` instead of using the constructor directly. In case that
    more than a single instance was created, all instances got access
    to the first instance.
    
    From now on the repl property is only exported in case the repl is
    starte as standalone program.
    BridgeAR committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    9b3385f View commit details
    Browse the repository at this point in the history
  2. fixup: fix broken test

    BridgeAR committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    b87844c View commit details
    Browse the repository at this point in the history