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

Allow placeholder functions to compile #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 17, 2018

  1. Allow placeholder functions to compile

    The various "placeholder" functions in mamba/__init__.py don't
    actually match the signatures they will eventually have (e.g., they
    don't accept a `tag`), and don't return values which can be used in a
    `with` statement (i.e., no `__enter__` or `__exit__` methods). This
    causes fatal errors when trying to load a `*_spec.py` file as a
    standalone module.
    
    This change stubs out the placeholder functions enough so that spec
    files load properly without actually doing anything.
    andrewminer authored and Andrew Miner committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    7fc8c4b View commit details
    Browse the repository at this point in the history