-
-
Notifications
You must be signed in to change notification settings - Fork 64
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: taiki-e/install-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.44.71
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: taiki-e/install-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.44.72
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 10 files changed
- 1 contributor
Commits on Nov 17, 2024
-
Fix clippy::unnecessary_map_or warning
``` error: this `map_or` is redundant --> tools/codegen/src/main.rs:68:34 | 68 | if r.len() < per_page || version_req.map_or(false, |req| req == "latest") { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `version_req.is_some_and(|req| req == "latest")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or = note: `-D clippy::unnecessary-map-or` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unnecessary_map_or)]` ```Configuration menu - View commit details
-
Copy full SHA for 33a1d08 - Browse repository at this point
Copy the full SHA 33a1d08View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f725b9a - Browse repository at this point
Copy the full SHA f725b9aView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5ee591 - Browse repository at this point
Copy the full SHA a5ee591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9d919 - Browse repository at this point
Copy the full SHA 6c9d919View commit details -
Configuration menu - View commit details
-
Copy full SHA for adcdc5f - Browse repository at this point
Copy the full SHA adcdc5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e0e09 - Browse repository at this point
Copy the full SHA f0e0e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ee2ee - Browse repository at this point
Copy the full SHA b5ee2eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe7bfc7 - Browse repository at this point
Copy the full SHA fe7bfc7View commit details
Loading
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 v2.44.71...v2.44.72