DocStringExtensions.jl icon indicating copy to clipboard operation
DocStringExtensions.jl copied to clipboard

Feature/add typed method list abbreviation

Open unnamedunknownusername opened this issue 1 year ago • 2 comments

WIP for #150

Essentially just copying the code from MethodList and creating TypedMethodList

Then inserting a copy of a section of typed signatures into the right spot

@MichaelHatherly, let me know if I have missed anything

unnamedunknownusername avatar May 17 '23 15:05 unnamedunknownusername

(Will need some tests as well before merging is possible.)

MichaelHatherly avatar May 18 '23 07:05 MichaelHatherly

(Will need some tests as well before merging is possible.)

I have added a section in the tests for typed method list testset. But I am thinking we probably need more/want more comprehensive ones

Also how can I run the tests locally/verify that the ones I add are passing.

Sorry if those are simple questions, just having a little difficulty with this part

unnamedunknownusername avatar May 27 '23 15:05 unnamedunknownusername