Graham Dennis

Results 18 comments of Graham Dennis

I can't figure out what code lines frames 2 and 3 refer to. I'd recommend putting a breakpoint in `ValidateConcurrency` for when it fails to try to figure out exactly...

GDCoreDataConcurrencyDebugging does a bunch of hackery to get its job done. The autorelease tracking works by retaining objects that are sent `autorelease` messages and keeping track of the stacktrace for...

Both of these require changes to `- (id)gd_autorelease` at the bottom of `GDConcurrencyCheckingManagedObject`. Feel free to submit a PR for this.

`-[GDFileServiceSession unlink]` is supposed to do this, but it may be incomplete. Also, the method should probably be called `logOut`. Currently `-[GDFileServiceSession unlink]` removes the file service session from its...

Do you need anything from me? I handed over ownership of this to you and I think you have the necessary access in crates.io ?

> Thanks for the patch. Could you add a test? Interestingly, we don't seem to have no tests for "field ... not present in ...". I would imagine this test...

ping @mvdan ? Any update here now that 0.13 is out?

@Mic92 : I can't see many contributed PR's, so I don't know what the expected workflow is. So I'm pinging you so you know there's something to review when you...