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

mountpoint_test: skip TestLoadSourceDevice if loop0 doesn't exist #384

Merged
merged 3 commits into from
Sep 9, 2023

Commits on Sep 9, 2023

  1. Adjust nested lists to prevent gofmt from flattening them

    The latest version of gofmt flattens the nested lists in comments in
    crypto.go and filesystem.go.  According to
    https://go.dev/doc/comment#mistakes, "Go doc comments do not support
    nested lists".  However, that page also mentions that a workaround is to
    use different list markers for each level.  Do that.
    ebiggers committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    c999f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e663a3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b928729 View commit details
    Browse the repository at this point in the history