Paul Cantrell
Paul Cantrell
FWIW, I maintain a branch with a working implementation of this idea here: https://github.com/pcantrell/Quick/compare/around-each...pcantrell:logical-aftereach-order See especially [this diff in the specs](https://github.com/pcantrell/Quick/compare/around-each...pcantrell:logical-aftereach-order#diff-9f42db70a492961a742c96ddc4fcb183d7baf985dda49caa53eeea90f3f55c27L94), which does a good job of explaining the effects...
The problem appears to stem from the parsing trying to apply `XMLChoiceDecodingContainer` to XML text elements that contain nothing but whitespace. Stripping all whitespace from between tags in the XML...
…and the problem seems to have appeared in [this commit](https://github.com/dn-m/MusicXML/commit/5506bcf9522a4685c7c9b207bf132c58f577a09c) whose message is “flag failing test,” so I take it you’re already aware of the problem? Note that if I...
More debugging: It works pointing at XMLCoder’s commit that merged @bwetherfield’s https://github.com/MaxDesiatov/XMLCoder/pull/155, but fails with the next commit in XMLCoder’s history, which merges https://github.com/MaxDesiatov/XMLCoder/pull/157. It looks like MusicXML had relied...
Is there a list of supported JDK versions published somewhere? I searched for that before finding this issue.
`andFailWithError` affects the content of the response, but not _when_ it happens. This addition is all about timing, and is orthogonal to all the other aspects of the response.
Rebased for easy peasy merging fun. FWIW, this code has been tested in the wild — in use on Siesta for the past 2 months, and working great. Here’s an...
Rebased against latest master. Specs pass. In successful use now for ~~many months~~ a year on Siesta.
I need this too. The use cases are: 1. making assertions about tracking of requests in progress, and 2. canceling requests. Attempting either of these in Nocilla as it stands...
Hmm, looks like this only compiles under Xcode 8. This can certainly wait for it to go GM.