-
-
Notifications
You must be signed in to change notification settings - Fork 874
Comparing changes
Open a pull request
base repository: serde-rs/serde
base: v1.0.214
head repository: serde-rs/serde
compare: v1.0.215
- 18 commits
- 15 files changed
- 3 contributors
Commits on Oct 25, 2024
-
Add checks for conflicts for aliases
- Check that alias is not the same as name of other field (it still can be the name of owning field/variant) - Check that aliases are unique, i. e. two different fields does not use the same alias
Configuration menu - View commit details
-
Copy full SHA for 5f9fffa - Browse repository at this point
Copy the full SHA 5f9fffaView commit details
Commits on Nov 1, 2024
-
Merge pull request #2562 from Mingun/alias-check
Add checks for conflicts for aliases
Configuration menu - View commit details
-
Copy full SHA for adf05a5 - Browse repository at this point
Copy the full SHA adf05a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 951ca5a - Browse repository at this point
Copy the full SHA 951ca5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a95b0d3 - Browse repository at this point
Copy the full SHA a95b0d3View commit details
Commits on Nov 9, 2024
-
Prevent upload-artifact step 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/CreateArtifactConfiguration menu - View commit details
-
Copy full SHA for 60ac737 - Browse repository at this point
Copy the full SHA 60ac737View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3035d4f - Browse repository at this point
Copy the full SHA 3035d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b5c4f - Browse repository at this point
Copy the full SHA f0b5c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 373edcd - Browse repository at this point
Copy the full SHA 373edcdView commit details -
Merge pull request #2855 from dtolnay/namespan
Produce unreachable_patterns warning when deserialization names collide
Configuration menu - View commit details
-
Copy full SHA for 7f1e697 - Browse repository at this point
Copy the full SHA 7f1e697View commit details -
Configuration menu - View commit details
-
Copy full SHA for c59e876 - Browse repository at this point
Copy the full SHA c59e876View commit details -
Merge pull request #2856 from dtolnay/dename
Produce a separate warning for every colliding name
Configuration menu - View commit details
-
Copy full SHA for b1353a9 - Browse repository at this point
Copy the full SHA b1353a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20e924 - Browse repository at this point
Copy the full SHA a20e924View commit details -
Revert "Add checks for conflicts for aliases"
This reverts commit 5f9fffa.
Configuration menu - View commit details
-
Copy full SHA for edd6fe9 - Browse repository at this point
Copy the full SHA edd6fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 111ecc5 - Browse repository at this point
Copy the full SHA 111ecc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d96352 - Browse repository at this point
Copy the full SHA 7d96352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3cf4b - Browse repository at this point
Copy the full SHA 1a3cf4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5d58c - Browse repository at this point
Copy the full SHA fa5d58cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8939af4 - Browse repository at this point
Copy the full SHA 8939af4View 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 v1.0.214...v1.0.215