-
Notifications
You must be signed in to change notification settings - Fork 95
Comparing changes
Open a pull request
base repository: uber/mockolo
base: 2.2.0
head repository: uber/mockolo
compare: 2.3.0
- 8 commits
- 82 files changed
- 4 contributors
Commits on Nov 30, 2024
-
Remove redundant tuple in handler type for readme code.
Configuration menu - View commit details
-
Copy full SHA for 0d66daa - Browse repository at this point
Copy the full SHA 0d66daaView commit details
Commits on Dec 3, 2024
-
Avoid duplicated variable under if-macro syntax (#279)
* Use uniqueModel for IfMacroModel subModels before rendering so that we can avoid naming duplication after generation * Remove wrapping by `XCTExpectFailure` * Remove XCTest import * Fix test fixture
Configuration menu - View commit details
-
Copy full SHA for 954b952 - Browse repository at this point
Copy the full SHA 954b952View commit details -
Concurrency safe handler (#276)
* Remove adding unchecked sendable * Add requireSendable context parameter * sendable support in method model * a bit refactoring * Fix unnecessary param name and type splitting * Stop using implicit arguments and context * process argument history type * Add final when Sendable required * Fix state handler type * sendable handler call * Add @sendable to closure type * generate concurrency helpers * Resume unchecked Sendable
Configuration menu - View commit details
-
Copy full SHA for 1fb44ed - Browse repository at this point
Copy the full SHA 1fb44edView commit details
Commits on Dec 7, 2024
-
Make fixture verification a bit strict (#280)
* Remove adding unchecked sendable * Add requireSendable context parameter * sendable support in method model * a bit refactoring * Fix unnecessary param name and type splitting * Stop using implicit arguments and context * process argument history type * Add final when Sendable required * Fix state handler type * sendable handler call * Add @sendable to closure type * generate concurrency helpers * Beautify generated code
Configuration menu - View commit details
-
Copy full SHA for 9fced08 - Browse repository at this point
Copy the full SHA 9fced08View commit details -
Fix undetectable mock annotations with attributes above. (#281)
* Fix annotation cannot detect when attributes attached above it * Fix fragile output * Also support class * search more trivia
Configuration menu - View commit details
-
Copy full SHA for e15f91f - Browse repository at this point
Copy the full SHA e15f91fView commit details
Commits on Feb 10, 2025
-
Compile fixture code with macro (#282)
* Remove adding unchecked sendable * Add requireSendable context parameter * sendable support in method model * a bit refactoring * Fix unnecessary param name and type splitting * Stop using implicit arguments and context * process argument history type * Add final when Sendable required * Fix state handler type * sendable handler call * Add @sendable to closure type * generate concurrency helpers * Beautify generated code * Add fixture macro * Use global let * Use expression macro * replace fixture mock annotation * Rewrite test cases * Revert "Use expression macro" This reverts commit a226737. * Use MemberMacro * replace some tests with @fixture * Update minimum swift version * Avoid compiler crash on Swift 5.10
Configuration menu - View commit details
-
Copy full SHA for 5f909c2 - Browse repository at this point
Copy the full SHA 5f909c2View commit details
Commits on Feb 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b2cf6d6 - Browse repository at this point
Copy the full SHA b2cf6d6View commit details
Commits on Feb 22, 2025
-
Bump up version to 2.3.0 (#287)
* Update ci build environtment * update xcode path * Bump up version * drop 20.04
Configuration menu - View commit details
-
Copy full SHA for 747cfb9 - Browse repository at this point
Copy the full SHA 747cfb9View 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 2.2.0...2.3.0