-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.18.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.18.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 4 files changed
- 2 contributors
Commits on Oct 6, 2022
-
Add DestinationPointer for flags generator
In this commit I added a DestinationPointer variable that should be set if the `Destination` should be configured as a pointer for a specific flag type. It is expected that Generic type which is an interface will not be a pointer but a struct. Before this change the code compilation was failing with `type *Generic is pointer to interface, not interface`. See #1441
Configuration menu - View commit details
-
Copy full SHA for 891ffb0 - Browse repository at this point
Copy the full SHA 891ffb0View commit details -
Set destination in GenericFlag apply function
The function was missing destination configuration.
Configuration menu - View commit details
-
Copy full SHA for a2541e0 - Browse repository at this point
Copy the full SHA a2541e0View commit details -
Add unit test for GenericFlag Destination parsing
The test checks if Destination provided in GenericFlag is being set as expected.
Configuration menu - View commit details
-
Copy full SHA for c472192 - Browse repository at this point
Copy the full SHA c472192View commit details -
Configuration menu - View commit details
-
Copy full SHA for d724a63 - Browse repository at this point
Copy the full SHA d724a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c758e - Browse repository at this point
Copy the full SHA a9c758eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f293a - Browse repository at this point
Copy the full SHA 67f293aView commit details -
Merge pull request #1442 from nkuba/generit-flag-destination-pointer
Configure GenericFlag's Destination type as struct not pointer
Configuration menu - View commit details
-
Copy full SHA for 8f469ab - Browse repository at this point
Copy the full SHA 8f469abView 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.18.1...v2.18.2