-
-
Notifications
You must be signed in to change notification settings - Fork 159
Comparing changes
Open a pull request
base repository: dtolnay/anyhow
base: 1.0.93
head repository: dtolnay/anyhow
compare: 1.0.95
- 11 commits
- 6 files changed
- 2 contributors
Commits on Nov 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 8852dc3 - Browse repository at this point
Copy the full SHA 8852dc3View commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc2cecb - Browse repository at this point
Copy the full SHA cc2cecbView commit details -
Merge pull request #398 from zertosh/ok_doc_format
Fix anyhow::Ok rustdoc code formatting
Configuration menu - View commit details
-
Copy full SHA for 2081692 - Browse repository at this point
Copy the full SHA 2081692View commit details -
Align naming between Ok function argument and its documentation
The documentation refers to `Ok::<_, anyhow::Error>(value)`. ^^^^^
Configuration menu - View commit details
-
Copy full SHA for 863791a - Browse repository at this point
Copy the full SHA 863791aView commit details -
Merge pull request #399 from dtolnay/okvalue
Align naming between Ok function argument and its documentation
Configuration menu - View commit details
-
Copy full SHA for b9009ab - Browse repository at this point
Copy the full SHA b9009abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ceb5e9 - Browse repository at this point
Copy the full SHA 8ceb5e9View commit details
Commits on Dec 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 671f700 - Browse repository at this point
Copy the full SHA 671f700View commit details -
Merge pull request #401 from dtolnay/construct
Add `construct_` prefix to name of private construct functions
Configuration menu - View commit details
-
Copy full SHA for ffecefc - Browse repository at this point
Copy the full SHA ffecefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e4abb - Browse repository at this point
Copy the full SHA 52e4abbView commit details -
Merge pull request #402 from dtolnay/fromboxed
Add Error::from_boxed with documentation about bidirectional `?`
Configuration menu - View commit details
-
Copy full SHA for a03d6d6 - Browse repository at this point
Copy the full SHA a03d6d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48be1ca - Browse repository at this point
Copy the full SHA 48be1caView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.93...1.0.95