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

Make the package actually usable #2

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

Commits on Oct 25, 2024

  1. Add a project argument to addprocs(::SSHManager)

    This is necessary since DistributedNext isn't in the default sysimage like
    Distributed is.
    JamesWrigley committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4d4269d View commit details
    Browse the repository at this point in the history
  2. Get the tests passing

    Though a few tests have been disabled because they test things like --worker,
    which is explicitly unsupported.
    JamesWrigley committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f02e734 View commit details
    Browse the repository at this point in the history
  3. Use LibSSH.jl to set up an SSH server for the SSHManager tests

    Also enables it by default.
    JamesWrigley committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6241f27 View commit details
    Browse the repository at this point in the history
  4. Get the docs building and add a changelog

    Also add Julia 1 to the CI
    JamesWrigley committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    56b0b6c View commit details
    Browse the repository at this point in the history