Ben Bader

Results 55 comments of Ben Bader
trafficstars

Please do! This library is unmaintained, so if you're willing to make pieces of it available then it's only to the benefit of the community.

Hi, thanks for the report. Is it possible to host the uberdoc, or take a screenshot of the rendering, and point out what is missing? It's hard to see what...

Thanks, I'll take a look at this today and see what might be going wrong.

This sounds like it may be a bug. Can you please paste a code snippet here showing your `defrecord` usage, along with a screenshot of the output?

I'm afraid that you're correct - `defrecord` and its protocol implementations don't seem to allow for docstrings (see https://groups.google.com/forum/#!topic/clojure/_JQfH7kbKqk). I don't think that there is special support for "should-be" docstrings,...

OK, that's certainly a problem. I'll keep this issue open to track it. https://github.com/gdeer81/marginalia/blob/master/src/marginalia/parser.clj#L232 indicates that we at at least attempt to extract docstrings from protocol methods. I may be...

Or perhaps we should just remove `:doc` from the metadata map...!

Thanks, that's really interesting! My contacts on the Android team believe that all of the known library-loading bugs were fixed with the release of Marshmallow, so this would seem to...

Maybe? Give it a try and let us know. I'm sorry to hear that this continues to be an issue, even on P.

This is a real pain point, but I think that the relinker API would be better if we added a way to override ABI detection, like an `CurrentABIProvider` interface or...