-
-
Notifications
You must be signed in to change notification settings - Fork 609
Comparing changes
Open a pull request
base repository: Quick/Nimble
base: v11.2.2
head repository: Quick/Nimble
compare: v12.0.0
- 13 commits
- 266 files changed
- 4 contributors
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b96f82 - Browse repository at this point
Copy the full SHA 1b96f82View commit details
Commits on Mar 29, 2023
-
Allow usage of toEventually with async expressions (#1039)
* Create AsyncExpression as a mirror of the synchronous Expression. * Allow usage of toEventually with async expressions Provide expecta to allow autoclosures with async expressions. Provide expects to allow you to force synchronous expectations in Nimble * Add AsyncExpression.swift to the xcodeproj
Configuration menu - View commit details
-
Copy full SHA for 734b59e - Browse repository at this point
Copy the full SHA 734b59eView commit details
Commits on Mar 30, 2023
-
Replace public usage of DispatchTimeInterval with a new NimbleTimeInt…
…erval (#1042) * Replace public usage of DispatchTimeInterval with a new NimbleTimeInterval. NimbleTimeInterval is effectively the same as DispatchTimeInterval, except that it conforms to Sendable, and there is no never case. NimbleTimeInterval values are converted to DispatchTimeInterval values only when they actually need to be used with other Dispatch APIs. * Update Sources/Nimble/Utils/NimbleTimeInterval.swift Co-authored-by: IKEDA Sho <suicaicoca@gmail.com> --------- Co-authored-by: IKEDA Sho <suicaicoca@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 10b3977 - Browse repository at this point
Copy the full SHA 10b3977View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cc00576 - Browse repository at this point
Copy the full SHA cc00576View commit details -
Run SyncExpectation's expression in async contexts of toEventually on…
… the main actor (#1044) This prevents a main thread checker error.
Configuration menu - View commit details
-
Copy full SHA for 6643f29 - Browse repository at this point
Copy the full SHA 6643f29View commit details -
satisfyAllOf and satisfyAnyOf should only evaluate the expression onc…
Configuration menu - View commit details
-
Copy full SHA for 6672b74 - Browse repository at this point
Copy the full SHA 6672b74View commit details -
Rename AsyncDefaults to PollingDefaults (#1023)
* Rename AsyncDefaults to PollingDefaults * Update documentation
Configuration menu - View commit details
-
Copy full SHA for a467db5 - Browse repository at this point
Copy the full SHA a467db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a355f - Browse repository at this point
Copy the full SHA 06a355fView commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d605306 - Browse repository at this point
Copy the full SHA d605306View commit details -
Feature/handle multithreaded notifications (#1051)
* Be more careful about threading and notifications Make sure that Nimble doesn't try to access notification properties from the main thread as they may have been created on another thread and get upset (most likely when Core Data is involved). Fixes #973 * Fix typo in CONTRIBUTING.md file * Update Tests/NimbleTests/Helpers/BackgroundThreadObject.swift Co-authored-by: Rachel Brindle <you@subluminal.net> * Fix tests for PostNotificationTest --------- Co-authored-by: John McKerrell <john@mckerrell.net>
Configuration menu - View commit details
-
Copy full SHA for 605d2bd - Browse repository at this point
Copy the full SHA 605d2bdView commit details
Commits on Apr 13, 2023
-
Objective-C support in the Swift Package version (#1005)
* Objective-C support in the Swift Package SwiftPM objective-c translates some constant number types differently than xcode objective-c, for some reason? * Add xcode 14.1 and 14.2 images to verify Nimble with
Configuration menu - View commit details
-
Copy full SHA for 3e9397c - Browse repository at this point
Copy the full SHA 3e9397cView commit details
Commits on Apr 14, 2023
-
Update documentation in preparation for Nimble 12 (#1052)
- Mention how to install via Swift Package Manager - Directly mention that you need to await toEventually expectations in async contexts - Rearrange the Polling Expectations section.
Configuration menu - View commit details
-
Copy full SHA for 7a23396 - Browse repository at this point
Copy the full SHA 7a23396View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecade0f - Browse repository at this point
Copy the full SHA ecade0fView 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 v11.2.2...v12.0.0