Rachel Brindle

Results 49 issues of Rachel Brindle

We have dynamic frameworks for (as far as I can tell) every subproject in PCK. Anyone using iOS 7 or earlier (i.e. before dynamic frameworks are supported on iOS) can...

Looks like the swift2 branch on [soffes/X](https://github.com/soffes/X) was deleted, which broke this. Cartfile: ``` github "soffes/SyntaxKit" "master" ``` terminal: ``` $ carthage update *** Fetching X Failed to check out...

### What did you do? While investigating https://github.com/Quick/Nimble/issues/1087, I discovered that `QuickConfiguration.configure(_:)` is called as part of discovering tests for QuickSpec and AsyncSpec. Which can lead to confusing situations when...

We should support localization for matchers.

Our README is rather large. The readme should just be what Nimble is and why you should use it. Matcher documentation should be elsewhere (docs/en_us/matchers/...) so that it's much easier...

This represents the work for the Nimble ~~13~~ Next version. The idea is to keep this as a draft PR until it's ready. Nimble ~~13~~ Next betas will source from...

We currently have separate `Nimble-macOS`, `Nimble-iOS`, `Nimble-tvOS`, and `Nimble-watchOS` targets. Multiplatform targets have been supported since Xcode 13. We should integrate these together into a single target. Would make adopting...

Seems that the runloop control isn't quite where we want it? Also seems to mostly be a CI thing? Like, I can't easily replicate this on my personal machine, but...

The following test does not work: ```swift func asyncFunctionPostingNotification() async { // ... NotificationCenter.default.post(...) } expect { await asyncFunctionPostingNotification() }.to(postNotification(...)) ``` Because of how async expectations are implemented, the Expression...

bug

### What happened? Hello! I'm filing this as part [of an issue filed with Nimble](https://github.com/Quick/Nimble/issues/1101), where it appears that Tuist is not parsing Nimble's [Package.swift](https://github.com/Quick/Nimble/blob/main/Package.swift) file correctly. Which causes Nimble.xcframework...

type:bug