Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.93
Choose a base ref
...
head repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.95
Choose a head ref
  • 11 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 9, 2024

  1. Prevent upload-artifact from causing CI failure

    This step has been failing way more than reasonable across my various repos.
    
        With the provided path, there will be 1 file uploaded
        Artifact name is valid!
        Root directory input is valid!
        Attempt 1 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 3000 ms...
        Attempt 2 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 6029 ms...
        Attempt 3 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 8270 ms...
        Attempt 4 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 12577 ms...
        Error: Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact
    dtolnay committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8852dc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    cc2cecb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #398 from zertosh/ok_doc_format

    Fix anyhow::Ok rustdoc code formatting
    dtolnay authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    2081692 View commit details
    Browse the repository at this point in the history
  3. Align naming between Ok function argument and its documentation

    The documentation refers to `Ok::<_, anyhow::Error>(value)`.
                                                        ^^^^^
    dtolnay committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    863791a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #399 from dtolnay/okvalue

    Align naming between Ok function argument and its documentation
    dtolnay authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b9009ab View commit details
    Browse the repository at this point in the history
  5. Release 1.0.94

    dtolnay committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8ceb5e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Configuration menu
    Copy the full SHA
    671f700 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #401 from dtolnay/construct

    Add `construct_` prefix to name of private construct functions
    dtolnay authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    ffecefc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e4abb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #402 from dtolnay/fromboxed

    Add Error::from_boxed with documentation about bidirectional `?`
    dtolnay authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    a03d6d6 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.95

    dtolnay committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    48be1ca View commit details
    Browse the repository at this point in the history
Loading