John Fairhurst

Results 150 comments of John Fairhurst

Couple of weird inconsistencies vs. local; some will be arm vs. intel - leave it like this for a few betas...

Yes it would be fine to add this kind of thing. You want to be starting at [this method](https://github.com/realm/jazzy/blob/fd0b539c078690b3ed22950c32f44dbc90b33111/lib/jazzy/grouper.rb#L50) now. At this point, `docs` is an array of top-level `SourceDeclaration`s,...

Well! The problem appears to be that, when a doc comment is 'inherited' for a default implementation like this from the protocol member, SourceKit accidentally 'inherits' the USR as well,...

I was certain that (a) I'd fixed this, and (b) you reported this 'recently' as in this summer...

Unfortunately this is a Swift issue, swiftlang/swift#66666.

@ZGl6YXNt that's brilliant, thank you for adding this. Apple have broken/changed the unwritten sourcekit output rules with their "educational notes" diagnostic feature, I think for now is OK to tolerate...

The least bad way I came up with for doing this when I ended up categorizing this as a "live with it" was to allow the config file to interpolate...

@simonmcl does the approach of reading env vars from the config file help your use case?

(I haven't written Objective-C in anger since the 20th century so bear with me...) It looks like there are a couple of things going on here. Jazzy doesn't know how...

This is a bit different to what I thought you were proposing in #1440 with your `"children": ["file:GlobalUtils.h", "regex:*CommonPattern*"]` example. The big difference is that there, you were just adding...