-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecated reflect mode has been replaced with package mode #207
Merged
Commits on Aug 9, 2024
-
deprecated reflect mode has been replaced with import mode. benefits:
* generation mocks for generic interfaces * generation mocks for aliases to interfaces * correct names for method arguments
Configuration menu - View commit details
-
Copy full SHA for 3075423 - Browse repository at this point
Copy the full SHA 3075423View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b8cc4c - Browse repository at this point
Copy the full SHA 2b8cc4cView commit details -
* added detailed parsing error * error more succinct * removed call of iface.Complete() * renamed checkInterfaceIsNotConstraint -> isConstraint * reduced nesting at parse named segment * add_generate_directive test fixed after I accidentally changed it early
Configuration menu - View commit details
-
Copy full SHA for 0643be9 - Browse repository at this point
Copy the full SHA 0643be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 703a35f - Browse repository at this point
Copy the full SHA 703a35fView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02bca6a - Browse repository at this point
Copy the full SHA 02bca6aView commit details
Commits on Sep 12, 2024
-
* go updated up to 1.23 for correct aliases support * loading of package was changed from fake package to direct load by pattern * types.Alias added to same case as types.Named * added test case for interface containing aliases in parameters and returns
Configuration menu - View commit details
-
Copy full SHA for 07d869b - Browse repository at this point
Copy the full SHA 07d869bView commit details -
Merge remote-tracking branch 'upstream/main'
# Conflicts: # mockgen/reflect.go
Configuration menu - View commit details
-
Copy full SHA for 2cb45fb - Browse repository at this point
Copy the full SHA 2cb45fbView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ac4347 - Browse repository at this point
Copy the full SHA 6ac4347View commit details
Commits on Sep 24, 2024
-
* changed errors formatting with less details * regenerated mocks
Configuration menu - View commit details
-
Copy full SHA for c630751 - Browse repository at this point
Copy the full SHA c630751View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5cd86f - Browse repository at this point
Copy the full SHA c5cd86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f7db9 - Browse repository at this point
Copy the full SHA 08f7db9View commit details
Commits on Sep 26, 2024
-
* fixed type conversion for support go1.22 * simplified loops by using range * removed unused method "generateSalt" * renamed method of test interface: GiveBirth -> AddHumans
Configuration menu - View commit details
-
Copy full SHA for 5b309e7 - Browse repository at this point
Copy the full SHA 5b309e7View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fc5cf5 - Browse repository at this point
Copy the full SHA 6fc5cf5View commit details -
import mode renamed to package mode in:
* tests * help message * README.md
Configuration menu - View commit details
-
Copy full SHA for 69210e9 - Browse repository at this point
Copy the full SHA 69210e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd7843 - Browse repository at this point
Copy the full SHA cbd7843View commit details -
Configuration menu - View commit details
-
Copy full SHA for b14e7ad - Browse repository at this point
Copy the full SHA b14e7adView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dcf893d - Browse repository at this point
Copy the full SHA dcf893dView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d7cfd3 - Browse repository at this point
Copy the full SHA 3d7cfd3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.