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

Pick #98 / #111 (SIF adjacent) to release-3.8 #155

Merged
merged 2 commits into from
Jul 16, 2021

Commits on Jul 15, 2021

  1. test: fix (*sifFormat).initializer unit test

    Fix inconsistent writable flag usage. Leverage subtests to improve
    readability of results. Simplify error check logic.
    Adam Hughes authored and dtrudg committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    4f61aa1 View commit details
    Browse the repository at this point in the history
  2. fix: partially replace UUID module

    The github.com/satori/go.uuid package is no longer maintained. We cannot
    fully replace this yet because the github.com/sylabs/sif API requires
    it. For now, replace all other uses of github.com/satori/go.uuid with
    github.com/google/uuid.
    Adam Hughes authored and dtrudg committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    c289b1f View commit details
    Browse the repository at this point in the history