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

Print environment contents when loading it. #133

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Print environment contents when loading it. #133

merged 1 commit into from
Jul 3, 2024

Commits on Jun 28, 2024

  1. Print environment contents when loading it.

    hipercow silently attaches packages and sources files from the
    configured environment. If something goes wrong in this process (eg. the
    file does not exist), it can be difficult for users to understand what
    is happening. None of their own code makes any mention of the files or
    packages in question, and they may have forgotten that they ever created
    the environment.
    
    This prints a message when loading the environment, with the list of
    files and packages that will be loaded. This should provide enough hints
    for the user to make the connection between a hypothetical error and the
    environment.
    plietar committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a3a82f6 View commit details
    Browse the repository at this point in the history